mcp
Find a file
Jasper 8d844eecbd
Some checks failed
CI / changes (push) Has been cancelled
CI / Build Rust Project on Windows (push) Has been cancelled
Unused Dependencies / machete (push) Has been cancelled
Canary / Prepare Version (push) Has been cancelled
Canary / Upload Install Script (push) Has been cancelled
Cargo Deny / deny (push) Has been cancelled
MCP Conformance / Build Conformance Binaries (push) Has been cancelled
Create Minor Release PR / check-version-bump-pr (push) Has been cancelled
Live Provider Tests / check-fork (push) Has been cancelled
Publish Docker Image / docker (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Publish Ask AI Bot Docker Image / docker (push) Has been cancelled
CI / Build and Test TLS Backend (native-tls) (push) Has been cancelled
CI / Lint Rust Code (push) Has been cancelled
CI / Check Generated Schemas are Up-to-Date (push) Has been cancelled
CI / Test and Lint Electron Desktop App (push) Has been cancelled
Canary / build-cli-linux (push) Has been cancelled
Canary / bundle-macos-arm64 (push) Has been cancelled
Canary / bundle-windows (push) Has been cancelled
CI / Check Rust Code Format (push) Has been cancelled
CI / Build and Test Rust Project (push) Has been cancelled
CI / Check goose-sdk UniFFI (push) Has been cancelled
CI / Build and Test TLS Backend (rustls-tls) (push) Has been cancelled
CI / Check MSRV (push) Has been cancelled
Live Provider Tests / Smoke Tests (Code Execution) (push) Has been cancelled
Canary / bundle-macos-x64 (push) Has been cancelled
Canary / bundle-desktop-linux (push) Has been cancelled
Canary / bundle-windows-cuda (push) Has been cancelled
Canary / Release (push) Has been cancelled
MCP Conformance / Conformance 2025-11-25 / 0.1.16 (push) Has been cancelled
MCP Conformance / Conformance 2025-11-25 / 0.2.0-alpha.10 (push) Has been cancelled
MCP Conformance / Conformance 2026-07-28 / 0.2.0-alpha.10 (push) Has been cancelled
Create Minor Release PR / release (push) Has been cancelled
Live Provider Tests / changes (push) Has been cancelled
Live Provider Tests / Build Binary (push) Has been cancelled
Live Provider Tests / Smoke Tests (push) Has been cancelled
Live Provider Tests / Compaction Tests (push) Has been cancelled
fix(security): escape OAuth callback content (#11479)
2026-08-21 21:23:59 +00:00
.cargo build: raise default stack reserve to 8 MB (#8234) 2026-04-02 13:54:52 +00:00
.devcontainer
.github chore(deps): bump dawidd6/action-download-artifact from 21 to 23 (#11461) 2026-08-21 14:51:23 -04:00
.intersect
bin use pnpm for Desktop Electron App (#7679) 2026-03-11 12:46:05 +00:00
crates fix(security): escape OAuth callback content (#11479) 2026-08-21 21:23:59 +00:00
documentation cli: remove recipe secret discovery (#11435) 2026-08-21 04:16:12 +00:00
evals/harbor fix(harbor): rename compare_tasks skill to a spec-valid name (#11068) 2026-08-12 08:31:36 +00:00
examples feat: Hooks (#9093) 2026-05-11 16:02:44 +00:00
oidc-proxy fix(oidc-proxy): enforce exp independently of MAX_TOKEN_AGE_SECONDS (#8832) (#8839) 2026-05-12 23:41:10 +00:00
recipe-scanner chore(aaif): rename a bunch of repository references (#8152) 2026-04-07 15:34:48 +10:00
scripts More provider test scripts (#10515) 2026-08-21 05:31:46 +00:00
services/ask-ai-bot feat: allow askai bot to read issues and PRs (#10398) 2026-07-11 23:07:17 +00:00
ui fix(ui): bind ACP permissions to request generations (#11415) 2026-08-21 08:33:51 +00:00
vendor/v8 Fix Windows MSVC linking issues (#7511) 2026-02-25 22:59:32 +00:00
workflow_recipes/release_risk_check chore: Remove stale crates/goose-server and update docs (#10224) 2026-07-07 23:45:18 +00:00
.dockerignore
.gitattributes
.gitignore add build and maven publish for kotlin ffi (#10375) 2026-07-14 16:55:57 +00:00
.goosehints fix: outdated clippy command in goosehints (#7590) 2026-02-28 12:47:39 +00:00
AGENTS.md docs: keep GitHub comments concise (#11447) 2026-08-21 13:36:05 +00:00
BUILDING_DOCKER.md chore(aaif): rename a bunch of repository references (#8152) 2026-04-07 15:34:48 +10:00
BUILDING_LINUX.md feat(installer): detect Termux and select musl portable build (#10568) 2026-08-05 10:16:23 -04:00
Cargo.lock chore(deps): bump the cargo-minor-and-patch group with 5 updates (#11463) 2026-08-21 15:23:45 -04:00
Cargo.toml fix(update): fetch attestation bundles from bundle_url (#10557) 2026-08-20 12:33:17 +00:00
CLAUDE.md agents: add CLAUDE.mds to mirror AGENTS.mds (#9029) 2026-05-05 18:53:52 +00:00
clippy.toml
CODE_OF_CONDUCT.md docs: add Code of Conduct (#10424) 2026-07-14 17:32:21 +00:00
CONTRIBUTING.md Unrolled agent loop (#9574) 2026-08-06 22:32:44 +00:00
CUSTOM_DISTROS.md chore: Remove stale crates/goose-server and update docs (#10224) 2026-07-07 23:45:18 +00:00
deny.toml Disable thinking for tool call labels (#11207) 2026-08-19 23:23:18 +00:00
Dockerfile chore(aaif): rename a bunch of repository references (#8152) 2026-04-07 15:34:48 +10:00
download_cli.ps1 Add Windows CUDA release artifacts (#8750) 2026-04-27 19:51:11 +00:00
download_cli.sh feat(installer): detect Termux and select musl portable build (#10568) 2026-08-05 10:16:23 -04:00
flake.lock
flake.nix fix(flake): add cudaforge hash for git dependency (#10910) 2026-08-20 06:12:56 +00:00
goose-self-test.yaml feat(providers): add Gondola as declarative OpenAI-compatible provider (#11421) 2026-08-21 01:47:18 +00:00
GOVERNANCE.md chore(aaif): rename a bunch of repository references (#8152) 2026-04-07 15:34:48 +10:00
I18N.md feat(i18n): language selection feature (#9405) 2026-06-17 00:40:38 +00:00
Justfile add MCP conformance tests to goose CI (combines #10800 + #10801) (#10940) 2026-08-20 21:51:53 +00:00
LICENSE
MAINTAINERS.md bring MAINTAINERS.md up to date (#9053) 2026-05-06 14:56:44 +00:00
MERGE_FIXES.md Unrolled agent loop (#9574) 2026-08-06 22:32:44 +00:00
README.md docs: update Discord invite (#10863) 2026-07-31 22:49:19 +00:00
RELEASE.md chore(aaif): rename a bunch of repository references (#8152) 2026-04-07 15:34:48 +10:00
RELEASE_CHECKLIST.md Update release testing instructions (#10122) 2026-07-01 14:18:06 +00:00
rust-toolchain.toml Update Rust toolchain and raise recursion limit (#10303) 2026-07-07 22:41:04 +00:00
SECURITY.md chore(aaif): rename a bunch of repository references (#8152) 2026-04-07 15:34:48 +10:00
test_acp_client.py

goose

your native open source AI agent — desktop app, CLI, and API — for code, workflows, and everything in between

Discord CI Packaging status

aaif-goose%2Fgoose | Trendshift

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.

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.

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. Connect to 70+ extensions via the Model Context Protocol open standard.

goose is part of the Agentic AI Foundation (AAIF) at the Linux Foundation.

Get started

Download the desktop app for macOS, Linux, and Windows.

Or install the CLI:

curl -fsSL https://github.com/aaif-goose/goose/releases/download/stable/download_cli.sh | bash

Quick links

Need help?

a little goose humor 🪿

Why did the developer choose goose as their AI agent?

Because it always helps them "migrate" their code to production! 🚀

goose around with us