icexin/eggos
A Go unikernel running on x86 bare metal 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
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
- readme: https://github.com/icexin/eggos · fetched 2026-08-28 · 417122c466b6
- homepage: http://eggos.icexin.com · fetched 2026-08-29 · 5ecb00ff8f90
- site_page: https://eggos.icexin.com/docs/quick-start/boot-from-cd · fetched 2026-08-29 · b6503a097e51
- site_page: https://eggos.icexin.com/docs/quick-start/play-eggos · fetched 2026-08-29 · 8b7241253d32
- site_page: https://eggos.icexin.com/docs/quick-start/prepare-env · fetched 2026-08-29 · 537543b8a737
- site_page: https://eggos.icexin.com/docs/quick-start/hello-eggos · fetched 2026-08-29 · e075666ff361
- site_page: https://eggos.icexin.com/docs/boot-loader/grub · fetched 2026-08-29 · e1641d35e61c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| icexin/eggos | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem