自我介绍一下:我是 Casbin 开源社区的,OpenAgent 是我们在做的一个自托管 AI Agent 平台,Go + React ,Apache 2.0 ,现在 5.6k star 。 先说最想说的一点: 它就是一个可执行文件。 # Windows PowerShell irm https://raw.githubusercontent.com/the-open-agent/openagent/master/scripts/install.ps1 | iex # macOS / Linux curl -fsSL https://raw.githubusercontent.com/the-open-agent/openagent/master/scripts/install.sh | bash 跑完打开 http://localhost:14000 就进去了。Windows 原生跑,不用 WSL ,不用 Docker ,不用先装 Python 和一堆依赖。前端和默认静态资源都 embed 进二进制了,所以内网、没外网的机器上也能正常显示。自带 SQLite ,...