gokrazy/gokrazy resource
turn your Go program(s) into an appliance running on the Raspberry Pi 3, Pi 4, Pi 5, Pi Zero 2 W, or PCs (x86_64 or ARM64)! observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 96
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3497
- days_rel: n/a
- days_push: 29
- n_releases_24m: 0
Adoption not part of the score
3481 stars · 139 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
gokrazy is a minimal appliance platform that turns Go programs into self-contained systems running on Raspberry Pi or x86_64/ARM64 PCs, replacing a traditional Linux distribution with a minimal Go userland. It provides a minimal init system, updater, DHCP, and NTP, with a read-only root filesystem and no default shell access for a drastically reduced attack surface.
Use cases
- deploy a Go program as a dedicated appliance on a Raspberry Pi
- run a single-purpose home server without maintaining a Linux distribution
- build a minimal embedded system entirely in Go
- reduce security patching burden on headless devices
- flash an SD card with a custom Go-based system image
- run Go services on a Pi Zero 2 W or Pi 5
When to choose
- your workload is written in Go and fits an appliance model
- you want minimal maintenance and a small attack surface on a Pi or PC
- you prefer managing everything as Go modules with fast deploy loops
When to avoid
- you need a general-purpose Linux distro with shells, package managers, or non-Go software
- your application depends on C libraries or CGO
- you need interactive multi-user server functionality out of the box
Facets
infra-config · maturity active
deployment infrastructure-as-code embedded security self-hosted embedded-systems operating-systems security developer-tools iot go embedded go-appliance minimal-linux raspberry-pi init-system read-only-filesystem single-purpose-server devops linux arm64
3 sources
- readme: https://github.com/gokrazy/gokrazy · fetched 2026-08-28 · c0494ddee76c
- homepage: https://gokrazy.org · fetched 2026-08-29 · 93872425a349
- site_page: https://gokrazy.org/quickstart/index.html · fetched 2026-08-29 · 5d87c02dd823
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gokrazy/gokrazy | main | 75 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem