Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

AI-2 package repository

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.

Packages

  • 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 detect tells 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.

Add the repository

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.

Verify what you got

pacman -Qi ai-2
ai-2 detect

Signing key: AI-2 Package Signing <rafael.minuesa@gmail.com>, ed25519, F1889E37B4E5FEC8.

About

Signed pacman repository for AI-2 (Artix/runit adaptive AI workstation layer)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors