- Custom kernel: Custom made kernel, as the core for the cli.
- User settings, for customisation (including theme colours, font size and line spacing)
- Hard-coded and os commands
- Curl built in
Read the docs in this repo, or read the full kebab-os documentation on the website.
Read the user guide, for a simple explaination on the basics of kebab-cli. Or skip straight to the install guide.
Use these scripts to quickly install kebab-cli onto your device.
cd ~
if (!(Test-Path .kebab)) { mkdir .kebab }
cd .kebab
curl.exe -L https://github.com/kebab-os/kebab-cli/archive/refs/heads/main.zip -o kebab-cli.zip
Expand-Archive -Path kebab-cli.zip -DestinationPath . -Force
cd kebab-cli/srccd ~
mkdir .kebab
cd .kebab
git clone https://github.com/kebab-os/kebab-cli.git
cd kebab-cli/src
sudo apt-get install xclip # Debian/Ubuntu
# For other distros:
# sudo pacman -S xclip # Arch
# sudo dnf install xclip # Fedoracd ~
mkdir .kebab
cd .kebab
git clone https://github.com/kebab-os/kebab-cli.git
cd kebab-cli/src
# Ensure Xcode command line tools are installed:
# xcode-select --installWhen you have installed kebab-cli, boot it using:
python main.pyTip
If you want to use the safest method, use this bash script, and run it in shell.
kebabOS is under the MIT License.
© kebab 2026