Grok App v0.1.5
Grok App v0.1.5
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.5
中英文对照 / Bilingual notes.
Highlight: Git worktree switch, per-project permission tiers, resource-pane text edit, clipboard image paste, structured error deck.
Added
- Git worktree switch (#46): project chip lists
git worktreesiblings and rebinds session cwd (reuse / add project, trust inherited when possible). - Per-project permission default (#47): trusted projects pin Ask / Accept edits / session / Deny / Full access; untrusted always forces Ask; cascade session → project → app.
- Resource pane text edit (#50): edit/save text·code·markdown with dirty state, ⌘/Ctrl+S, mtime conflict (reload vs overwrite), discard on close.
- Structured error deck (#51): CLI / auth / network / crash (+ quota, connect, process limit, timeout) cards with problem · cause · primary · secondary actions (Doctor / Account / Providers / Reconnect).
Fixed
- Composer image paste (#48): WebView screenshot paste via event Files → Clipboard API → native OS clipboard (arboard → attachments/paste PNG); attach toast + clear errors.
Community
- Integrated community PRs #46–#48, #50–#51 (sonnemusk).
- README features + contributors list refreshed for shipped community work.
中文 · 新增
- Git worktree 从项目 chip 切换;可信项目默认权限阶梯;资源面板文本就地编辑保存;结构化错误卡(问题/原因/主次操作)。
中文 · 修复
- 粘贴截图/剪贴板图片可正确挂附件(含 macOS 系统剪贴板回退)。
中文 · 文档
- README 功能表与贡献者名单同步已合并社区能力。
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