Skip to content

Grok App v0.1.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 08:24

Grok App v0.1.1

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.1

中英文对照 / Bilingual notes.

Highlight: multi-account, Doctor support tools, context usage chip, Extensions (Skills/MCP), OAuth browser open, Windows 绿色版 + Linux deb/rpm.

Added

  • Multi-account manager (Settings → Account): compact hero, modal switcher, Add account = save current then OAuth; import/export account snapshots.
  • Doctor: redacted support zip export; safe app-data reset (double in-app confirm; optional keep keys/accounts).
  • CLI install hardening: HTTPS allowlist, streaming SHA-256, fail on published checksum mismatch.
  • Workbench UX: session Markdown export; palette search by project path; connection status pill; keyboard shortcuts panel; optional desktop notifications for permission waits / finished turns.
  • Context usage chip (composer): known tokens after compact, honest ~ estimate from visible chat, Compact… menu — community PR #25.
  • Settings → Extensions: Skills + MCP inspect lists, project-scoped refresh, reveal paths, /mcp → Manage in Settings — community PR #27.
  • ACP connection test: TCP + initialize probe and server setup one-liner in Runtime settings — community PR #23.
  • Composer file picker (+ menu → Files / Folder) and clipboard paste for images/files.
  • Open-source maintenance playbook (docs/llm-wiki/maintain.md).
  • Single-instance plugin: second launch focuses the existing window.
  • Thinking/reasoning auto-collapse when done (default); remembers expand/collapse choice.
  • Error codes QUOTA_EXCEEDED / CONNECT_FAILED with clearer user-facing copy.
  • Import conversation from markdown/JSON into a local session.
  • Linux x64 packages: AppImage + .deb + .rpm in release CI.
  • Windows x64 绿色版: Grok_*_x64-portable.zip (unzip and run) alongside NSIS setup.
  • Traditional Chinese (zh-TW) UI locale — community PR #18.
  • ACP API mode: optional TCP remote ACP server (host:port) — community PR #20.

Fixed

  • OAuth / device login: open the authorize URL as soon as the CLI prints it (stream stdout); previously stuck on “Working…” with no browser — community PR #26.
  • Settings i18n: Settings page uses full createT catalog (no raw keys / partial labels whitelist).
  • Settings → Session data mode and Add project trust: replace window.confirm with in-app dialogs (Fixes #19).
  • Plan card: keep exit_plan_mode rpcId so Approve / Request changes stay clickable (Fixes #17).
  • Plan mode: handle _x.ai/exit_plan_mode + wire Plan card buttons.
  • Thinking UI: multi-phase reasoning blocks; thought chunks bind to current assistant message.
  • Session ↔ project rebind via composer project chip menu.
  • Shell permission fallbacks use underscore optionIds — community PR #2.
  • Session auto-title prompt follows app locale (incl. zh-TW) — community PR #1 / follow-ups.
  • Composer stays draftable while streaming.
  • macOS titlebar traffic-light inset / panel toggle drag.
  • Same-session history duplication and stuck streaming flags.
  • Login / connect error mapping (Access denied, quota, agent connect).

Changed

  • Release download table documents portable zip + Linux AppImage/deb/rpm.
  • Bundle targets explicit: dmg / nsis / appimage / deb / rpm.

Community

  • Integrated and closed community PRs #23#27 (ACP probe, Doctor/workbench, context chip, OAuth browser, Extensions).
  • Issues #3#13 from launch-thread feedback; #17 / #19 fixed on main.
  • PR #18 (zh-TW), PR #20 (ACP TCP) already on main.

中文 · 新增

  • 多账号管理、Doctor 支持包/重置、CLI 安装校验、会话导出与连接状态、快捷键与桌面通知。
  • 上下文用量芯片、设置 → 扩展(Skills/MCP)、ACP 连通测试。
  • Windows 绿色版 zip;Linux AppImage / deb / rpm
  • 多账号、导入对话、单实例、思考自动折叠、zh-TW、ACP API 模式等。

中文 · 修复

  • 登录 OAuth/设备码时立即打开浏览器授权页(不再卡在 Working…)。
  • 设置页 i18n 裸 key;window.confirm 替换;计划卡 RPC;历史重复与登录/连接错误提示等。

中文 · 变更

  • 发布资源表与打包目标覆盖绿色版与 Linux 三件套。

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