# usbarmory/tamago

TamaGo - bare metal Go

Repository: https://github.com/usbarmory/tamago
Canonical: https://ross.abutalabs.com/products/tamago
Language: Go
License: NOASSERTION
License Family: other
Last push: 2026-08-25T17:05:36+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 2505, "days_push": 8, "days_rel": 12, "gap_med": 25.5, "n_releases_24m": 17}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2020, forks 83 (observed 2026-08-28T04:06:06.189777+00:00)

## What it is
TamaGo is a framework that enables compilation and execution of Go applications directly on bare metal processors, without any underlying operating system or C runtime. It consists of a modified Go distribution adding a `tamago` GOOS target plus Go packages for processor/SoC and board support, aimed at reducing firmware attack surface.

## Use cases
- write firmware in Go without an OS
- run Go on bare metal ARM or x86-64 processors
- build minimal attack surface embedded firmware
- develop secure boot or security-critical firmware in pure Go
- execute Go applications directly on SoCs like ARM or AMD64 targets
- replace C firmware toolchains with Go

## When to choose
- you want to write embedded firmware in Go with full standard library support
- you need to eliminate C code and OS dependencies from firmware for security reasons
- you target supported ARM or AMD64 SoCs/boards
- you prefer Go's memory safety for low-level embedded development

## When to avoid
- you need an RTOS or rich OS ecosystem with drivers for unsupported hardware
- your target board or SoC is not among the supported platforms
- you need hard real-time guarantees
- you require a very small binary footprint typical of C firmware

## Facets
- artifact type: framework
- maturity: active
- function: embedded, compiler, developer-tools
- domain: embedded-systems, operating-systems, security, programming-languages
- platform: go, embedded
- tags: bare-metal, firmware, goos-tamago, soc-support, board-support, no-os, linux, macos

## Member repositories
- usbarmory/tamago (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:06.189777+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:00:24.804001+00:00, confidence not recorded.
  - readme: https://github.com/usbarmory/tamago (fetched 2026-08-28T04:06:06.189777+00:00, sha b0e8787ab511)
- Data as of 2026-08-30T08:39:29.467469+00:00.
