Grok App v0.1.3
Grok App v0.1.3
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.3
中英文对照 / Bilingual notes.
Highlight: OS keychain secrets, stream-stall cancel, MCP/Plugins enable, composer send queue, session switch fix.
Security
- API keys in OS keychain (C07):
officialApiKey/relayApiKeyprefer macOS Keychain, Windows Credential Manager, or Linux Secret Service viakeyring, withsecrets.json(0600) fallback and one-time plaintext migration — community PR #34.
Added
- Composer follow-up send queue: while the agent is busy, queue messages for the current session; auto-flush after the turn if you stay on that chat — community PR #40.
- Stream stall cancel (I06): host watchdog emits
session://stream_stallafter pure silence (default 120s, Settings → Runtime); banner with Cancel turn / Keep waiting; tool events count as progress — community PR #37. - Journal write throttle (I04): mid-stream assistant journal flushes ≥500ms or on paragraph / turn end / stop / disconnect — community PR #37.
- Changes panel — Workspace git status: Session (agent tool edits) + Workspace (
git status) sections; click for unified diff; refresh / open in editor / reveal / copy path — community PR #36. - Sidebar session list virtualization (F07): windowed rendering for large project/orphan session groups (100+ rows); short lists unchanged — community PR #32.
- Plugins manager (L03): Settings → Extensions list / enable / disable / details / uninstall via
grok plugin— community PR #39. - MCP enable + inject (L03): Settings → Extensions toggles; enabled servers inject into ACP
session/new|loadand agent-home config — community PR #38. - ACP golden fixtures (T06): offline protocol regression suite for wire shapes / mock stream / permissions — community PR #33.
Fixed
- Session switch re-stream: switching historical sessions no longer re-types the whole assistant transcript as a live stream (Host FSM gate + frontend defense) — community PR #35.
- Windows portable zip: CI package finds product
Grok.execorrectly.
Community
中文 · 安全
- API 密钥优先写入系统钥匙串(Keychain / Credential Manager / Secret Service),失败时回退
secrets.json(0600),并支持一次性明文迁移。
中文 · 新增
- 忙时后续消息队列(当前会话自动发送);流式卡顿取消提示 + 日志落盘节流;Changes 工作区 git 状态;侧栏会话虚拟列表;扩展页 Plugins 管理与 MCP 启用注入;ACP 协议 golden 回归。
中文 · 修复
- 切换历史会话不再整段重播流式回复;Windows 绿色版打包路径修正。
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.appAlso works / 其他方式:
- Finder: right-click the app → Open → confirm again
(右键 App → 打开 → 再次确认) - System Settings → Privacy & Security → Open 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 info → Run anyway.
SmartScreen 可能提示未知发布者 → 更多信息 → 仍要运行。 - Needs WebView2 (usually preinstalled on Windows 10/11).
Linux
- AppImage:
chmod +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_*.rpm或sudo 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