Skip to content

v1.0.4-r1

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Aug 11:50

Hyper v1.0.4-r1

Unofficial multi-provider community build of Grok Build.

CLI install

# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/DaviRain-Su/hyper-grok-build/dev/install.sh | bash
# Windows PowerShell
irm https://raw.githubusercontent.com/DaviRain-Su/hyper-grok-build/dev/install.ps1 | iex

Pin a version: bash install.sh --version v1.0.4-r1

Desktop install (local-link UI, macOS arm64 / Linux)

curl -fsSL https://raw.githubusercontent.com/DaviRain-Su/hyper-grok-build/dev/install-desktop.sh | bash
# pin: bash install-desktop.sh --version v1.0.4-r1
comet

Desktop assets: hyper-desktop-*-{aarch64-apple-darwin,x86_64-unknown-linux-gnu,aarch64-unknown-linux-gnu}.tar.gz
(bundles bin/comet + bin/hyper; offline / no cloud sync).

Scheme live image (optional, for runtime.scheme plugins):
hyper-scheme-image-*-{aarch64-apple-darwin,x86_64-unknown-linux-gnu,aarch64-unknown-linux-gnu}.tar.gz
— installers place it at ~/.grok/bin/hyper-scheme-image; without it the
runtime falls back to gxi/gsi on PATH.

What's Changed

  • [pull] main from xai-org:main by @pull[bot] in #34
  • [pull] main from xai-org:main by @pull[bot] in #35
  • [pull] main from xai-org:main by @pull[bot] in #36
  • [pull] main from xai-org:main by @pull[bot] in #37

Full Changelog: v1.0.1-r1...v1.0.4-r1