Skip to content

Grok App v0.1.4

Choose a tag to compare

@github-actions github-actions released this 24 Jul 13:05

Grok App v0.1.4

Downloads / 下载

Platform / 平台 File (typical) / 文件 Notes / 说明
macOS Apple Silicon Grok_*_aarch64.dmg 拖到「应用程序」
macOS Intel Grok_*_x64.dmg 拖到「应用程序」
Windows x64 安装版 Grok_*_x64-setup.exe NSIS 安装包
Windows x64 绿色版 Grok_*_x64-portable.zip 解压即用,免安装
Linux x64 AppImage Grok_*.AppImage 通用桌面,chmod +x 后运行
Linux x64 Debian/Ubuntu Grok_*.deb sudo dpkg -i …
Linux x64 Fedora/RHEL Grok_*.rpm sudo rpm -i … / dnf

Product name in installers is Grok. 安装包产品名为 Grok

What's new / 更新内容 — v0.1.4

中英文对照 / Bilingual notes.

Highlight: Plan review in the resource pane, top-only progress bar, opt-in keychain, custom-provider account usage.

Security

  • Keychain opt-in on cold start (#44): default keeps API keys in secrets.json (0600); OS keychain is Settings → General opt-in so app launch no longer prompts for Keychain unlock. Existing installs that already used keychain keep that mode.

Added

  • Plan resource review (#45): full plan Markdown + steps in the right Resources → Plan workbench; top sticky bar shows execution progress only (n/m, current step, meter); 「在资源中打开」/ review-gate auto-open; expand steps on demand; no plan card in the chat transcript.
  • Sticky Plan/Goal status bar (L04, #41): progress + review actions above the chat stage.

Fixed

  • macOS titlebar: traffic-light safe inset so the sidebar panel toggle no longer underlaps red/yellow/green.
  • Composer placeholder: hide overlay as soon as the DOM has typed/IME glyphs.
  • Chat scroll flicker: ignore sub-4px content height noise while stick-to-bottom follows.
  • Custom provider account UI (#43): sidebar shows active custom provider name/model and local usage instead of official OAuth identity when a custom route is active; hide official quota/login actions for that route.
  • Plan dismiss: soft-hide top progress bar during execution without wiping plan state; review-gate dismiss still abandons the RPC.
  • Dead copy: remove obsolete composer.attachLater.

Community

  • Integrated #41, #43#45 (plan UX, keychain startup, custom provider usage).

中文 · 安全

  • 钥匙串改为设置里可选;默认仍用 secrets.json,避免冷启动弹系统密码框。

中文 · 新增

  • 计划:顶部只显示执行进度;完整正文在资源面板 Markdown 审阅(批准/请求修改);步骤按需展开。
  • Plan/Goal 状态条(L04)。

中文 · 修复

  • mac 交通灯与侧栏按钮重叠;输入框 placeholder 遮字;长对话滚动闪动;自定义中转时账户区与本地用量展示。

Install notes / 安装说明

macOS — “App is damaged” / 提示已损坏、无法打开

Release builds are not Apple-notarized (unsigned). Gatekeeper may block the app after download. This is expected.

未做 Apple 公证时,下载后可能提示「已损坏」「无法验证开发者」等,属预期

Recommended / 推荐:

# After dragging Grok.app into Applications / 拖到「应用程序」后
xattr -cr /Applications/Grok.app
open /Applications/Grok.app

Also works / 其他方式:

  1. Finder: right-click the app → Open → confirm again
    (右键 App → 打开 → 再次确认)
  2. System Settings → Privacy & SecurityOpen Anyway
    系统设置 → 隐私与安全性仍要打开

Only download from this repo’s official Releases.

Windows

  • 安装版 (*-setup.exe):NSIS 安装向导。
  • 绿色版 (*-portable.zip):解压任意目录,双击 Grok.exe(无需安装)。
  • SmartScreen may warn until code signing is configured → More infoRun anyway.
    SmartScreen 可能提示未知发布者 → 更多信息仍要运行
  • Needs WebView2 (usually preinstalled on Windows 10/11).

Linux

  • AppImagechmod +x Grok_*.AppImage && ./Grok_*.AppImage(多数发行版通用)。
  • .deb:Debian / Ubuntu / Linux Mint / Pop!_OS 等 → sudo dpkg -i Grok_*.deb(缺依赖时 sudo apt -f install)。
  • .rpm:Fedora / RHEL / openSUSE 等 → sudo dnf install ./Grok_*.rpmsudo rpm -i Grok_*.rpm
  • 需本机 WebKitGTK 4.1 / GTK3 运行库(包依赖会尽量声明;AppImage 自带更多运行时)。

Grok Build CLI

Real agent sessions need a local Grok Build CLI (grok / grok.exe) installed and signed in.
真 Agent 能力依赖本机已安装并可登录的 Grok Build CLI。

Changelog source

Full history: CHANGELOG.md