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 | bash

Windows PowerShell

powershell
irm https://raw.githubusercontent.com/DaviRain-Su/hyper-grok-build/dev/install.ps1 | iex

Pin a version

bash
curl -fsSL https://raw.githubusercontent.com/DaviRain-Su/hyper-grok-build/dev/install.sh | bash -s -- --version v0.2.114-r3

The 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 -- --version
nix profile
nix profile install github:DaviRain-Su/hyper-grok-build#hyper-grok-build

The 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-bin
cargo
cargo build -p xai-grok-pager-bin --profile release-dist --features community-build
cargo
./target/release-dist/hyper --version

The 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

  1. hyper --version — confirm the binary
  2. hyper login — xAI / Grok OAuth (or set provider keys)
  3. hyper — launch the TUI
  4. hyper dashboard --web — optional local metrics UI

Releases: https://github.com/DaviRain-Su/hyper-grok-build/releases