🦆 Goose:45k Stars 的开源通用 AI Agent,Linux 基金会托管,一个命令装好你的个人智能体
# 🦆 Goose:45k Stars 的开源通用 AI Agent,Linux 基金会托管,一个命令装好你的个人智能体
Goose has officially moved to the **Agentic AI Foundation (AAIF)** under the Linux Foundation — which basically means it's not going anywhere. 45k Stars on GitHub, Rust 写的,同时提供桌面应用、CLI 和 API,支持 15+ LLM 提供商和 70+ MCP 扩展。
别整那些花里胡哨的,这玩意儿就是给你电脑装了个能干活的全能 AI,不挑模型、不挑系统。
## 它跟其他 Agent 有什么区别?
市面上大多数 AI Agent 要么只绑一个模型(比如 Claude Code 只认 Anthropic),要么只做一件事(比如只写代码)。Goose 不一样:
- **通用型**:代码、研究、写作、自动化、数据分析——啥都能干
- **模型无关**:Anthropic、OpenAI、Google、Ollama、OpenRouter、Azure、Bedrock……15+ 提供商随便换
- **原生桌面 + CLI + API**三件套,不像某些 Agent 只能在终端里玩
- **Rust 写的**——性能和打包体验比 Python/Node 好太多
最骚的操作是它对 ACP(Agent Communication Protocol)的支持。你可以拿已有的 Claude / ChatGPT / Gemini 订阅直接当 Goose 的底层模型,不用额外花钱。
## 装一个试试
安装 CLI 就一行:
```bash
curl -fsSL https://github.com/aaif-goose/goose/releases/download/stable/download_cli.sh | bash
```
或者直接下桌面版(支持 macOS、Linux、Windows)去 [goose-docs.ai](https://goose-docs.ai/docs/getting-started/installation) 下载。
完事儿之后连接你的模型提供商,然后你就可以跟它说:
> 帮我分析这个目录下的所有 Python 文件的复杂度,列个表出来。
Goose 会自己装依赖、跑工具、给你出报告。
## 为什么选它而不是别的?
- ✅ **Linux 基金会托管**——开源靠谱,不会哪天 repo 被删
- ✅ **MCP 协议**——70+ 扩展随便装,从浏览器控制到数据库查询
- ✅ **自托管**——数据不出你的电脑
- ✅ **Rust 底层**——启动快、内存小,不像 Electron 应用那么吃资源
实话讲,如果你想要一个**不挑模型、不挑平台、装好就能用**的通用 AI Agent,Goose 是目前最省心的选择。
---
**English Summary (bilingual)**
> 🦆 **Goose: 45k Stars Open-Source Universal AI Agent — Now Under Linux Foundation**
>
> Goose is an open-source, extensible AI agent built in Rust, providing a desktop app, CLI, and API. It works with 15+ LLM providers (Anthropic, OpenAI, Google, Ollama, etc.) and 70+ MCP extensions for code, research, automation, and more.
>
> ```bash
> curl -fsSL https://github.com/aaif-goose/goose/releases/download/stable/download_cli.sh | bash
> ```
>
> Key highlights:
> - Now hosted by the Agentic AI Foundation under the Linux Foundation
> - ACP support lets you use existing ChatGPT/Claude/Gemini subscriptions
> - Desktop, CLI, and API — all in one package