Install Guide

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

Windows

 PowerShell

Run the following:

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

Linux

  bash

Run the following:

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

Mac

  bash

Run the following:

bash
cd ~
mkdir .kebab
cd .kebab
git clone https://github.com/kebab-os/kebab-os.git
cd kebab-os
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