No description
Find a file
Markus Maiwald 7be66f6c3f
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 28s
Link LPF card title to docs.nexus-os.org/network/lpf
2026-03-30 15:32:00 +02:00
.forgejo/workflows Use node-20 runner for Cloudflare Pages deploy 2026-03-07 01:55:47 +01:00
docs Add docs section with navigation 2026-02-25 13:22:35 +01:00
space Add space missions page: OS dependency analysis for aerospace 2026-03-10 06:57:46 +01:00
.gitignore Add comprehensive grafignore/gitignore for VCS hygiene 2026-03-21 20:07:37 +01:00
.grafignore Add comprehensive grafignore/gitignore for VCS hygiene 2026-03-21 20:07:37 +01:00
index.html Link LPF card title to docs.nexus-os.org/network/lpf 2026-03-30 15:32:00 +02:00
README.md Fix Cloudflare Pages project name to nexus-niix-website 2026-03-07 01:51:45 +01:00

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

  • nexus-forge — Core OS implementation
  • nexus-docs — Technical documentation
  • rumpk — Microkernel
  • nip — Network Identity Protocol
  • nipbox — Capability-based UI
  • nexfs — Filesystem

Part of the Nexus NIIX ecosystem. Sovereign compute for all.