The public website for the EdgeOS kernel project. It is a static Next.js site
for kernel.ngo and contains no server-side runtime, analytics, authentication
or persistent data.
Requirements: Node.js 20 or later and npm.
npm install
npm run devThe development server prints its local URL, normally
http://localhost:3000.
npm run lint
npm run typecheck
npm run buildThe production site is exported to out/. Serve the export locally with:
npm startThe preview is then available at http://localhost:4173.
Pushes to main build the static export and publish out/ through GitHub
Pages. The production domain is kernel.ngo.
Project claims and build instructions are derived from the EdgeOS kernel repository README, notice and contributing guide. Desktop images show EdgeOS AArch64 development virtual machines running unmodified Debian packages.