Grok App v0.1.2
Grok App v0.1.2
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.2
中英文对照 / Bilingual notes.
Highlight: session Changes/diff, fork & rewind, agent process limits, ask-user questionnaire.
Added
- Session Changes panel (resource pane Files | Changes): track agent write/edit tools, unified diff from tool snippets or optional
git_file_diff— community PR #28. - Session fork & rewind timeline: fork full/partial history; rewind to a user prompt (local journal + best-effort agent) — community PR #29.
- Agent process limits: max concurrent warm agents (default 3) + idle recycle minutes (default 30); Settings → Runtime;
PROCESS_LIMITtoast — community PR #30. - Ask user questionnaire: in-app UI for
_x.ai/ask_user_question(single/multi/free-text) instead of always cancelling — community PR #31.
Community
中文 · 新增
- 会话 Changes/diff 面板;会话分叉与回退时间线;并发 Agent 上限与闲置回收;Agent 问卷(ask_user)应用内作答。
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