cross-rs/cross
“Zero setup” cross compilation and “cross testing” of Rust crates observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3538
- days_rel: n/a
- days_push: 14
- n_releases_24m: 0
Adoption not part of the score
8305 stars · 461 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
cross is a zero-setup CLI tool for cross compiling and cross testing Rust crates, using Docker or Podman containers to provide complete cross toolchains. It mirrors Cargo's CLI, so commands like cross build and cross test work for targets like aarch64 or mips without touching the system toolchain.
Use cases
- build a rust binary for aarch64 from an x86_64 machine
- run rust tests for mips or powerpc targets
- cross compile rust crates without installing toolchains manually
- produce portable rust binaries for arm and bsd targets
- test embedded rust code for non-x86 architectures
When to choose
- you need to build or test Rust code for architectures other than your host
- you want zero-setup cross compilation via Docker or Podman
- you want a drop-in Cargo replacement for cross-compilation
When to avoid
- you only build for your host platform
- you cannot run Docker or Podman containers
- you need cross compilation for non-Rust projects
Facets
cli-tool · maturity active
build-tool cli testing developer-tools developer-tools cross-platform embedded-systems windows cli rust cross-compilation rust cargo docker podman binfmt toolchain arm aarch64 command-line linux macos
2 sources
- readme: https://github.com/cross-rs/cross · fetched 2026-08-28 · 96361f52f6d7
- registry_crates: https://crates.io/api/v1/crates/cross · fetched 2026-08-29 · 05ec2062c154
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cross-rs/cross | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem