Fleet is the blazing fast build tool for Rust. Compiling with Fleet is up-to 5x faster than with cargo
.
Note: Since fleet is in the beta phase, it might not be completely stable yet. Feel free to open any issues or bug reports at issues.
Note: As of now fleet only supports rustc
nightly
On MacOS & Linux:
bash
curl -L get.fleet.rs | sh
On Windows:
powershell
iwr -useb windows.fleet.rs | iex
Prerequisites: Rust
Clone the github repository using the Github CLI.
powershell
git clone https://github.com/dimensionhq/fleet
Change to the fleet directory.
powershell
cd fleet
Install the fleet
CLI using cargo
.
powershell
cargo install --path .
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.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details.