Skip to main content

Blog

Project updates, architecture notes, and milestones.

Jenning Schaefer
Founder, Dev
View all authors

From Microkernel to Methodology: Our Recent Papers

· 6 min read
Jenning Schaefer
Founder, Dev

Why we wrote these papers

Open Nexus OS is no longer just a set of ideas, prototypes, or isolated implementation decisions.

It is becoming something more important: an architecture that can explain itself.

That is why we published this paper set.

Not to decorate the project with academic language.
Not to turn engineering into performance.
But to make the core decisions around NEURON, our Rust-based capability microkernel, explicit, citable, and reviewable.

NEURON: A Microkernel You Can Measure

· 8 min read
Jenning Schaefer
Founder, Dev

Why this post exists

If you come from a university lab or a research institute, you usually don’t ask, “Does it boot?” You ask the questions that matter long-term:

  • What is the model?
  • What is the contract surface?
  • How do you validate changes without destabilizing the system?
  • Where does performance come from in a microkernel world?
  • What does “secure” mean operationally, not rhetorically?

This is the current answer for Open Nexus OS.

Proof Over Luck

· 4 min read
Jenning Schaefer
Founder, Dev

The Moment It Became Real

At first, an OS feels like progress.

Things compile. Services start.
You can point at features and say, “Look—momentum.”

Then the truth shows up:

Most “working” systems are simply lucky systems.
They work until contention shows up. Until timing shifts. Until a second core enters the room.

So we changed the objective.

Not “add more features.”
Not “move faster.”

Replace luck with proof.

State of Nexus: Proof of Concept in Sight

· 2 min read
Jenning Schaefer
Founder, Dev

From Vision to Structure

When we first introduced Open Nexus, it was only an idea — an alternative to fragmented ecosystems, built on Rust and a Redox microkernel.
Today, that idea has taken shape. The foundation of the project is no longer abstract; it is code, libraries, and a working environment.

  • GitHub for visibility, GitLab for day-to-day development
  • A clear project structure with modular components
  • Scripts for initial-setup, build, and run — so contributors can get started quickly

From Orbital Fork to Open Nexus

Be Part of Building the Future of Computing

· 2 min read
Jenning Schaefer
Founder, Dev

Why We’re Here

Every major shift in computing began with a small group of people who believed that the status quo was not enough.
Today, that status quo is fragmentation: phones that don’t talk to desktops, ecosystems that trap you in silos, and platforms that put business models above users.

We believe this is the moment to change that.
And we’re building the system to prove it.

What Is Open Nexus?

Breaking Ecosystem Barriers: The First Truly Unified OS

· 2 min read
Jenning Schaefer
Founder, Dev

The Problem: Fragmented by Design

For decades, computing has been divided into artificial categories:
a phone OS here, a desktop OS there, a watch or car system somewhere else.
Each locked into its own ecosystem. Each dependent on proprietary cloud sync.
Each forcing developers to rewrite the same ideas for different silos.

This isn’t just inconvenient.
It is a fundamental design flaw — a brake on progress.

The Vision: One OS. Many Devices