InfinityWebOS is a small “OS-like” experience built as a Streamlit web app. It’s meant to replicate the feel of a desktop operating system inside the browser—windows/panels, simple apps/tools, and navigation—while staying lightweight and easy to run.
The goal of the project is to be a fun, visual demo of what you can build with Python + Streamlit, and a base you can extend with your own mini-apps (notes, file viewer, calculator, media, etc.).
- Explore an OS-style UI running in a Streamlit app
- Launch/interact with simple built-in views/tools (depending on what’s included in the repo)
- Use it as a starting point to add more “apps” and features
- Python
- Streamlit for the UI
- Python 3.x
- Streamlit
pip install -r requirements.txt
streamlit run app.pyThanks for reading.