Official website for FalconOS — hosted on GitHub Pages.
Live at: falcongamingos.github.io
| Technology | Purpose |
|---|---|
| HTML5 / CSS3 | Static site — no framework needed |
| GitHub Pages | Free hosting, auto-deploys on push to main |
falcon-site/
├── index.html # Landing page — hero, features, repos, hardware table
├── docs/
│ ├── install.md # Full install guide
│ ├── hardware.md # Hardware compatibility table
│ └── faq.md # FAQ — anti-cheat, dual boot, Proton, known issues
└── assets/
├── logo.svg # FalconOS logo
└── favicon.ico
git clone https://github.com/FalconGamingOS/falcon-site
cd falcon-site
# Edit index.html or docs/
# Push to main — GitHub Pages auto-deploys within 60 seconds
git add .
git commit -m "your change"
git push origin main| Component | Technology |
|---|---|
| Launcher UI | React + Vite |
| Backend daemon | Python + FastAPI + uvicorn |
| Build pipeline | Bash (Cubic) |
| First boot wizard | Python + GTK |
| Hardware detection | Python |
| Test suite | Python + pytest |
| GPU setup | Bash (systemd) |
| Installer | Calamares |
| Compositor | Gamescope (Wayland) |
- falcon-os-build — ISO build pipeline
- falcon-launcher — React UI
- falcon-system-service — Python FastAPI backend
- falcon-hw-profiles — Hardware profiles
GPL v3.0