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.4.0/iris-3.4.0.tar.gz $ tar xzf iris-3.4.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.4.0/iris-3.4.0.tar.gz $ tar -xzf iris-3.4.0.tar.gz $ python iris\install.py installed iris -> ~\.aither\packs\iris verified: adk discovers 'iris' $
- Version
- 3.4.0
- Size
- 8 KB
- Licence
- —
- sha256
- 14c0a765f27c225f…
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 14c0a765f27c225fe25baa019809402897ca44c3743a8a05312a8f96ea005558
macOS / Linux
# every artifact ships a checksum; check it before you trust it $ sha256sum -c iris-3.4.0.sha256 iris-3.4.0.tar.gz: OK $
Windows
# there is no sha256sum on Windows; Get-FileHash is the equivalent $ $want = '14C0A765F27C225FE25BAA019809402897CA44C3743A8A05312A8F96EA005558' $ (Get-FileHash iris-3.4.0.tar.gz -Algorithm SHA256).Hash -eq $want True $