HyperRoute

Releases

Install HyperRoute Core (routerd) and DevKit (hyperroute CLI). Available for macOS and Linux.

HyperRoute Core (routerd)

The high-performance GraphQL federation router.

curl -fsSL https://releases.hyperroute.dev/core/install.sh | bash

The install script automatically detects your OS and architecture.

HyperRoute DevKit (hyperroute)

CLI for composing, validating, and deploying schemas.

curl -fsSL https://releases.hyperroute.dev/devkit/install.sh | bash

The install script automatically detects your OS and architecture.

Verify Installation

routerd --version
hyperroute --version