mcp
Find a file
jh-block fc292c73ec
Some checks are pending
Canary / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Prepare Version (push) Waiting to run
Canary / build-cli (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
Cargo Deny / deny (push) Waiting to run
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Lint Rust Code (push) Blocked by required conditions
CI / Check OpenAPI Schema is Up-to-Date (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
Live Provider Tests / check-fork (push) Waiting to run
Live Provider Tests / changes (push) Blocked by required conditions
Live Provider Tests / Build Binary (push) Blocked by required conditions
Live Provider Tests / Smoke Tests (push) Blocked by required conditions
Live Provider Tests / Smoke Tests (Code Execution) (push) Blocked by required conditions
Live Provider Tests / Compaction Tests (push) Blocked by required conditions
Live Provider Tests / goose server HTTP integration tests (push) Blocked by required conditions
Publish Docker Image / docker (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Fix Windows MSVC linking issues (#7511)
2026-02-25 22:59:32 +00:00
.cargo Fix Windows MSVC linking issues (#7511) 2026-02-25 22:59:32 +00:00
.devcontainer fix(devcontainer): install protoc to fix build (#3267) 2025-07-08 05:02:03 +08:00
.github streamline some github actions (#7430) 2026-02-23 13:54:18 +00:00
.husky Remove a bit from pre-commit that husky says we should (#4286) 2025-08-25 08:36:28 -04:00
.intersect [FEAT] Introduce PR level security scans (#968) 2025-01-31 17:08:12 +11:00
bin dev: add cmake to hermitized env (#7399) 2026-02-23 01:25:41 +00:00
crates Fix Windows MSVC linking issues (#7511) 2026-02-25 22:59:32 +00:00
documentation Docs: Community all-stars and page update (#7483) 2026-02-25 15:42:56 +00:00
evals/open-model-gym fix: detect low balance and prompt for top up (#7166) 2026-02-19 02:20:16 +00:00
examples Spelling (#7137) 2026-02-11 14:35:24 +00:00
recipe-scanner Spelling (#7137) 2026-02-11 14:35:24 +00:00
scripts Flip on developer extension in compaction smoke test (#7514) 2026-02-25 21:27:26 +00:00
services/ask-ai-bot feat: let AskAI Discord bot see channels in the server (#7480) 2026-02-24 19:58:17 +00:00
ui feat: self-signed HTTPS for goosed server (#7126) 2026-02-25 19:38:57 +00:00
vendor/v8 Fix Windows MSVC linking issues (#7511) 2026-02-25 22:59:32 +00:00
.dockerignore Add Docker support for Goose in CI/CD pipelines (#4434) 2025-09-03 10:14:41 -04:00
.gitattributes Some system prompt tidying (#5313) 2025-10-24 20:22:27 -04:00
.gitignore Set up direnv and update flake inputs (#6526) 2026-02-17 15:26:04 +00:00
.goosehints Spelling (#7137) 2026-02-11 14:35:24 +00:00
AGENTS.md Remove clippy too_many_lines lint and decompose long functions (#7064) 2026-02-07 04:10:24 +00:00
BUILDING_DOCKER.md docs: clarifies config file locations and purposes (#5210) 2025-10-29 16:46:01 -04:00
BUILDING_LINUX.md feat: add flatpak support for linux (#6387) 2026-01-14 13:21:54 -05:00
Cargo.lock Fix Windows MSVC linking issues (#7511) 2026-02-25 22:59:32 +00:00
Cargo.toml Fix Windows MSVC linking issues (#7511) 2026-02-25 22:59:32 +00:00
clippy.toml Remove clippy too_many_lines lint and decompose long functions (#7064) 2026-02-07 04:10:24 +00:00
CONTRIBUTING.md Spelling (#7137) 2026-02-11 14:35:24 +00:00
CONTRIBUTING_RECIPES.md RPI recipes (#6258) 2025-12-23 15:38:26 -06:00
Cross.toml fix: linux builds: use gcc 10 in Linux builds (#4841) 2025-09-26 11:12:05 -04:00
CUSTOM_DISTROS.md docs: White label guide (#6857) 2026-02-12 02:43:18 +00:00
deny.toml Switch jsonwebtoken to use aws-lc-rs (already used by rustls) (#7189) 2026-02-12 22:26:38 +00:00
Dockerfile lowercase g in goose (#4832) 2025-09-26 23:44:38 -05:00
download_cli.ps1 removing golang/temporal building 2025-10-29 12:20:08 +11:00
download_cli.sh Fix copied over (#7270) 2026-02-17 14:41:57 +01:00
flake.lock Set up direnv and update flake inputs (#6526) 2026-02-17 15:26:04 +00:00
flake.nix fix: flake.nix build failure and deprecation warning (#7408) 2026-02-24 00:20:39 +00:00
goose-self-test.yaml Spelling (#7137) 2026-02-11 14:35:24 +00:00
GOVERNANCE.md gov: new LF Projects LLC section (#6027) 2025-12-09 09:28:51 -08:00
HOWTOAI.md Remove clippy too_many_lines lint and decompose long functions (#7064) 2026-02-07 04:10:24 +00:00
Justfile Inline worklet source (#7128) 2026-02-10 22:32:20 +00:00
LICENSE chore: Update LICENSE (#53) 2024-09-09 14:56:30 -04:00
MAINTAINERS.md chore: Add Adrian Cole to Maintainers (#5815) 2025-11-19 13:20:18 -05:00
README.md Remove trailing space from links (#7156) 2026-02-19 02:29:13 +00:00
recipe.yaml docs: Redo VS Code extension tutorial (#2680) 2025-05-27 14:50:23 -04:00
RELEASE.md chore: tweak release docs (#6571) 2026-01-22 11:45:27 +11:00
RELEASE_CHECKLIST.md Post release checklist as a comment on release PRs (#7307) 2026-02-20 18:03:42 +00:00
run_cross_local.md chore: use hermit to install node, rust and protoc (#2766) 2025-06-04 09:45:43 +10:00
rust-toolchain.toml Bump rust toolchain to 1.92 (current stable) (#6356) 2026-01-06 14:13:20 -05:00
SECURITY.md lowercase g in goose (#4832) 2025-09-26 23:44:38 -05:00
test_acp_client.py feat(acp): support loading sessions in acp (#5942) 2025-12-02 05:20:21 -06:00

goose

a local, extensible, open source AI agent that automates engineering tasks

Discord CI

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.

Whether you're prototyping an idea, refining existing code, or managing intricate engineering pipelines, goose adapts to your workflow and executes tasks with precision.

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.

Watch the video

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