burtonageo/cargo-bundle
Wrap rust executables in OS-specific app bundles observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 3888
- days_rel: n/a
- days_push: 10
- n_releases_24m: 0
Adoption not part of the score
1371 stars · 100 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
cargo-bundle is a Cargo subcommand that wraps Rust executables into OS-specific application bundles and installers. It supports macOS .app bundles, Linux .deb and .AppImage packages, and Windows .msi installers, configured via a metadata section in Cargo.toml.
Use cases
- package a rust gui app as a macos .app bundle
- create a deb package from a cargo project
- build an appimage for my rust application
- generate an msi installer for a windows rust executable
- bundle a rust binary for distribution
- create a universal binary app bundle on macos
When to choose
- you have a Rust GUI executable and want native OS app bundles or installers
- you want packaging configured directly in Cargo.toml and driven by a cargo subcommand
- you need macOS universal binaries or Linux deb/AppImage output
When to avoid
- you need Android .apk or full rpm support, which is not yet available
- you need a full-featured installer with complex custom install logic
- iOS and Windows bundling is still experimental and may not fit production needs
Facets
cli-tool · maturity active
cli build-tool deployment developer-tools cross-platform desktop-applications windows rust cli cargo-subcommand app-bundle packaging appimage deb msi rust-executables command-line macos linux ios
2 sources
- readme: https://github.com/burtonageo/cargo-bundle · fetched 2026-08-28 · 0f4b426c027b
- registry_crates: https://crates.io/api/v1/crates/cargo-bundle · fetched 2026-08-29 · 8b6aaef11baa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| burtonageo/cargo-bundle | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="burtonageo/cargo-bundle")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem