Skip to content

Pilion 0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 09:40
· 59 commits to main since this release

Pilion 0.1.0

首个公开版本。Pilion 是给任意 ACP Agent 用的桌面浏览器面板:左侧管理标签和工作记录,中间浏览网页,右侧通过 Agent Client Protocol 连接本地或 SSH 远端的 Claude Code、Codex、Gemini CLI、Grok Build、OpenCode、Pi。浏览器通过 MCP 把自己的标签页交给 Agent 操作,支持操作前确认、人工接管和会话恢复。

English: first public release of Pilion, a desktop browser for ACP agents. The browser hands its own tabs to any local or SSH-remote ACP agent through MCP, with approval-before-action, human takeover and session resume. Builds are not code-signed yet; see the note below.

下载

  • macOS:Pilion-0.1.0-mac-arm64.dmg(Apple Silicon)或 Pilion-0.1.0-mac-x64.dmg(Intel)
  • Windows:Pilion-0.1.0-win-x64.exe
  • Linux:Pilion-0.1.0-linux-x86_64.AppImagePilion-0.1.0-linux-amd64.deb

注意:安装包尚未签名

macOS 首次打开会提示「已损坏」或「无法验证开发者」。把应用拖入「应用程序」后在终端执行一次:

xattr -cr /Applications/Pilion.app

Windows 会出现 SmartScreen 提示,选择「更多信息 → 仍要运行」。

本次内容

  • Electron 44,Chromium 152
  • 六种本地 Agent 预置,以及通过 SSH 连接远端 Agent
  • 浏览器 MCP 工具:browser_snapshotbrowser_screenshot、导航、点击、输入等
  • 操作前确认、人工接管、任务恢复、下载管理、页内查找、分级缩放
  • 修复:新标签在导航提交前被关闭时,「恢复关闭的标签」会恢复成空白页