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 · dnf
dnf — 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 · apt
apt — 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 · zypper
zypper — 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 · sh
sh — 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]