bpOS is a pseudo terminal-based operating system written in bash. it comes bundled with a few apps, a login page, an entire filesystem, and the ability to write your own apps and run them.
bpOS was created just to practice bash, and to make something cool.
to run bpOS, make sure you are on a linux machine. otherwise, open the repository in a github Codespace (which is linux).
once you are there, run the following command in the terminal:
npm install
then
sh login.sh
this starts the login sequence.
if you encounter bugs or crashes, that's because it's in development! report them, or solve them yourself and make a pull request.