git clone https://flocks.sh/src flocks
cd flocks
cargo build --release --workspace
./target/release/flocks --version
Flocks uses Rust 1.78+ and requires no C toolchain beyond what your platform’s standard library needs.

Tested cargo commands

cargo fmt --all -- --check
cargo clippy --workspace --all-features -- -D warnings -W clippy::unwrap_used
cargo test  --workspace --all-features --no-fail-fast