Grok App v0.1.0
Grok App v0.1.0
Downloads / 下载
| Platform / 平台 | File (typical) / 文件 |
|---|---|
| macOS Apple Silicon | Grok_*_aarch64.dmg |
| macOS Intel | Grok_*_x64.dmg |
| Windows x64 | Grok_*_x64-setup.exe |
Product name in installers is Grok. 安装包产品名为 Grok。
What's new / 更新内容 — v0.1.0
中英文对照 / Bilingual notes. English first (Keep a Changelog), then 中文摘要 under each section.
Highlight: first public release — Grok Build desktop workbench, open-source packaging for macOS ARM / Intel + Windows.
Added
- Desktop workbench for Grok Build (
grok agent stdioACP): projects, multi-session sidebar, streaming chat, live tool activity line, permission bar (Ask / allow once / session / YOLO). - First-run setup wizard: multi-mirror CLI install, optional official account / API key / custom relay; CLI is a hard gate, account is skippable.
- Account UI: login surface, SuperGrok quota + usage heatmap, membership-oriented status.
- Custom providers: independent agent home (
GROK_HOME/agent-home) so relays do not have to pollute~/.grok. - Rich media & files: image / video / PDF / Office / code previews; path cards with smart open (ellipsis / sibling KB paths); resource pane + embedded multi-webview browser.
- Automations (“已安排”): task list + silent create-from-chat (
grok-automationfence stripped from bubbles); shell polling without blocking the main conversation. - i18n: EN / 中文 UI via
src/i18n/; tray menu follows locale. - In-app glass dialogs: product UX never uses
window.confirm/prompt/alert. - Packaging & open source
- GitHub Actions release matrix: macOS ARM64, macOS Intel, Windows x64.
- Local cross-build:
cargo-xwin+ NSIS on macOS (pnpm build:win). - CHANGELOG-driven Release body (
scripts/changelog-for-release.py) including macOS Gatekeeper / “damaged app” steps. - MIT license, bilingual README, CONTRIBUTING / SECURITY / CoC, issue & PR templates.
Fixed
- Chat image cards: synchronous path resolve + cache to avoid zero-height flash / scroll jump while browsing history.
- Path open: strip agent
.../ellipsis truncation; resolve files under project sibling folders (shared knowledge-base layout). - Tauri feature allowlist: keep
macos-private-apialigned for Windows cross-builds via cargo-xwin. - Automation connect failures: do not leave empty “ghost” sessions in the sidebar.
Changed
- Session continuity UX: single plain-text running tool line (not multi-row tool stack).
- Release process documented for AI maintainers:
docs/llm-wiki/release.md+docs/BUILD.md.
Notes
- Not an official xAI product. Real agents need a working Grok Build CLI on the machine.
- macOS downloads are unsigned / not notarized — use
xattr -cr /Applications/Grok.appif Gatekeeper blocks (see Release install notes).
中文 · 新增
- Grok Build 桌面指挥台:项目 / 多会话 / 流式对话 / 工具活动行 / 权限条(Ask · YOLO)。
- 首次向导:CLI 多镜像安装(硬门禁);账号 / Key / 中转可跳过。
- 账号与额度、自定义中转(独立
GROK_HOME)、富媒体与资源预览、已安排自动化(对话静默创建,气泡不露 JSON)。 - 中英 UI + 托盘、应用内毛玻璃弹窗(禁用系统 confirm/prompt/alert)。
- 开源与打包:Actions 三端;本机 cargo-xwin 打 Windows;CHANGELOG 驱动 Release(含 macOS「已损坏」处理);MIT 与双语 README。
中文 · 修复
- 聊天图片同步解析防滚动跳动;路径省略号 / 旁路知识库打开;Windows 交叉编译 private-api 白名单;自动化连接失败不留空壳会话。
中文 · 变更
- 工具活动改为单行纯文本;发版流程写入
docs/llm-wiki/release.md供后续 AI 接手。
中文 · 说明
- 非 xAI 官方;真 Agent 需本机 Grok Build CLI。macOS 未公证,遇 Gatekeeper 用
xattr -cr。
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
- SmartScreen may warn until code signing is configured → More info → Run anyway.
SmartScreen 可能提示未知发布者 → 更多信息 → 仍要运行。 - Needs WebView2 (usually preinstalled on Windows 10/11).
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