Faster builds, everywhere

Drop-in replacement for Cargo with automatic dependency caching. Zero configuration required.

Don't just take our word for it

Check out our extensive set of benchmarks

sharkdp/fd

cargo build44s
hurry cargo build2s
Speedup22x

superfly/corrosion

cargo build5m10s
hurry cargo build31s
Speedup10x

sharkdp/bat

cargo build25s
hurry cargo build3s
Speedup8.33x

typst/typst

cargo build4m34s
hurry cargo build42s
Speedup6.52x

lancedb/lancedb

cargo build5m28s
hurry cargo build52s
Speedup6.31x

swc-project/swc

cargo build8m4s
hurry cargo build1m20s
Speedup6.05x

Build once, restore everywhere

Your builds are cached and shared across every environment. Compile once and restore instantly—on your machine, in CI, with teammates, inside Docker, or in agent containers.

hurry cache

Your Machine

Local dev

CI

GitHub Actions, etc.

Teammates

Shared cache

Docker

Container builds

AI Agents

Agent containers

Get started today

Anywhere you would use cargo, just add hurry.

# Install hurry
$ curl -sSfL https://hurry.build/install.sh | bash
# Hurry, cargo!
$ hurry cargo build
$ hurry cargo test
$ hurry cargo run