安装 Agent Island

Agent Island v1.6.1 是当前公开的稳定版本。发布包含一个 macOS DMG 和一个 Windows x64 ZIP,都从项目的公开 GitHub Releases 页面分发

macOS

最短的安装路径是 Homebrew:

brew install tristan666666/tap/agentisland

你也可以下载最新的 DMG,把 AgentIsland 拖进应用程序再打开。当前 App 是 ad-hoc 签名而不是苹果公证过的,所以首次启动时 macOS 可能需要你右键一次再点 打开

Windows

从最新发布里下载 AgentIsland-1.6.1-win-x64.zip,解压后运行 AgentIsland.exe。也可以用 Scoop:

scoop bucket add agent-island https://github.com/tristan666666/scoop-bucket
scoop install agent-island/agentisland

验证状态信号

起一个 Claude Code 或 Codex 会话,发一个真实任务。对应的服务商标记应该进入工作中状态。回合结束并且需要你回话时,Agent Island 会把这次交接呈现出来

Claude Code 会话结束后出现的 Agent Island 轮到你了窗口
真实的 Claude 轮到你了界面提供了返回路径,同时不把底层的会话内容发给 Agent Island

从源码构建

git clone https://github.com/tristan666666/agent-island.git
cd agent-island
./scripts/verify.sh
open build/AgentIsland.app

当你想审计本地读取器或者自己构建 macOS App 时,走源码这条路

本指南里的包名和版本,是对着线上 v1.6.1 版本核对过的

← 全部文章