golang/sys
[mirror] Go packages for low-level interaction with the operating system observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4290
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
1350 stars · 625 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
golang/sys provides supplemental Go packages for low-level interaction with the operating system, including syscall wrappers, constants, and types across Linux, macOS, Windows, BSD, and other platforms. It is the official golang.org/x/sys library maintained by the Go team as a mirror of the upstream repository.
Use cases
- make raw system calls from Go
- query OS version and hardware info in Go
- interact with Windows APIs from Go
- use Unix domain sockets and ioctl in Go
- get process and memory information on Linux
- portable low-level OS access across platforms
When to choose
- you need syscall-level access beyond Go's standard os/syscall packages
- you want official, well-maintained Go bindings for OS primitives
- you need cross-platform low-level constants and types
- you're building system tools or daemons in Go
When to avoid
- you only need high-level file or process operations covered by the standard library
- you're not programming in Go
- you need a stable API guarantee - x/sys APIs can evolve
Facets
library · maturity stable
developer-tools file-system networking operating-systems developer-tools cross-platform windows bsd go system-calls os-interaction golang-org low-level unix windows-api linux macos
2 sources
- readme: https://github.com/golang/sys · fetched 2026-08-28 · 55c5f38e73b8
- homepage: https://golang.org/x/sys · fetched 2026-08-29 · f40b2ff82d55
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| golang/sys | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem