goose: Your Native Open Source AI Agent for Code and Workflows
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
goose is an open source, extensible AI agent designed to run natively on your machine, offering capabilities beyond simple code suggestions. It supports installation, execution, editing, and testing with a wide range of Large Language Models. Built in Rust, goose provides a desktop app, CLI, and API, making it a versatile tool for various tasks from coding to data analysis.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
goose is a powerful, open source AI agent developed by the Agentic AI Foundation (AAIF) at the Linux Foundation. Designed to run natively on your machine, goose extends beyond typical code suggestions, empowering users to install, execute, edit, and test with any Large Language Model. It's built in Rust for optimal performance and portability, offering a desktop application, a command-line interface (CLI), and an API for seamless integration into various workflows.
Installation
Getting started with goose is straightforward. You can download the native desktop app for macOS, Linux, and Windows, or install the CLI for terminal-based workflows.
Desktop App:
Download the desktop app
CLI:
Open your terminal and run the following command:
curl -fsSL https://github.com/aaif-goose/goose/releases/download/stable/download_cli.sh | bash
Examples
goose is a general-purpose AI agent, making it suitable for a wide array of tasks. Beyond code, it can assist with research, writing, automation, and data analysis. Its flexibility allows developers and power users to leverage AI capabilities directly on their local machines for diverse projects.
Why Use goose
Choosing goose means opting for a highly extensible and performant AI agent. It integrates with over 15 providers, including Anthropic, OpenAI, Google, and Ollama, and connects to more than 70 extensions via the Model Context Protocol (MCP) open standard. Its native execution, robust Rust foundation, and comprehensive tooling (desktop, CLI, API) provide a powerful and adaptable platform for advanced AI-driven workflows.
Links
For more detailed information and to explore goose further, refer to these official resources:
Related repositories
Similar repositories that may be relevant next.

Awesome AI Agents 2026: The Ultimate List of AI Tools and Frameworks
August 8, 2026
This repository, `awesome-ai-agents-2026`, is a comprehensive and frequently updated collection of over 340 AI agents, frameworks, and tools across more than 20 categories. It serves as an essential resource for developers and researchers looking to explore the rapidly evolving landscape of artificial intelligence in 2026, covering everything from coding agents to creative AI and governance.

Agent Sandbox: Managing Isolated, Stateful Workloads on Kubernetes
August 8, 2026
Agent Sandbox introduces a Sandbox Custom Resource Definition (CRD) and controller for Kubernetes, designed to simplify the management of isolated, stateful, singleton workloads. It provides a declarative API for use cases such as AI agent runtimes, development environments, and persistent single-container sessions. This project aims to offer a lightweight, single-container VM experience built on Kubernetes primitives.
awesome-ai: A Curated List of 400+ AI APIs, Tools, and Frameworks
August 7, 2026
The awesome-ai repository by edwardtay offers a comprehensive, curated list of over 400 AI APIs, tools, frameworks, and platforms. Spanning more than 40 categories, it serves as an invaluable resource for developers and researchers navigating the vast landscape of artificial intelligence. This list helps users discover solutions for LLMs, agents, image/video generation, MLOps, and more.

ReMe: An Advanced Memory Management Kit for AI Agents
August 7, 2026
ReMe is an innovative, local-first memory layer designed for AI agents, transforming conversations and resources into file-based long-term memory. It continuously indexes, links, and consolidates this information, enabling advanced recall and supporting the development of self-evolving agents. This kit helps agents remember and refine their experiences effectively.
Source repository
Open the original repository on GitHub.