
I built a Python virtual OS (Forge OS v2.0) — you can now add apps by dropping a folder in Apps/. Looking for contributors!
Hey everyone,
I've been building Forge OS — a Python virtual OS for learning and experimenting with OS concepts.
v2.0 adds a desktop GUI, and there's now a community Apps/ folder — add an app with just app.json + command.py.
Quick start for contributors:
- Fork & clone the repo
- Copy
Apps/_example/toApps/your-app/ - Edit the JSON + Python command
- Run
appsin the shell to see your app - Open a PR
Full guide: CONTRIBUTIONS.md
Repo: https://github.com/axk42-op/ForgeOS · MIT license
Games, utilities, quizzes, ASCII art — great first open-source PR. Feedback welcome!