aither-adk agent pack
Hermes Architecture Studio
Hermes — Architecture & Reasoning Agent Brain Pack
macOS / Linux
# one command each; nothing else to configure $ curl -LO https://github.com/Aitherium/aither-adk/releases/download/v3.4.1/hermes-3.4.1.tar.gz $ tar xzf hermes-3.4.1.tar.gz $ python hermes/install.py installed hermes -> ~/.aither/packs/hermes verified: adk discovers 'hermes' $
Windows
# PowerShell. curl.exe and tar ship with Windows 10 1803+ $ curl.exe -LO https://github.com/Aitherium/aither-adk/releases/download/v3.4.1/hermes-3.4.1.tar.gz $ tar -xzf hermes-3.4.1.tar.gz $ python hermes\install.py installed hermes -> ~\.aither\packs\hermes verified: adk discovers 'hermes' $
- Version
- 3.4.1
- Size
- 5 KB
- Licence
- —
- sha256
- 40f4e04def31d086…
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-modelinstalls 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.
Skills
Included in the download.
architecture-reviewtrade-off-analysis
About
An architecture-focused agent for designing systems, refactoring code, analyzing trade-offs, and making technology decisions. Specialized in large-scale system design, architecture reviews, technology selection, and strategic code modernization.
Verify
sha256 40f4e04def31d0861b63f7b66ebe548d317c1fba52b5384ea75022a5e4052648
macOS / Linux
# every artifact ships a checksum; check it before you trust it $ sha256sum -c hermes-3.4.1.sha256 hermes-3.4.1.tar.gz: OK $
Windows
# there is no sha256sum on Windows; Get-FileHash is the equivalent $ $want = '40F4E04DEF31D0861B63F7B66EBE548D317C1FBA52B5384EA75022A5E4052648' $ (Get-FileHash hermes-3.4.1.tar.gz -Algorithm SHA256).Hash -eq $want True $