No description
- HTML 100%
|
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 28s
|
||
|---|---|---|
| .forgejo/workflows | ||
| docs | ||
| space | ||
| .gitignore | ||
| .grafignore | ||
| index.html | ||
| README.md | ||
Nexus OS Website
The sovereign operating system for everything from microcontrollers to Mars orbiters.
Live URL: https://nexus-os.org
Overview
This is the main website for Nexus NIIX — a clean-slate operating system with:
- No POSIX baggage
- No GNU dependencies
- Capability-based security
- Dual-language design (Zig + Nim)
- Self-hosting from day one
Structure
.
├── index.html # Single-page site (all styles inline)
├── docs/ # Project documentation
│ ├── index.html
│ ├── README.md
│ ├── BOX-PROFILES.md
│ ├── ECOSYSTEM.md
│ └── VISION.md
└── .forgejo/ # CI/CD pipeline
The site is intentionally minimal — a single HTML file with inline CSS. No build step, zero dependencies.
Deployment
Deployed via Cloudflare Pages triggered by the Forgejo workflow on push to main.
Automatic Deploys
git add .
git commit -m "Update content"
git push origin main
Cloudflare Pages deploys within ~1 minute.
Manual Deploy
# Verify locally
python3 -m http.server 8080
# Deploy via Cloudflare CLI
npx wrangler pages deploy . --project-name=nexus-niix-website
Repository
Origin: https://git.sovereign-society.org/nexus/nexus-niix-website.git
Related Repos
nexus-forge— Core OS implementationnexus-docs— Technical documentationrumpk— Microkernelnip— Network Identity Protocolnipbox— Capability-based UInexfs— Filesystem
Part of the Nexus NIIX ecosystem. Sovereign compute for all.