Skip to content

VaneHub AI v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Aug 08:16
· 21 commits to main since this release
ecf587b

VaneHub AI 1.2.0

选择语言 / Select language:

简体中文

VaneHub AI 1.2.0 是一个稳定桌面版本,为 Claude Code、Codex CLI、OpenCode、Gemini CLI、Antigravity CLI 以及内置 OnePiece API Agent 提供统一工作空间。

主要亮点

  • 在一个工作空间中检测、安装、配置、启动并切换支持的编程 Agent。
  • 统一管理会话、项目、Git worktree、本地终端和远程 SSH 工作空间。
  • 管理 MCP Server、SDK、Skill、Prompt Hook、扩展、定时任务、通知和模型供应商配置。
  • 查看用量、任务输出和经过脱敏的统一日志,同时遵循桌面服务边界。
  • 原生桌面能力不可用时,可使用浏览器中的 Web/mock 运行时评估界面。

下载

平台 架构 安装包
Windows x64 x64 .exe 安装程序(NSIS),已签署 updater;暂未提供 Authenticode 签名
macOS Apple Silicon aarch64 .dmg,已签署 updater;暂未进行代码签名和公证
macOS Intel x64 .dmg,已签署 updater;暂未进行代码签名和公证
Linux x64 .deb 和 AppImage
Linux ARM64 .deb 和 AppImage

本版本不提供 Windows ARM64、.msi.rpm 安装包。Linux ARM64 安装包由 GitHub 的 ubuntu-24.04-arm 托管 runner 构建,该 runner 标签目前处于公开预览阶段。

验证下载

本阶段提供 Tauri updater 签名、安装包校验和、SBOM 和 GitHub 构建来源证明。Windows 安装包暂未使用 Authenticode 签名;macOS 安装包暂未使用 Developer ID 签名或公证;Linux 通过完整性和来源证明进行验证。

每个可下载安装包均包含在 SHA256SUMS 中,并提供 SPDX SBOM、GitHub build provenance 和 SBOM attestation。将 SHA256SUMS 与安装包下载到同一目录后运行:

sha256sum --check --ignore-missing SHA256SUMS

使用以下命令验证 GitHub 来源证明:

gh attestation verify <下载文件> --repo cdavid817/vanehub-ai

自动更新

稳定版使用已签名的 updater 产物和稳定更新通道。自动检查默认关闭,可在应用设置中启用。预览版使用独立通道,不会推送给稳定版用户。

已知限制

  • 原生 CLI 检测、进程启动、本地存储、桌面集成和安装功能需要 Tauri 桌面应用;浏览器模式使用确定性的 Web/mock 行为。
  • 因操作系统代码签名和公证将在后续阶段提供,Windows SmartScreen 和 macOS Gatekeeper 可能显示警告。
  • Agent 厂商身份验证仍通过各厂商 CLI 或账户流程完成;VaneHub AI 不代理订阅登录。
  • 可用安装包仅限于上表列出的平台和架构。

问题反馈

请通过 Bug 报告 提交版本号、操作系统和相关脱敏日志。产品建议请使用 功能请求。安全漏洞请通过 GitHub Security Advisory 私下报告,不要创建公开 Issue。

English

VaneHub AI 1.2.0 is the stable desktop release of the unified workspace for Claude Code, Codex CLI, OpenCode, Gemini CLI, Antigravity CLI, and the built-in OnePiece API agent.

Highlights

  • Detect, install, configure, launch, and switch between supported coding agents from one workspace.
  • Organize sessions, projects, Git worktrees, local terminals, and remote SSH workspaces.
  • Manage MCP servers, SDKs, Skills, prompt hooks, extensions, scheduled tasks, notifications, and provider profiles.
  • Inspect usage, task output, and redacted unified logs without bypassing the desktop service boundary.
  • Use the browser-accessible Web/mock runtime for interface evaluation when native desktop capabilities are unavailable.

Downloads

Platform Architecture Assets
Windows x64 x64 .exe installer (NSIS), updater-signed; Authenticode deferred
macOS Apple Silicon aarch64 .dmg, updater-signed; code signing/notarization deferred
macOS Intel x64 .dmg, updater-signed; code signing/notarization deferred
Linux x64 .deb and AppImage
Linux ARM64 .deb and AppImage

No Windows ARM64, .msi, or .rpm package is included in this release. Linux ARM64 packages are built on GitHub's ubuntu-24.04-arm hosted runner, whose label is currently in public preview.

Verify your download

This phase verifies the Tauri updater signature, package checksums, SBOM, and GitHub provenance. Windows packages are not Authenticode signed, and macOS packages are not Developer ID signed or notarized yet. Linux packages do not use operating-system code signing; their evidence is integrity and provenance only.

Every downloadable package is covered by SHA256SUMS, an SPDX SBOM, and GitHub build-provenance and SBOM attestations. Download SHA256SUMS beside the package and run:

sha256sum --check --ignore-missing SHA256SUMS

Verify GitHub provenance with:

gh attestation verify <downloaded-file> --repo cdavid817/vanehub-ai

Updates

Stable installations use signed updater artifacts and the stable update channel. Automatic checks are disabled by default and can be enabled from the application settings. Preview releases remain on a separate channel and are not offered to stable clients.

Known limitations

  • Native CLI detection, process launch, local storage, desktop integration, and installation require the Tauri desktop application; browser mode uses deterministic Web/mock behavior.
  • Windows SmartScreen and macOS Gatekeeper may warn because operating-system signing and notarization are deferred to a later release phase.
  • Agent vendor authentication still occurs through each vendor's CLI or account flow; VaneHub AI does not broker subscription sign-in.
  • Package availability is limited to the platform and architecture matrix above.

Reporting problems

Open a bug report with the release version, operating system, and a relevant redacted log excerpt. Use the feature request for product ideas. Report vulnerabilities privately through a GitHub security advisory, not a public issue.


What's Changed

Documentation

  • docs: correct stable release version by @cdavid817 in #216
  • Improve desktop usability, recovery, and startup experience by @cdavid817 in #220
  • Multi-agent verification campaign: provider output resilience, live transcript rendering, and opt-in real-CLI desktop layers by @cdavid817 in #221
  • feat(local-media): add offline OCR, STT, and TTS by @cdavid817 in #209
  • Fix MCP runtime projection for desktop agent sessions by @cdavid817 in #222
  • chore(release): prepare v1.2.0 by @cdavid817 in #225

Other changes

  • test(skills): verify desktop agent effectiveness by @cdavid817 in #223
  • Make the Loop definition wizard steer users to usable agents, with a desktop verification layer by @cdavid817 in #224

Full Changelog: v1.1.0...v1.2.0