# local-dev-guide > Quick reference for local development commands - Author: dev-namespace - Repository: dev-namespace/hydra - Version: 20260204011134 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/dev-namespace/hydra - Web: https://mule.run/skillshub/@@dev-namespace/hydra~local-dev-guide:20260204011134 --- --- name: local-dev-guide description: Quick reference for local development commands disable-model-invocation: true --- ## Build - `cargo build` - Debug build - `cargo build --release` - Release build ## Run - `./target/debug/hydra --help` - Run debug binary - `./target/release/hydra --help` - Run release binary - `./target/release/hydra --dry-run` - Preview config without executing ## Test - `cargo test` - Run all tests (47 tests) ## Install - `./target/release/hydra --install` - Install to ~/.local/bin