Signed pacman repository for AI-2, the adaptive AI workstation layer for low-resource machines (Artix Linux, runit).
The packages live as assets of the rolling x86_64 release. Do not download them by hand; add the repository to pacman.
ai-2, the configurator tool (ai-2 detect,tier,init,benchmark,recommend).ai2-keyring, the AI-2 package signing key for pacman.ai2-llama-cpp-baseline,ai2-llama-cpp-noavx,ai2-llama-cpp-avx2, llama.cpp CPU inference runtimes, one per instruction-set level.ai-2 detecttells you which one your CPU needs. Every binary is disassembled against its target ISA before it ships, so the baseline build really is pure SSE2.
Trust the signing key once. Fingerprint 0895 C4AA 07DA 5912 6D7F 6F3E F188 9E37 B4E5 FEC8.
curl -fsSL https://raw.githubusercontent.com/ProWoos-Devs/ai2-packages/main/ai2-package-signing.asc | sudo pacman-key --add -
sudo pacman-key --lsign-key F1889E37B4E5FEC8
Append to /etc/pacman.conf:
[ai2]
SigLevel = Required DatabaseOptional
Server = https://github.com/ProWoos-Devs/ai2-packages/releases/download/x86_64
Then:
sudo pacman -Sy ai2-keyring ai-2
Installing ai2-keyring keeps the key managed by pacman from then on.
pacman -Qi ai-2
ai-2 detect
Signing key: AI-2 Package Signing <rafael.minuesa@gmail.com>, ed25519, F1889E37B4E5FEC8.