Installation
One-Liner (Recommended)
curl -fsSL https://releases.hyperroute.dev/devkit/install.sh | bash
Specific Version
curl -fsSL https://releases.hyperroute.dev/devkit/install.sh | bash -s -- --version 0.3.8
From Source
git clone https://github.com/hyperroute-dev/hyperroute-devkit.git
cd hyperroute-devkit
cargo install --path crates/hyperroute-cli
Verify Installation
hyperroute version
hyperroute doctor
hyperroute doctor runs diagnostic checks on your local environment, router connectivity, and bundle integrity. Run it any time something seems off.
Next Steps
- Quick Start — Push your first subgraph
- CLI Reference — Full command listing