2024-06-04 02:56:04 +08:00
# Tools
2024-06-04 04:03:00 +09:00
This is a list of tools that are installed from manifests managed in this action.
If a tool not included in the list below is specified, this action uses [cargo-binstall] as a fallback.
2024-06-08 16:33:32 +09:00
See the [Supported tools section in README.md ](README.md#supported-tools ) for how to ensure that fallback is not used.
2024-06-04 04:03:00 +09:00
> If `$CARGO_HOME/bin` is not available, Rust-related binaries will be installed to `$HOME/.cargo/bin`.<br>
2024-06-19 10:57:30 +09:00
> If `$HOME/.cargo/bin` is not available, Rust-related binaries will be installed to `$HOME/.install-action/bin`.<br>
2024-06-04 04:03:00 +09:00
2026-01-10 21:00:44 +09:00
> [!WARNING]
> Please note that the fact that a specific tool is listed here does **NOT** mean that the maintainer trusts the tool for safety or has reviewed its code.
2024-06-04 02:56:04 +08:00
| Name | Where binaries will be installed | Where will it be installed from | Supported platform | License |
| ---- | -------------------------------- | ------------------------------- | ------------------ | ------- |
2026-03-19 09:50:58 +00:00
| [**auto-doc** ](https://github.com/tj-actions/auto-doc ) | `$HOME/.install-action/bin` | [GitHub Releases ](https://github.com/tj-actions/auto-doc/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/tj-actions/auto-doc/blob/main/LICENSE ) |
2024-06-19 10:57:30 +09:00
| [**biome** ](https://biomejs.dev ) | `$HOME/.install-action/bin` | [GitHub Releases ](https://github.com/biomejs/biome/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/biomejs/biome/blob/main/LICENSE-APACHE ) OR [MIT ](https://github.com/biomejs/biome/blob/main/LICENSE-MIT ) |
2026-05-04 14:05:27 +02:00
| [**cargo-apple-runner** ](https://github.com/madsmtm/cargo-apple-runner ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/madsmtm/cargo-apple-runner/releases ) | macOS | [Zlib ](https://github.com/madsmtm/cargo-apple-runner/blob/main/LICENSE-ZLIB.txt ) OR [Apache-2.0 ](https://github.com/madsmtm/cargo-apple-runner/blob/main/LICENSE-APACHE.txt ) OR [MIT ](https://github.com/madsmtm/cargo-apple-runner/blob/main/LICENSE-MIT.txt ) |
2026-05-05 02:03:07 +09:00
| [**cargo-audit** ](https://github.com/rustsec/rustsec/tree/HEAD/cargo-audit ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/rustsec/rustsec/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/rustsec/rustsec/blob/main/cargo-audit/LICENSE-APACHE ) OR [MIT ](https://github.com/rustsec/rustsec/blob/main/cargo-audit/LICENSE-MIT ) |
| [**cargo-auditable** ](https://github.com/rust-secure-code/cargo-auditable ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/rust-secure-code/cargo-auditable/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/rust-secure-code/cargo-auditable/blob/master/LICENSE-APACHE ) OR [MIT ](https://github.com/rust-secure-code/cargo-auditable/blob/master/LICENSE-MIT ) |
| [**cargo-binstall** ](https://github.com/cargo-bins/cargo-binstall ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/cargo-bins/cargo-binstall/releases ) | Linux, macOS, Windows | [GPL-3.0 ](https://github.com/cargo-bins/cargo-binstall/blob/main/crates/bin/LICENSE ) |
2024-06-04 02:56:04 +08:00
| [**cargo-careful** ](https://github.com/RalfJung/cargo-careful ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/RalfJung/cargo-careful/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/RalfJung/cargo-careful/blob/master/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/RalfJung/cargo-careful/blob/master/LICENSE-APACHE ) |
| [**cargo-cyclonedx** ](https://github.com/CycloneDX/cyclonedx-rust-cargo ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/CycloneDX/cyclonedx-rust-cargo/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/CycloneDX/cyclonedx-rust-cargo/blob/main/LICENSE ) |
2025-09-21 07:41:43 +02:00
| [**cargo-deadlinks** ](https://github.com/deadlinks/cargo-deadlinks ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/deadlinks/cargo-deadlinks/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/deadlinks/cargo-deadlinks/blob/master/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/deadlinks/cargo-deadlinks/blob/master/LICENSE-APACHE ) |
2026-04-05 17:16:30 +09:00
| [**cargo-deb** ](https://github.com/kornelski/cargo-deb ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/kornelski/cargo-deb/releases ) | Linux | [MIT ](https://github.com/kornelski/cargo-deb/blob/main/LICENSE ) |
2024-06-04 02:56:04 +08:00
| [**cargo-deny** ](https://github.com/EmbarkStudios/cargo-deny ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/EmbarkStudios/cargo-deny/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-APACHE ) |
| [**cargo-dinghy** ](https://github.com/sonos/dinghy ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/sonos/dinghy/releases ) | Linux, macOS | [MIT ](https://github.com/sonos/dinghy/blob/main/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/sonos/dinghy/blob/main/LICENSE-APACHE ) |
| [**cargo-export** ](https://github.com/bazhenov/cargo-export ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/bazhenov/cargo-export/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/bazhenov/cargo-export/blob/master/LICENSE ) |
| [**cargo-hack** ](https://github.com/taiki-e/cargo-hack ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/taiki-e/cargo-hack/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-APACHE ) OR [MIT ](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-MIT ) |
2025-12-20 06:00:03 +01:00
| [**cargo-insta** ](https://insta.rs/ ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/mitsuhiko/insta/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/mitsuhiko/insta/blob/master/LICENSE ) |
2024-09-07 06:01:10 +08:00
| [**cargo-lambda** ](https://github.com/cargo-lambda/cargo-lambda ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/cargo-lambda/cargo-lambda/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/cargo-lambda/cargo-lambda/blob/main/LICENSE ) |
2024-06-04 02:56:04 +08:00
| [**cargo-llvm-cov** ](https://github.com/taiki-e/cargo-llvm-cov ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/taiki-e/cargo-llvm-cov/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE ) OR [MIT ](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT ) |
| [**cargo-machete** ](https://github.com/bnjbvr/cargo-machete ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/bnjbvr/cargo-machete/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/bnjbvr/cargo-machete/blob/main/LICENSE.md ) |
| [**cargo-make** ](https://github.com/sagiegurari/cargo-make ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/sagiegurari/cargo-make/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/sagiegurari/cargo-make/blob/master/LICENSE ) |
| [**cargo-minimal-versions** ](https://github.com/taiki-e/cargo-minimal-versions ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/taiki-e/cargo-minimal-versions/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/taiki-e/cargo-minimal-versions/blob/main/LICENSE-APACHE ) OR [MIT ](https://github.com/taiki-e/cargo-minimal-versions/blob/main/LICENSE-MIT ) |
2026-01-20 11:20:19 +01:00
| [**cargo-neat** ](https://github.com/killzoner/cargo-neat ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/killzoner/cargo-neat/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/killzoner/cargo-neat/blob/master/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/killzoner/cargo-neat/blob/master/LICENSE-APACHE ) |
2026-03-21 05:53:02 +09:00
| [**cargo-nextest** ](https://github.com/nextest-rs/nextest ) (alias: `nextest` ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/nextest-rs/nextest/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/nextest-rs/nextest/blob/main/LICENSE-APACHE ) OR [MIT ](https://github.com/nextest-rs/nextest/blob/main/LICENSE-MIT ) |
2024-06-04 02:56:04 +08:00
| [**cargo-no-dev-deps** ](https://github.com/taiki-e/cargo-no-dev-deps ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/taiki-e/cargo-no-dev-deps/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/taiki-e/cargo-no-dev-deps/blob/main/LICENSE-APACHE ) OR [MIT ](https://github.com/taiki-e/cargo-no-dev-deps/blob/main/LICENSE-MIT ) |
| [**cargo-rdme** ](https://github.com/orium/cargo-rdme ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/orium/cargo-rdme/releases ) | Linux, macOS, Windows | [MPL-2.0 ](https://github.com/orium/cargo-rdme/blob/main/LICENSE.md ) |
2024-06-06 06:29:14 +08:00
| [**cargo-semver-checks** ](https://github.com/obi1kenobi/cargo-semver-checks ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/obi1kenobi/cargo-semver-checks/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-APACHE ) OR [MIT ](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-MIT ) |
2025-05-16 12:15:32 +02:00
| [**cargo-shear** ](https://github.com/Boshen/cargo-shear ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/Boshen/cargo-shear/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/Boshen/cargo-shear/blob/main/LICENSE ) |
2024-06-08 18:33:05 +09:00
| [**cargo-sort** ](https://github.com/DevinR528/cargo-sort ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/DevinR528/cargo-sort/releases ) | Linux, macOS, Windows | [Apache-2.0 OR MIT ](https://github.com/DevinR528/cargo-sort/blob/v1.0.9/Cargo.toml#L5 ) |
2024-06-04 02:56:04 +08:00
| [**cargo-spellcheck** ](https://github.com/drahnr/cargo-spellcheck ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/drahnr/cargo-spellcheck/releases ) | Linux, Windows | [LGPLv2.1 ](https://github.com/drahnr/cargo-spellcheck/blob/master/LICENSE-LGPL ) |
| [**cargo-tarpaulin** ](https://github.com/xd009642/tarpaulin ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/xd009642/tarpaulin/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-APACHE ) |
2026-05-02 05:09:56 +09:00
| [**cargo-udeps** ](https://github.com/est31/cargo-udeps ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/est31/cargo-udeps/releases ) | Linux, macOS, Windows | [Apache-2.0 OR MIT ](https://github.com/est31/cargo-udeps/blob/master/LICENSE ) |
2024-06-04 02:56:04 +08:00
| [**cargo-valgrind** ](https://github.com/jfrimmel/cargo-valgrind ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/jfrimmel/cargo-valgrind/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/jfrimmel/cargo-valgrind/blob/master/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/jfrimmel/cargo-valgrind/blob/master/LICENSE-APACHE ) |
2026-04-04 14:52:15 +02:00
| [**cargo-xwin** ](https://github.com/rust-cross/cargo-xwin ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/rust-cross/cargo-xwin/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/rust-cross/cargo-xwin/blob/main/LICENSE ) |
2024-06-06 16:37:27 +08:00
| [**cargo-zigbuild** ](https://github.com/rust-cross/cargo-zigbuild ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/rust-cross/cargo-zigbuild/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE ) |
2025-07-01 19:30:28 +08:00
| [**coreutils** ](https://github.com/uutils/coreutils ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/uutils/coreutils/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/uutils/coreutils/blob/main/LICENSE ) |
2026-04-08 00:10:16 +09:00
| [**cosign** ](https://github.com/sigstore/cosign ) | `$HOME/.install-action/bin` | [GitHub Releases ](https://github.com/sigstore/cosign/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/sigstore/cosign/blob/main/LICENSE ) |
2026-04-01 10:17:21 -05:00
| [**covgate** ](https://github.com/jesse-black/covgate ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/jesse-black/covgate/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/jesse-black/covgate/blob/main/LICENSE ) |
2024-06-04 02:56:04 +08:00
| [**cross** ](https://github.com/cross-rs/cross ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/cross-rs/cross/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/cross-rs/cross/blob/main/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/cross-rs/cross/blob/main/LICENSE-APACHE ) |
2025-06-19 19:55:47 +08:00
| [**cyclonedx** ](https://github.com/CycloneDX/cyclonedx-cli ) | `$HOME/.install-action/bin` | [GitHub Releases ](https://github.com/CycloneDX/cyclonedx-cli/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/CycloneDX/cyclonedx-cli/blob/main/LICENSE ) |
2024-06-19 10:57:30 +09:00
| [**deepsource** ](https://github.com/DeepSourceCorp/cli ) | `$HOME/.install-action/bin` | [GitHub Releases ](https://github.com/DeepSourceCorp/cli/releases ) | Linux, macOS, Windows | [BSD-2-Clause ](https://github.com/DeepSourceCorp/cli/blob/master/LICENSE ) |
2024-06-04 02:56:04 +08:00
| [**dprint** ](https://github.com/dprint/dprint ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/dprint/dprint/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/dprint/dprint/blob/main/LICENSE ) |
2024-06-19 10:57:30 +09:00
| [**earthly** ](https://github.com/earthly/earthly ) | `$HOME/.install-action/bin` | [GitHub Releases ](https://github.com/earthly/earthly/releases ) | Linux, macOS, Windows | [MPL-2.0 ](https://github.com/earthly/earthly/blob/main/LICENSE ) |
| [**editorconfig-checker** ](https://github.com/editorconfig-checker/editorconfig-checker ) | `$HOME/.install-action/bin` | [GitHub Releases ](https://github.com/editorconfig-checker/editorconfig-checker/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/editorconfig-checker/editorconfig-checker/blob/main/LICENSE ) |
2024-06-04 02:56:04 +08:00
| [**espup** ](https://github.com/esp-rs/espup ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/esp-rs/espup/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/esp-rs/espup/blob/main/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/esp-rs/espup/blob/main/LICENSE-APACHE ) |
| [**git-cliff** ](https://github.com/orhun/git-cliff ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/orhun/git-cliff/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/orhun/git-cliff/blob/main/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/orhun/git-cliff/blob/main/LICENSE-APACHE ) |
2026-05-02 05:09:56 +09:00
| [**grcov** ](https://github.com/mozilla/grcov ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/mozilla/grcov/releases ) | Linux, macOS, Windows | [MPL-2.0 ](https://github.com/mozilla/grcov/blob/master/LICENSE-MPL-2.0 ) |
2026-02-16 17:31:19 +00:00
| [**gungraun-runner** ](https://gungraun.github.io/gungraun/ ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/gungraun/gungraun/releases ) | Linux | [Apache-2.0 ](https://github.com/gungraun/gungraun/blob/main/LICENSE-APACHE ) OR [MIT ](https://github.com/gungraun/gungraun/blob/main/LICENSE-MIT ) |
2024-06-04 02:56:04 +08:00
| [**hyperfine** ](https://github.com/sharkdp/hyperfine ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/sharkdp/hyperfine/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/sharkdp/hyperfine/blob/master/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/sharkdp/hyperfine/blob/master/LICENSE-APACHE ) |
2026-02-16 17:31:19 +00:00
| [**iai-callgrind-runner** ](https://gungraun.github.io/gungraun/ ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/iai-callgrind/iai-callgrind/releases ) | Linux | [Apache-2.0 ](https://github.com/iai-callgrind/iai-callgrind/blob/main/LICENSE-APACHE ) OR [MIT ](https://github.com/iai-callgrind/iai-callgrind/blob/main/LICENSE-MIT ) |
2024-06-08 16:22:08 +08:00
| [**jaq** ](https://github.com/01mf02/jaq ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/01mf02/jaq/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/01mf02/jaq/blob/main/LICENSE-MIT ) |
2024-06-04 02:56:04 +08:00
| [**just** ](https://github.com/casey/just ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/casey/just/releases ) | Linux, macOS, Windows | [CC0-1.0 ](https://github.com/casey/just/blob/master/LICENSE ) |
2024-08-12 04:35:43 +09:00
| [**knope** ](https://github.com/knope-dev/knope ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/knope-dev/knope/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/knope-dev/knope/blob/main/LICENSE ) |
2025-12-20 03:01:01 +01:00
| [**martin** ](https://maplibre.org/martin/ ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/maplibre/martin/releases ) | Linux, macOS | [MIT ](https://github.com/maplibre/martin/blob/main/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/maplibre/martin/blob/main/LICENSE-APACHE ) |
2024-06-04 02:56:04 +08:00
| [**mdbook** ](https://github.com/rust-lang/mdBook ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/rust-lang/mdBook/releases ) | Linux, macOS, Windows | [MPL-2.0 ](https://github.com/rust-lang/mdBook/blob/master/LICENSE ) |
2025-07-26 07:25:22 +02:00
| [**mdbook-alerts** ](https://github.com/lambdalisue/rs-mdbook-alerts ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/lambdalisue/rs-mdbook-alerts/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/lambdalisue/rs-mdbook-alerts/blob/main/LICENSE ) |
2026-05-04 14:03:03 +02:00
| [**mdbook-d2** ](https://github.com/danieleades/mdbook-d2 ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/danieleades/mdbook-d2/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/danieleades/mdbook-d2/blob/main/LICENSE ) |
2024-06-04 02:56:04 +08:00
| [**mdbook-linkcheck** ](https://github.com/Michael-F-Bryan/mdbook-linkcheck ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/Michael-F-Bryan/mdbook-linkcheck/blob/master/LICENSE ) |
2025-12-17 10:27:22 +01:00
| [**mdbook-mermaid** ](https://github.com/badboy/mdbook-mermaid ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/badboy/mdbook-mermaid/releases ) | Linux, macOS, Windows | [MPL-2.0 ](https://github.com/badboy/mdbook-mermaid/blob/main/LICENSE ) |
2026-01-10 12:50:10 +01:00
| [**mdbook-mermaid-ssr** ](https://github.com/CommanderStorm/mdbook-mermaid-ssr ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/CommanderStorm/mdbook-mermaid-ssr/releases ) | Linux, macOS, Windows | [MPL-2.0 ](https://github.com/CommanderStorm/mdbook-mermaid-ssr/blob/main/LICENSE ) |
2025-09-10 19:38:34 +08:00
| [**mise** ](https://github.com/jdx/mise ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/jdx/mise/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/jdx/mise/blob/main/LICENSE ) |
2024-06-19 10:57:30 +09:00
| [**osv-scanner** ](https://github.com/google/osv-scanner ) | `$HOME/.install-action/bin` | [GitHub Releases ](https://github.com/google/osv-scanner/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/google/osv-scanner/blob/main/LICENSE ) |
2024-06-04 02:56:04 +08:00
| [**parse-changelog** ](https://github.com/taiki-e/parse-changelog ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/taiki-e/parse-changelog/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-APACHE ) OR [MIT ](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-MIT ) |
2025-02-02 05:25:57 +09:00
| [**parse-dockerfile** ](https://github.com/taiki-e/parse-dockerfile ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/taiki-e/parse-dockerfile/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/taiki-e/parse-dockerfile/blob/main/LICENSE-APACHE ) OR [MIT ](https://github.com/taiki-e/parse-dockerfile/blob/main/LICENSE-MIT ) |
2025-12-20 03:01:01 +01:00
| [**prek** ](https://github.com/j178/prek ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/j178/prek/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/j178/prek/blob/master/LICENSE ) |
2026-05-02 05:09:56 +09:00
| [**protoc** ](https://github.com/protocolbuffers/protobuf ) | `$HOME/.install-action/bin` | [GitHub Releases ](https://github.com/protocolbuffers/protobuf/releases ) | Linux, macOS, Windows | [BSD-3-Clause ](https://github.com/protocolbuffers/protobuf/blob/main/LICENSE ) |
2024-06-19 10:57:30 +09:00
| [**rclone** ](https://github.com/rclone/rclone ) | `$HOME/.install-action/bin` | [GitHub Releases ](https://github.com/rclone/rclone/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/rclone/rclone/blob/master/COPYING ) |
2024-11-21 23:55:04 +09:00
| [**release-plz** ](https://release-plz.dev/ ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/release-plz/release-plz/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/release-plz/release-plz/blob/main/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/release-plz/release-plz/blob/main/LICENSE-APACHE ) |
2026-05-05 02:03:07 +09:00
| [**rust** ](https://rust-lang.org ) | `$CARGO_HOME/bin` | rustup | Linux, macOS, Windows | [Apache-2.0 OR MIT ](https://github.com/rust-lang/rust/blob/main/COPYRIGHT ) |
2024-06-04 02:56:04 +08:00
| [**sccache** ](https://github.com/mozilla/sccache ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/mozilla/sccache/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/mozilla/sccache/blob/main/LICENSE ) |
2024-06-19 10:57:30 +09:00
| [**shellcheck** ](https://www.shellcheck.net ) | `$HOME/.install-action/bin` | [GitHub Releases ](https://github.com/koalaman/shellcheck/releases ) | Linux, macOS, Windows | [GPL-3.0 ](https://github.com/koalaman/shellcheck/blob/master/LICENSE ) |
| [**shfmt** ](https://github.com/mvdan/sh ) | `$HOME/.install-action/bin` | [GitHub Releases ](https://github.com/mvdan/sh/releases ) | Linux, macOS, Windows | [BSD-3-Clause ](https://github.com/mvdan/sh/blob/master/LICENSE ) |
| [**syft** ](https://github.com/anchore/syft ) | `$HOME/.install-action/bin` | [GitHub Releases ](https://github.com/anchore/syft/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/anchore/syft/blob/main/LICENSE ) |
2026-03-21 05:53:02 +09:00
| [**taplo** ](https://github.com/tamasfe/taplo ) (alias: `taplo-cli` ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/tamasfe/taplo/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/tamasfe/taplo/blob/master/LICENSE ) |
2025-12-12 17:38:04 +01:00
| [**tombi** ](https://tombi-toml.github.io/tombi/ ) | `$HOME/.install-action/bin` | [GitHub Releases ](https://github.com/tombi-toml/tombi/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/tombi-toml/tombi/blob/main/LICENSE ) |
2025-05-22 21:19:10 +08:00
| [**trivy** ](https://github.com/aquasecurity/trivy ) | `$HOME/.install-action/bin` | [GitHub Releases ](https://github.com/aquasecurity/trivy/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/aquasecurity/trivy/blob/main/LICENSE ) |
2024-12-27 08:39:01 +07:00
| [**trunk** ](https://github.com/trunk-rs/trunk ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/trunk-rs/trunk/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/trunk-rs/trunk/blob/main/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/trunk-rs/trunk/blob/main/LICENSE-APACHE ) |
2024-06-04 02:56:04 +08:00
| [**typos** ](https://github.com/crate-ci/typos ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/crate-ci/typos/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE ) |
2025-09-10 19:38:08 +08:00
| [**ubi** ](https://github.com/houseabsolute/ubi ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/houseabsolute/ubi/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/houseabsolute/ubi/blob/master/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/houseabsolute/ubi/blob/master/LICENSE-APACHE ) |
2026-04-04 14:52:15 +02:00
| [**uv** ](https://github.com/astral-sh/uv ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/astral-sh/uv/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/astral-sh/uv/blob/main/LICENSE-APACHE ) OR [MIT ](https://github.com/astral-sh/uv/blob/main/LICENSE-MIT ) |
2025-06-30 22:32:17 +08:00
| [**vacuum** ](https://github.com/daveshanley/vacuum ) | `$HOME/.install-action/bin` | [GitHub Releases ](https://github.com/daveshanley/vacuum/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/daveshanley/vacuum/blob/main/LICENSE ) |
2024-06-04 02:56:04 +08:00
| [**valgrind** ](https://valgrind.org/ ) | `/snap/bin` | [snap ](https://snapcraft.io/install/valgrind/ubuntu ) | Linux | [GPL-2.0 ](https://sourceware.org/git/?p=valgrind.git;a=blob;f=COPYING;hb=HEAD ) |
2024-06-08 18:33:05 +09:00
| [**wait-for-them** ](https://github.com/shenek/wait-for-them ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/shenek/wait-for-them/releases ) | Linux, macOS, Windows | [GPL-3.0 ](https://github.com/shenek/wait-for-them/blob/v0.4.0/Cargo.toml#L7 ) |
2024-12-26 05:18:57 -06:00
| [**wash** ](https://github.com/wasmCloud/wasmCloud ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/wasmCloud/wasmCloud/releases ) | Linux, macOS, Windows | [Apache-2.0 ](https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE ) |
2026-03-21 05:53:02 +09:00
| [**wasm-bindgen** ](https://github.com/wasm-bindgen/wasm-bindgen ) (alias: `wasm-bindgen-cli` ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/wasm-bindgen/wasm-bindgen/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-APACHE ) |
2026-01-20 21:23:17 +09:00
| [**wasm-pack** ](https://github.com/drager/wasm-pack ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/drager/wasm-pack/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/drager/wasm-pack/blob/master/LICENSE-MIT ) OR [Apache-2.0 ](https://github.com/drager/wasm-pack/blob/master/LICENSE-APACHE ) |
2026-04-01 16:06:25 +02:00
| [**wasm-tools** ](https://github.com/bytecodealliance/wasm-tools ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/bytecodealliance/wasm-tools/releases ) | Linux, macOS, Windows | [Apache-2.0 WITH LLVM-exception ](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE ) OR [Apache-2.0 ](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE ) OR [MIT ](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-MIT ) |
2026-03-21 05:53:02 +09:00
| [**wasmtime** ](https://github.com/bytecodealliance/wasmtime ) (alias: `wasmtime-cli` ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/bytecodealliance/wasmtime/releases ) | Linux, macOS, Windows | [Apache-2.0 WITH LLVM-exception ](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE ) |
2024-06-08 18:33:05 +09:00
| [**xbuild** ](https://github.com/rust-mobile/xbuild ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/rust-mobile/xbuild/releases ) | Linux, macOS, Windows | [Apache-2.0 OR MIT ](https://github.com/rust-mobile/xbuild/blob/v0.2.0/xbuild/Cargo.toml#L7 ) |
2024-06-08 15:33:29 +08:00
| [**xh** ](https://github.com/ducaale/xh ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/ducaale/xh/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/ducaale/xh/blob/master/LICENSE ) |
2025-06-16 20:55:17 +08:00
| [**zizmor** ](https://github.com/zizmorcore/zizmor ) | `$CARGO_HOME/bin` | [GitHub Releases ](https://github.com/zizmorcore/zizmor/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/zizmorcore/zizmor/blob/main/LICENSE ) |
2025-06-30 22:32:04 +08:00
| [**zola** ](https://github.com/getzola/zola ) | `$HOME/.install-action/bin` | [GitHub Releases ](https://github.com/getzola/zola/releases ) | Linux, macOS, Windows | [MIT ](https://github.com/getzola/zola/blob/master/LICENSE ) |
2024-06-04 04:03:00 +09:00
[cargo-binstall]: https://github.com/cargo-bins/cargo-binstall