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
3f8d0921a2af655a…

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 3f8d0921a2af655ad214fe3209f79e3f3235a8467a1e43e149a882adcf8d8035

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 = '3F8D0921A2AF655AD214FE3209F79E3F3235A8467A1E43E149A882ADCF8D8035'
$ (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.