# vinc/moros

MOROS: Obscure Rust Operating System 🦉

Repository: https://github.com/vinc/moros
Canonical: https://ross.abutalabs.com/products/moros
Homepage: http://moros.cc
Language: Rust
License: MIT
License Family: permissive
Topics: rust, os, toy-os, hobby-os, osdev, x86-64, operating-system
Last push: 2026-09-02T22:49:42+00:00

## Health v2 (maintenance only)
Score: 85/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 100, release rhythm 57, longevity 100
- inputs: {"age_days": 2440, "days_push": 0, "days_rel": 72, "gap_med": 273.5, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1096, forks 44 (observed 2026-09-03T02:15:20.337370+00:00)

## What it is
MOROS is a text-based hobby operating system written in Rust for x86-64 BIOS computers, inspired by Unix, Plan 9, and DOS. It includes a custom filesystem, shell, Lisp interpreter, text editor, network stack, and games, and runs natively or in emulators like QEMU.

## Use cases
- run a minimal rust-written operating system in qemu
- learn operating system development from a real hobby kernel
- explore a unix-like command line environment on old x86-64 hardware
- experiment with a custom filesystem and syscall interface
- play doom and other games inside a hobby os
- write scripts with a lisp interpreter in an os userspace
- test network protocols like dhcp and http in a toy kernel

## When to choose
- you want a small, readable rust codebase for learning osdev
- you need a text-based os that runs on legacy x86-64 bios machines or emulators
- you want a self-contained system with shell, editor, lisp, and networking included

## When to avoid
- you need a production-grade os with hardware drivers, usb support, or security hardening
- you require uefi boot or modern hardware support
- you want a general-purpose desktop or server operating system

## Facets
- artifact type: application
- maturity: active
- function: interpreter, cli, networking, file-system, game, graphics
- domain: operating-systems, developer-tools, networking
- platform: cpp, rust, cross-platform
- tags: operating-system, osdev, hobby-os, x86-64, kernel, shell, lisp, qemu, bios, text-based, command-line

## Member repositories
- vinc/moros (main) score 85

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:20.337370+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-30T06:49:04.194781+00:00, confidence not recorded.
  - readme: https://github.com/vinc/moros (fetched 2026-09-03T02:15:20.337370+00:00, sha dde5350ddc7a)
  - homepage: http://moros.cc (fetched 2026-08-29T12:50:58.313923+00:00, sha f10e9d12334d)
  - registry_crates: https://crates.io/api/v1/crates/moros (fetched 2026-08-29T12:50:58.322987+00:00, sha d41050dd44e2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
