My first operating system based on debian 12(bookworm) It converts your boring old debian install into a new fresh and fancy OS, while setting up all your repositories and stuff.
- Many in-built games like chess, 2048 etc.
- In-built Libre-Office
- Beautiful and very customizable Gnome Desktop Environment
- In-built software store
- In-built Maps app and many other useful software
- Supports to run on most hardware
- Many In-built themes to match your style
- Minimalistic yet, modern-styled UI
This is still in beta and can have odd bugs and issues. If you happen to find any kindly report them.
- Atleast a 3rd Gen i5
- Atlest 4gb of DDR3 ram to even run(Yes, its a heavy os). 8gb DDR3/4/5 recommended
- A working computer/pc/laptop
- A working copy of Debian 12(bookworm)
- Working Internet
- Thats It!
[STEP-1] You need to have a working copy of Debian linux(bookworm) which you can get from here:https://www.debian.org/download
[STEP-2] Install Debian Normally, if you dont know how to install debian...GOOGLE IT! (Ignore if u already have it installed)
[STEP-3] Go into your home directory by typing cd
[STEP-4] Make sure you have the necessary software installed- sudo apt update && sudo apt install git -y
[STEP-5] Git clone the repository by typing git clone https://github.com/SmokyDev8/SmokyOS.git
[STEP-6] Go into the directory by typing cd SmokyOS
[STEP-7] Type sudo bash ./DEB12-SmokyOS.sh
and enter your password(if any)
[STEP-8] And Voila! if everything went allright, your system will automatically reboot into your new SmokyOS!
[STEP-9(EXTRA)] If u want all commands in one go(these are just the above commands but for the ease of copy/pasting):-
cd && sudo apt update && sudo apt install git -y && git clone https://github.com/SmokyDev8/SmokyOS.git && cd SmokyOS && sudo bash ./DEB12-SmokyOS.sh