aither-adk agent pack

Iris Visual Artisan

Iris — Visual Artisan Brain Pack

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

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.

Skills

Included in the download.

character-consistency
deploy-image-gen
image-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 512ac3c2f6259dfdcebbeb2cea10707fa7ff4a95211cb2d3cf4e9f7608c8d0ce

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