Ross ROSS = Recommend OSS · open-source software intelligence for agents

icexin/eggos

A Go unikernel running on x86 bare metal observed · 2026-08-28

github.com/icexin/eggos · homepage · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • 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: n/a
  • age_days: 2155
  • days_rel: n/a
  • days_push: 1138
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2324 stars · 126 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Eggos is a unikernel written almost entirely in Go that runs Go applications directly on x86 bare metal, supporting Go features like GC, goroutines, and channels without processes. It includes a TCP/IP network stack, afero-based VFS, a JavaScript interpreter, an NES emulator, HTTP/SSH servers, and GUI support.

Use cases

  • run go applications on bare metal
  • build a unikernel from a go program
  • learn how the go runtime works at the kernel level
  • experiment with os development in go
  • boot a small os with a network stack in qemu
  • run a javascript interpreter on bare metal

When to choose

  • you want to run Go code directly on x86 hardware without a full OS
  • you want to study or learn OS kernel development using Go instead of C
  • you need a minimal single-application unikernel with goroutines and a TCP/IP stack
  • you want a fun educational project exploring the Go runtime internals

When to avoid

  • you need a production-grade OS with processes, security isolation, or an ELF loader
  • you need multi-process or multi-tenant workloads
  • you require the latest Go toolchain, since eggos depends on specific Go versions (1.13-1.16)
  • you need broad hardware driver support or a complete filesystem

Facets

library · maturity maintenance

programming-language networking interpreter file-system http-server graphics embedded operating-systems programming-languages developer-tools embedded-systems windows cpp go embedded unikernel go-runtime bare-metal osdev x86 kernel netstack wasm qemu linux macos

7 sources

Member repositories

RepositoryRoleHealth v2
icexin/eggosmain23

For agents

markdown · JSON · MCP: product_card(name="icexin/eggos")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem