AgentCore OS 是一个本地优先、面向真实工作的 AI 工作底座。 它不是只会聊天的单点工具,而是把模型、文件、工具、审批、连接器和工作流资产,放进一个可持续积累的本地工作系统里。
我们的目标很直接:
让更多个人、团队和企业,以更低门槛、更高安全性、更强可控性,真正把 AI 用到日常业务里。
AgentCore OS 当前更适合这样理解:
它适合的方向包括:
当前推荐对外版本:v1.1.1
当前稳定产品线聚焦:
获取源码、版本信息与公开发布说明,请以仓库与 GitHub Releases 页面为准:
npm install npm run dev
建议本地开发使用 Node.js 22 LTS。
启动后访问:
http://localhost:3000/http://127.0.0.1:8787/当前推荐安装方式只有一种:命令行安装。
git clone https://github.com/aidi1723/agentcore-os.git
cd agentcore-os
npm install
npm run dev
如果你要进一步验证桌面壳或本地 sidecar,请看:
截至 2026-03-23,GitHub 主仓库 d6f6a37 已完成一轮真实冷启动验收。
截至 2026-03-25,当前工作树又补跑并通过了一轮桌面壳 / sidecar 主链路等价验证。
当前已经验证通过的主线是:
desktop_light 主线当前推荐的浏览器主线最小稳定性门禁命令:
npm install
npm run test:stability
npm run dev
如果你要对“整个项目,包括桌面壳 sidecar 链路”做保守验收,推荐门禁改为:
npm install
npm run desktop:smoke-test-sidecar
npm run test:stability
当前版本已经具备这些基础能力:
npm run dev:开发模式启动npm run dev:clean:清理后启动开发模式npm run build:生产构建npm run start:启动生产服务npm run stable:清理重建并启动稳定版本npm run test:core-workflows:运行销售 / 客服 / 知识资产 / 发布队列核心回归npm run test:stability:运行核心回归 + lint + build 的稳定性门禁npm run desktop:smoke-test-sidecar:运行桌面 sidecar HTTP 主链路烟测npm run lint:运行 lintnpm run webhook:dev:启动本地 webhook connector 示例npm run publish-queue:worker:运行后台发布队列 workerAgentCore OS 采用 Apache License 2.0 开源。
请注意:
详见: