Skip to content

Releases: msk-labs/grok-build-gui

Grok GUI 0.1.4

Choose a tag to compare

@msk-labs msk-labs released this 12 Aug 06:49

Grok GUI 0.1.4

This corrective release restores the historical Grok GUI product name on
macOS and Windows while keeping the existing ai.grok.build.gui application
identifier and user data.

Changes

  • Restores Grok GUI.app and matching installer/update artifact names.
  • Keeps the ChatGPT OAuth, GPT 5.6 model catalog, five reasoning levels, and
    streaming/session fixes shipped in 0.1.3.
  • Locks macOS releases to the stable self-signed Grok Desktop code-signing
    identity and refuses accidental Developer ID signing.
  • Disables trusted timestamp and notarization operations that do not apply to
    a self-signed certificate.

macOS first launch

Because this release is intentionally self-signed and cannot be notarized by
Apple, macOS may block a copy downloaded from the internet. On first launch,
right-click Grok GUI.app, choose Open, then confirm Open. Later
launches work normally.

Grok Build GUI 0.1.3

Choose a tag to compare

@msk-labs msk-labs released this 12 Aug 04:15

+## Downloads

Platform File
macOS (Apple Silicon) Grok-Build-GUI-0.1.3-mac-arm64.dmg
Windows 10/11 (x64) Grok-Build-GUI-0.1.3-win-x64-setup.exe

Highlights

  • Added ChatGPT/Codex OAuth sign-in for Coding Plan accounts.
  • Added the current GPT model catalog: GPT 5.6 Sol, Terra, Luna, GPT 5.5, and GPT 5.2.
  • Added five supported reasoning levels and model-specific capability detection.
  • Fixed GPT requests getting stuck in Processing, returning Internal error, or becoming unusable after retry.
  • Fixed ChatGPT Codex request translation and streaming completion compatibility.
  • Improved session title generation, unnamed-session handling, deletion reliability, and per-session runtime isolation.
  • Added custom model endpoint discovery and model configuration improvements.

Installing on macOS

The macOS build uses the same fixed self-signed certificate strategy as v0.1.2 and is not Apple-notarized. On first launch, right-click the app and choose Open. Subsequent launches are normal.

Verification

  • 480 tests passed.
  • TypeScript type checking passed.
  • Bundled Grok Build 0.2.111 and Open Computer Use 0.2.1 artifacts were verified.
  • macOS code signature and DMG checksum verification passed.

Grok Build GUI 0.1.2

Choose a tag to compare

@msk-labs msk-labs released this 03 Aug 02:44

Downloads

Platform File
macOS (Apple Silicon) Grok-Build-GUI-0.1.2-mac-arm64.dmg
Windows 10/11 (x64) Grok-Build-GUI-0.1.2-win-x64-setup.exe

Windows is available for the first time in this release.

Fixed

  • Sidebar "Show more" styling. The per-project Show more button and the
    folder row's control both claimed the .session-group-more class, so the
    two shared one rule set and the button rendered wrong. The button now has its
    own .session-group-show-more class.
  • Settings tab label. The tab that holds the terminal options was labelled
    Appearance; it now reads Terminal in both English and Simplified Chinese.

Auto-update

The macOS update manifest pointed at Grok-Build-GUI-<version>-arm64-mac.zip,
but the uploaded asset carried the product name verbatim — spaces and all — so
GitHub published it as Grok.Build.GUI-<version>-arm64-mac.zip and the updater
asked for a URL that did not exist. The zip in this release is named to match
its manifest entry.

Installing on macOS

The app is signed with a self-signed certificate, so it is not notarized.
Gatekeeper will refuse a plain double-click on first launch: right-click the app
and choose Open instead. Subsequent launches are normal.

Grok Build GUI 0.1.1

Choose a tag to compare

@msk-labs msk-labs released this 31 Jul 09:45

Desktop control plane for Grok Build, speaking ACP to a local grok agent.

This is the first tagged build. See the README (简体中文) for what the app does and how it is put together.

Downloads

Platform File
macOS (Apple Silicon) Grok-Build-GUI-0.1.1-mac-arm64.dmg

The pinned Grok Build 0.2.111 and Open Computer Use 0.2.1 runtimes are embedded in the bundle — no separate install step.

Installing on macOS

This build is self-signed, not notarized by Apple. That keeps the signer's legal name off the artifact, but macOS will refuse a plain double-click the first time.

Open it once with right-click (or Control-click) → Open, then confirm in the dialog. Subsequent launches work normally.

If macOS still blocks it after downloading, clear the quarantine attribute:

xattr -dr com.apple.quarantine "/Applications/Grok Build GUI.app"

Windows

The Windows x64 installer is not in this release. Its build script requires a Windows x64 host, and this release was cut on macOS. It will follow in a later tag.

Known limits

  • Apple Silicon only; there is no Intel macOS build.
  • Linux platform identifiers are reserved in the runtime manifest but remain unsupported until pinned artifact URLs and SHA-256 values are added and verified.
  • Auto-update is not wired to this repository, so the app reports "no release feed configured" instead of offering updates.