suptejas/fleet
🚀 The blazing fast build tool for Rust.
{ "createdAt": "2022-04-14T10:20:34Z", "defaultBranch": "master", "description": "🚀 The blazing fast build tool for Rust.", "fullName": "suptejas/fleet", "homepage": "https://fleet.rs", "language": "Rust", "name": "fleet", "pushedAt": "2023-07-06T21:17:37Z", "stargazersCount": 2418, "topics": [ "build", "productivity", "rust", "systems" ], "updatedAt": "2025-11-15T08:32:24Z", "url": "https://github.com/suptejas/fleet"}
Fleet is a blazing fast build tool for Rust. Compiling with Fleet is up-to 5x faster than with cargo.
Note: Since Fleet is still under development, it might not be completely stable yet. Feel free to open any issues or bug reports at issues.
:zap: Installation
Section titled “:zap: Installation”On MacOS & Linux:
curl -L get.fleet.rs | shOn Windows:
iwr -useb windows.fleet.rs | iexBuilding from source
Section titled “Building from source”Prerequisites: Rust
cargo install --git https://github.com/dimensionhq/fleet fleet-rsHow does fleet work?
Section titled “How does fleet work?”Fleet works by optimizing your builds using existing tooling available in the Rust ecosystem, including seamlessly integrating sccache, lld, zld, ramdisks (for those using WSL or HDD’s) et al.
Versioning
Section titled “Versioning”We use SemVer for versioning. For the versions available, see the tags on this repository.
License
Section titled “License”This project is licensed under the Apache 2.0 License - see the [LICENSE.md]!(LICENSE) file for details.