Installer · v4.2.1
Install Guides
Pick your distribution. The installer detects CPU/GPU/TPU/NPU silicon and links the right adaptive driver layer (CUDA, OpenVINO, ROCm, or generic NPU).
Per-distribution
Fedora / RHEL 9+
pkg · dnfdnf — install
1
sudo dnf copr enable adaptive/os && sudo dnf install adaptive-kernel adaptive-ctl
2
sudo adaptive-ctl init --preset=auto
Ubuntu 22.04 / 24.04 LTS
pkg · aptapt — install
1
curl -sSfL https://get.adaptive.os/key | sudo gpg --dearmor -o /usr/share/keyrings/adaptive.gpg && sudo apt install adaptive-kernel
2
sudo adaptive-ctl init --preset=auto
SUSE / openSUSE Leap
pkg · zypperzypper — install
1
sudo zypper ar https://repo.adaptive.os/suse adaptive && sudo zypper in adaptive-kernel adaptive-ctl
2
sudo adaptive-ctl init --preset=auto
Universal (any distro)
pkg · shsh — install
1
curl -sSfL https://get.adaptive.os | sh -s -- --auto-detect
2
sudo adaptive-ctl init --preset=auto
Verification
bash — verify
1
adaptive-ctlstatus --json
2
# → kernel: 6.12-aos · accelerators: [cuda:h100, npu:hailo]