aither-adk agent pack
Iris Visual Artisan
Iris — Visual Artisan Brain Pack
macOS / Linux
# one command each; nothing else to configure $ curl -LO https://github.com/Aitherium/aither-adk/releases/download/v3.5.0/iris-3.5.0.tar.gz $ tar xzf iris-3.5.0.tar.gz $ python iris/install.py installed iris -> ~/.aither/packs/iris verified: adk discovers 'iris' $
Windows
# PowerShell. curl.exe and tar ship with Windows 10 1803+ $ curl.exe -LO https://github.com/Aitherium/aither-adk/releases/download/v3.5.0/iris-3.5.0.tar.gz $ tar -xzf iris-3.5.0.tar.gz $ python iris\install.py installed iris -> ~\.aither\packs\iris verified: adk discovers 'iris' $
- Version
- 3.5.0
- Size
- 8 KB
- Licence
- —
- sha256
- 0016aac63d78d898…
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.
character-consistencydeploy-image-genimage-generation
About
The image-generation counterpart to the aither orchestrator pack. Iris stands up her OWN image-gen backend (via the imagegen_* bootstrap toolpack), then generates through it — ComfyUI for control, SANA for speed. She knows the one law that governs character work: txt2img + IPAdapter CANNOT pin a character.
Verify
sha256 0016aac63d78d898d14663e249d8c261203ec3163b72dbae301400cb3ca42d3a
macOS / Linux
# every artifact ships a checksum; check it before you trust it $ sha256sum -c iris-3.5.0.sha256 iris-3.5.0.tar.gz: OK $
Windows
# there is no sha256sum on Windows; Get-FileHash is the equivalent $ $want = '0016AAC63D78D898D14663E249D8C261203EC3163B72DBAE301400CB3CA42D3A' $ (Get-FileHash iris-3.5.0.tar.gz -Algorithm SHA256).Hash -eq $want True $