# hexagonal-sun/moss-kernel

Rust Linux-compatible kernel

Repository: https://github.com/hexagonal-sun/moss-kernel
Canonical: https://ross.abutalabs.com/products/moss-kernel
Language: Rust
License: MIT
License Family: permissive
Last push: 2026-08-26T12:03:30+00:00

## Health v2 (maintenance only)
Score: 61/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 35, longevity 20
- inputs: {"age_days": 286, "days_push": 7, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1953, forks 88 (observed 2026-08-28T04:05:58.826906+00:00)

## What it is
Moss is a Unix-like, Linux-compatible kernel written in Rust and AArch64 assembly, featuring an asynchronous kernel core and a modular hardware abstraction layer. It can run dynamically linked Arch Linux AArch64 userspace binaries such as bash, BusyBox, and coreutils.

## Use cases
- run Linux userspace binaries on a Rust-written kernel
- study kernel development using async/await in Rust
- experiment with an AArch64 operating system kernel
- learn how Linux syscall compatibility is implemented
- research deadlock-free locking via compiler-enforced async rules
- port a kernel to new architectures via a HAL

## When to choose
- you want a Rust-based research or hobby kernel with real Linux binary compatibility
- you're exploring async/await patterns inside kernel space
- you target AArch64 hardware or emulation

## When to avoid
- you need a production-grade kernel with full syscall and driver coverage
- you require x86_64 or RISC-V support today
- you need stable filesystem write support across ext4 and other filesystems

## Facets
- artifact type: application
- maturity: experimental
- function: embedded, concurrency
- domain: operating-systems, developer-tools
- platform: rust, embedded
- tags: kernel, rust-kernel, aarch64, linux-compatible, async-kernel, unix-like, operating-system, linux

## Member repositories
- hexagonal-sun/moss-kernel (main) score 61

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:58.826906+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:06:33.727291+00:00, confidence not recorded.
  - readme: https://github.com/hexagonal-sun/moss-kernel (fetched 2026-08-28T04:05:58.826906+00:00, sha b63b9ea8c9f2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
