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
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.
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