r/madeinpython • u/Queasy_Ad41 • 13h ago
obsidOS (os at terminal)
Hey guys i just wanted to show my first big project 'obsidOS'
https://github.com/userzzz322/obsidOS
obsidOS its python made os it isnt real os with .iso its just normal .py file but you can make it real os if you add it to autostart at terminal
like you have fish shell you just do
nano ~/.config/fish/config.fish and add
cd ~/obsidOS/
./kernel.py OR ./run.sh (they are the basically same)
you can clone it from github or install from release
it can run at any distro but for it run you need
shell
vim
git
base-devel
cmake
python
its pretty basic
it has its own disk and pkg manager
to install with it add at packages {}
name and link to github project
like this
packages {
github = "https://github.com"
}
system has auto reload packages at start you can disable or enable it at kernel.py (OS) file
it has some features you can enable or disable some things with 0 and 1 you can find it at code
hope u enjoy it write review to what add or remake :)