An agent pack for persona

persona

Bringing real-time voice to life.

macOS / Linux
persona — install
# one command each; nothing else to configure
$ curl -LO https://github.com/Aitherium/aither-adk/releases/download/v3.4.0/persona-3.4.0.tar.gz
$ tar xzf persona-3.4.0.tar.gz
$ python persona/install.py
installed persona -> ~/.aither/packs/persona
verified: adk discovers 'persona'
$ 
Windows
persona — install
# PowerShell. curl.exe and tar ship with Windows 10 1803+
$ curl.exe -LO https://github.com/Aitherium/aither-adk/releases/download/v3.4.0/persona-3.4.0.tar.gz
$ tar -xzf persona-3.4.0.tar.gz
$ python persona\install.py
installed persona -> ~\.aither\packs\persona
verified: adk discovers 'persona'
$ 
Version
3.4.0
Size
1 KB
Licence
MIT
sha256
5a52a9588a3e54d2…

What the pack adds

The app keeps its own interface. This runs underneath it.

Web search, no account
DuckDuckGo through a maintained client. No key, no sign-up, nothing hosted.
An agent behind the chat box
Tools, memory and skills answer on the API the app already speaks, so its interface needs no changes.
Your own model
llama.cpp, ollama, vLLM and LM Studio are discovered automatically; --setup-model installs one sized to the machine.
Weights without an account
Resumable, rate-capped and size-verified, so a dropped connection costs minutes rather than the whole download.

About

Bringing real-time voice to life.

persona is created by xikhar and licensed MIT. This pack is an engine that runs behind it: their application is not modified and not redistributed here, and this pack is not affiliated with or endorsed by them.

Verify

sha256 5a52a9588a3e54d2bf4a65d83b7cce05aba738016e44422c24e27f8fc9bd0c3d

macOS / Linux
verify
# every artifact ships a checksum; check it before you trust it
$ sha256sum -c persona-3.4.0.sha256
persona-3.4.0.tar.gz: OK
$ 
Windows
verify
# there is no sha256sum on Windows; Get-FileHash is the equivalent
$ $want = '5A52A9588A3E54D2BF4A65D83B7CCE05ABA738016E44422C24E27F8FC9BD0C3D'
$ (Get-FileHash persona-3.4.0.tar.gz -Algorithm SHA256).Hash -eq $want
True
$ 

persona is created by xikhar. Licensed MIT. This pack is an engine that runs behind it — their application is not modified, not redistributed here, and not affiliated with us. If you like what you see, the credit belongs upstream.