# GuillaumeGomez/sysinfo

Cross-platform library to fetch system information

Repository: https://github.com/GuillaumeGomez/sysinfo
Canonical: https://ross.abutalabs.com/products/sysinfo
Language: Rust
License: MIT
License Family: permissive
Topics: rust, system, unix, linux, raspberry, windows, macos
Last push: 2026-08-24T23:00:02+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 4194, "days_push": 9, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2737, forks 427 (observed 2026-08-28T04:07:16.352482+00:00)

## What it is
sysinfo is a Rust crate for retrieving system information such as CPU, memory, disks, networks, components, and processes across many operating systems. It provides a unified cross-platform API with refresh-based updates for live metrics.

## Use cases
- get cpu and memory usage in a rust program
- list running processes with disk usage
- monitor disk and network interface statistics
- build a cross-platform system monitor or task manager
- read system name, kernel and os version
- collect hardware component temperatures

## When to choose
- you need system metrics in Rust across Linux, macOS, Windows, BSD, Android or iOS
- you want a single unified API instead of per-OS code
- you need live refreshable process, cpu, memory, disk and network data

## When to avoid
- you need system info in a language other than Rust
- you need deep low-level hardware introspection beyond what the crate exposes
- you target an unsupported OS and cannot tolerate empty values

## Facets
- artifact type: library
- maturity: stable
- function: monitoring, developer-tools
- domain: operating-systems, developer-tools, cross-platform
- platform: windows, rust, cross-platform
- tags: system-information, processes, cpu, memory, disks, networks, rust-crate, linux, macos, android, ios

## Member repositories
- GuillaumeGomez/sysinfo (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:16.352482+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-30T08:19:14.007496+00:00, confidence not recorded.
  - readme: https://github.com/GuillaumeGomez/sysinfo (fetched 2026-08-28T04:07:16.352482+00:00, sha d94ac5fceaf0)
  - registry_crates: https://crates.io/api/v1/crates/sysinfo (fetched 2026-08-29T09:57:24.826456+00:00, sha 3de7ba8449db)
- Data as of 2026-08-30T08:39:29.467469+00:00.
