-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to Forge OS v1.0 — documentation for the Python virtual operating system.
| Link | Description |
|---|---|
| Documentation | Full command reference, setup, troubleshooting |
| GitHub Repository | Source code, issues, contributions |
| License (MIT) | Open-source license |
Forge OS is a Python-based virtual operating system for learning, experimentation, and development. It is not a real kernel — it runs as a Python app with its own shell, virtual filesystem, package manager, and 65+ commands.
Built by ayaan global. Open source under the MIT License.
- ForgeOS terminal window with boot sequence and Rich UI
- Forge Shell — 65+ auto-discovered commands
- Virtual filesystem (in-memory VFS)
- User management and local login (salted password hashes)
-
Package manager —
forgepkg
git clone https://github.com/axk42-op/ForgeOS.git
cd ForgeOS
uv venv
uv pip install -r requirements.txt
uv pip install -e .
python boot.pyFirst launch: create an account. Later runs: sign in.
Debug in one window: python boot.py --session
| Command | What it does |
|---|---|
help |
List all commands |
docs |
Open wiki docs in your browser |
source |
Open the GitHub repository |
disclaimer |
Legal notice + local storage disclosure |
forgefetch |
System info |
about |
About Forge OS |
Forge OS is a virtual OS for education and development — not a real operating system. Network and process commands are largely simulated. Account credentials are stored locally on your machine only. Run disclaimer in the shell for the full notice.
→ Read the full Documentation for commands, auth, and troubleshooting.
→ Star the repo: github.com/axk42-op/ForgeOS