docs: rework homepage and add aaif migration blog post (#8356)
Signed-off-by: Michael Neale <michael.neale@gmail.com>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
> **🦆 goose has moved!** This project has moved from `block/goose` to the [Agentic AI Foundation (AAIF)](https://aaif.io/) at the Linux Foundation. Some links and references are still being updated — please bear with us during the transition.
|
||||
|
||||
<div align="center">
|
||||
|
||||
# goose
|
||||
|
||||
_a local, extensible, open source AI agent that automates engineering tasks_
|
||||
_your native open source AI agent — desktop app, CLI, and API — for code, workflows, and everything in between_
|
||||
|
||||
<p align="center">
|
||||
<a href="https://opensource.org/licenses/Apache-2.0"
|
||||
@@ -14,23 +16,33 @@ _a local, extensible, open source AI agent that automates engineering tasks_
|
||||
</p>
|
||||
</div>
|
||||
|
||||
goose is your on-machine AI agent, capable of automating complex development tasks from start to finish. More than just code suggestions, goose can build entire projects from scratch, write and execute code, debug failures, orchestrate workflows, and interact with external APIs - _autonomously_.
|
||||
goose is a general-purpose AI agent that runs on your machine. Not just for code — use it for research, writing, automation, data analysis, or anything you need to get done.
|
||||
|
||||
Whether you're prototyping an idea, refining existing code, or managing intricate engineering pipelines, goose adapts to your workflow and executes tasks with precision.
|
||||
A native desktop app for macOS, Linux, and Windows. A full CLI for terminal workflows. An API to embed it anywhere. Built in Rust for performance and portability.
|
||||
|
||||
Designed for maximum flexibility, goose works with any LLM and supports multi-model configuration to optimize performance and cost, seamlessly integrates with MCP servers, and is available as both a desktop app as well as CLI - making it the ultimate AI assistant for developers who want to move faster and focus on innovation.
|
||||
goose works with 15+ providers — Anthropic, OpenAI, Google, Ollama, OpenRouter, Azure, Bedrock, and more. Use API keys or your existing Claude, ChatGPT, or Gemini subscriptions via [ACP](https://goose-docs.ai/docs/guides/acp-providers). Connect to 70+ extensions via the [Model Context Protocol](https://modelcontextprotocol.io/) open standard.
|
||||
|
||||
[](https://youtu.be/D-DpDunrbpo)
|
||||
goose is part of the [Agentic AI Foundation (AAIF)](https://aaif.io/) at the Linux Foundation.
|
||||
|
||||
# Quick Links
|
||||
# Get started
|
||||
|
||||
**[Download the desktop app](https://goose-docs.ai/docs/getting-started/installation)** for macOS, Linux, and Windows.
|
||||
|
||||
Or install the CLI:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://github.com/aaif-goose/goose/releases/download/stable/download_cli.sh | bash
|
||||
```
|
||||
|
||||
# Quick links
|
||||
- [Quickstart](https://goose-docs.ai/docs/quickstart)
|
||||
- [Installation](https://goose-docs.ai/docs/getting-started/installation)
|
||||
- [Tutorials](https://goose-docs.ai/docs/category/tutorials)
|
||||
- [Documentation](https://goose-docs.ai/docs/category/getting-started)
|
||||
- [Governance](https://github.com/aaif-goose/goose/blob/main/GOVERNANCE.md)
|
||||
- [Custom Distributions](https://github.com/aaif-goose/goose/blob/main/CUSTOM_DISTROS.md) - build your own goose distro with preconfigured providers, extensions, and branding
|
||||
- [Custom Distributions](https://github.com/aaif-goose/goose/blob/main/CUSTOM_DISTROS.md) — build your own goose distro with preconfigured providers, extensions, and branding
|
||||
|
||||
## Need Help?
|
||||
## Need help?
|
||||
- [Diagnostics & Reporting](https://goose-docs.ai/docs/troubleshooting/diagnostics-and-reporting)
|
||||
- [Known Issues](https://goose-docs.ai/docs/troubleshooting/known-issues)
|
||||
|
||||
@@ -40,10 +52,8 @@ Designed for maximum flexibility, goose works with any LLM and supports multi-mo
|
||||
>
|
||||
> Because it always helps them "migrate" their code to production! 🚀
|
||||
|
||||
# goose around with us
|
||||
# goose around with us
|
||||
- [Discord](https://discord.gg/goose-oss)
|
||||
- [YouTube](https://www.youtube.com/@goose-oss)
|
||||
- [LinkedIn](https://www.linkedin.com/company/goose-oss)
|
||||
- [Twitter/X](https://x.com/goose_oss)
|
||||
- [Bluesky](https://bsky.app/profile/opensource.block.xyz) <!-- TODO: update social handle after transfer -->
|
||||
- [Nostr](https://njump.me/opensource@block.xyz) <!-- TODO: update social handle after transfer -->
|
||||
|
||||
Reference in New Issue
Block a user