-
Notifications
You must be signed in to change notification settings - Fork 344
Installation
Nathan Price edited this page Apr 27, 2026
·
1 revision
NOTE: If you build your own kernels, ckb-next requires the
uinputflag to be enabled. If you don't know what this means, you can safely ignore this. It is located underDevice Drivers -> Input Device Support -> Miscellaneous devices -> User level driver support.
The packages below that aren't clickable can be installed by simply searching for them in your preferred "Software Centre" / "App Store" or by using your package manager (e.g. apt, pacman, dnf) from the terminal.
-
tatokis/ckb-next- based on the latest release -
tatokis/ckb-next-git- based on themasterbranch
- ckb-next - based on latest release
-
aur/ckb-next-git- based on themasterbranch
-
ckb-next- based on latest release
-
ckb-next- based on the latest release
-
ckb- based on the latest release
-
ckb- based on the latest release
- Add testing/ tree to the apk repository list (if not already)
- Install the package
apk add ckb-next ckb-next-daemon- start and enable the openrc service
rc-service ckb-next-daemon start && \
rc-update add ckb-next-daemonIf your distribution isn't listed above, or you want to build from source (or rebuild an AUR package), see Packaging.