rustsbi/rustsbi
RISC-V Supervisor Binary Interface (RISC-V SBI) library in Rust; runs on M or HS mode; good support for embedded Rust ecosystem. For binary download see prototyper folder. observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 99
- Release rhythm 59
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 145
- age_days: 2245
- days_rel: 112
- days_push: 8
- n_releases_24m: 4
Adoption not part of the score
1306 stars · 149 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RustSBI is a RISC-V Supervisor Binary Interface (SBI) implementation library written in Rust, running in M-mode or HS-mode on bare-metal RISC-V hardware. It serves as firmware runtime for operating systems, hypervisors, and emulators, with binary images available via the RustSBI Prototyper.
Use cases
- boot a RISC-V operating system kernel with SBI firmware
- build custom firmware for a RISC-V SoC or board
- develop a hypervisor or emulator that needs an SBI implementation
- run embedded Rust on bare-metal RISC-V hardware
- implement RISC-V SBI specification v2.0 in a firmware project
When to choose
- you need a minimal, Rust-based SBI implementation for RISC-V M-mode or HS-mode
- you are building OS kernels, hypervisors, or emulators for RISC-V
- you want firmware that integrates with the Rust embedded ecosystem
When to avoid
- you need firmware for non-RISC-V architectures like ARM or x86
- you want a full-featured bootloader like U-Boot rather than a minimal SBI runtime
- your project requires no-Rust toolchains only
Facets
library · maturity active
embedded sdk developer-tools embedded-systems operating-systems hardware embedded rust cross-platform riscv sbi firmware bare-metal rust-embedded bootloader
2 sources
- readme: https://github.com/rustsbi/rustsbi · fetched 2026-08-28 · b891cff31ca8
- registry_crates: https://crates.io/api/v1/crates/rustsbi · fetched 2026-08-29 · 174585ef93ab
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rustsbi/rustsbi | main | 85 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem