Skip to content

FalconGamingOS/falcon-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

falcon-site

Official website for FalconOS — hosted on GitHub Pages.

Live at: falcongamingos.github.io

Stack

Technology Purpose
HTML5 / CSS3 Static site — no framework needed
GitHub Pages Free hosting, auto-deploys on push to main

Directory structure

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

Making changes

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

FalconOS tech stack (for reference)

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)

Related repos

License

GPL v3.0

About

FalconOS website — landing page, ISO download, hardware compatibility table, and documentation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors