Installation
Prebuilt binaries for macOS, Linux, and Windows. SHA256 verified.
macOS / Linux
bash
curl -fsSL https://raw.githubusercontent.com/DaviRain-Su/hyper-grok-build/dev/install.sh | bashWindows PowerShell
powershell
irm https://raw.githubusercontent.com/DaviRain-Su/hyper-grok-build/dev/install.ps1 | iexPin a version
bash
curl -fsSL https://raw.githubusercontent.com/DaviRain-Su/hyper-grok-build/dev/install.sh | bash -s -- --version v0.2.114-r3The installer verifies downloads against the release SHA256SUMS and installs to ~/.hyper/bin/hyper (%USERPROFILE%\.hyper\bin\hyper.exe on Windows). It prints a PATH hint when needed.
Nix
nix
nix run github:DaviRain-Su/hyper-grok-build#hyper-grok-build -- --versionnix profile
nix profile install github:DaviRain-Su/hyper-grok-build#hyper-grok-buildThe flake builds hyper from source (static Opus / jemalloc). First build is ~14 minutes; Linux x86_64/aarch64 supported — use prebuilts on macOS/Windows.
Build from source
Requirements
- Rust (rust-toolchain.toml)
- DotSlash (for hermetic protoc)
- CMake 3.5+
cargo
cargo run -p xai-grok-pager-bincargo
cargo build -p xai-grok-pager-bin --profile release-dist --features community-buildcargo
./target/release-dist/hyper --versionThe composition-root package is still xai-grok-pager-bin (monorepo layout); the shipped binary name is hyper. Defaults enable the community-build feature.
After install
hyper --version — confirm the binaryhyper login — xAI / Grok OAuth (or set provider keys)hyper — launch the TUIhyper dashboard --web — optional local metrics UI
Releases: https://github.com/DaviRain-Su/hyper-grok-build/releases