nebulet/nebulet
A proof-of-concept microkernel that implements a WebAssembly "usermode" that runs in Ring 0. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3117
- days_rel: n/a
- days_push: 1282
- n_releases_24m: 0
Adoption not part of the score
2355 stars · 72 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Nebulet is a proof-of-concept microkernel written in Rust that executes WebAssembly modules in Ring 0 within a single address space. It uses the Cranelift compiler to translate WebAssembly to native code, enabling low context-switch overhead and syscalls implemented as plain function calls.
Use cases
- run webassembly modules as an operating system usermode
- research low-overhead syscall designs in a microkernel
- experiment with sandboxed wasm execution in ring 0
- study verified wasm memory isolation without bounds checks
- build an experimental rust-based operating system kernel
When to choose
- you are researching novel OS designs that run wasm natively in kernel space
- you want a minimal microkernel codebase to study or extend in Rust
- you need a proof-of-concept for syscall-as-function-call performance ideas
When to avoid
- you need a production-ready operating system or general-purpose kernel
- you want to run existing applications or drivers
- you expect active maintenance or stable releases
Facets
application · maturity experimental
interpreter compiler security operating-systems compilers security rust windows microkernel webassembly ring-0 osdev cranelift research linux macos
1 source
- readme: https://github.com/nebulet/nebulet · fetched 2026-08-28 · a49181831467
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nebulet/nebulet | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem