Install Guide

Follow the steps for your OS. After installation, boot with python main.py.

Before starting, make sure you have Python 3.10+ installed. Download Python here.

Windows

 PowerShell

Run the following:

powershell
cd ~
if (!(Test-Path .kebab)) { mkdir .kebab }
cd .kebab
curl.exe -L https://github.com/kebab-os/kebab-gui/archive/refs/heads/main.zip -o kebab-gui.zip
Expand-Archive -Path kebab-gui.zip -DestinationPath . -Force
cd kebab-gui-main/src
pip install pygame requests html2image

Linux

 bash

Run the following:

bash
cd ~
mkdir .kebab
cd .kebab
git clone https://github.com/kebab-os/kebab-gui.git
cd kebab-gui/src
sudo apt-get install xclip
pip install pygame requests html2image

Mac

 bash

Download the app installer (installs the scripts and the app that runs the os):

Download Installer (.zip)
  If macOS says it cannot verify this app for malware: Go to System Settings > Privacy & Security, scroll down, and click the Allow Anyway button.

Alternatively, run manually via terminal:

bash
cd ~
mkdir .kebab
cd .kebab
git clone https://github.com/kebab-os/kebab-gui.git
cd kebab-gui/src
pip install pygame requests html2image

Next steps

 Boot

Once dependencies are installed and you’re inside the kebab-os directory, boot kebabOS with:

shell
python main.py