Get Hatch
Prebuilt binaries for Linux and Windows ship with every GitHub release. Pick your platform, drop it on your PATH, and run your first install.
# one-line install (Linux / macOS)
curl -fsSL https://raw.githubusercontent.com/mario-chamuty/hatch/main/install.sh | bash
# one-line install (Windows PowerShell)
irm https://raw.githubusercontent.com/mario-chamuty/hatch/main/install.ps1 | iex
Then verify your install:
hatch --version
Prefer to build from source? Clone the repository and run the standard Rust toolchain. cargo build --release
Resolve faster. Build anywhere.
Install Hatch and put a reproducible Flutter dependency and build pipeline on the machine in front of you.
Read the docs