|
Some checks are pending
Unused Dependencies / machete (push) Waiting to run
Address review feedback: - Cap chunked classification at MAX_WINDOWS (12) windows. A very long command no longer waits on unbounded windows; the remainder is counted as unscanned so the existing incomplete->pattern-fallback policy applies (no clean pass for input we could not fully vet). Emits an oversized-command metric. - Name the concurrency constant (COMMAND_SCAN_CONCURRENCY) instead of a bare 3. - Document the load-bearing bytes-as-token-proxy assumption on MAX_WINDOW_CHARS. - Replace the misleading progress guard with a correct stride>0 debug_assert plus an explicit per-iteration advance assertion. - Rewrite full_text_is_covered to check coverage of the real chunk output (unique-token input) instead of reimplementing the stride loop. - Rename window_never_exceeds_token_budget -> _char_budget and assert on bytes, which is what it actually checks. Note: the 0.0-overlap debug_assert flagged in review does not fire; (0.0..1.0) includes 0.0, and the zero-overlap test passes in debug builds. 49 security tests pass; clippy --all-targets -D warnings clean. |
||
|---|---|---|
| .cargo | ||
| .claude/skills | ||
| .codex/skills | ||
| .cursor/skills | ||
| .devcontainer | ||
| .github | ||
| .intersect | ||
| bin | ||
| crates | ||
| documentation | ||
| evals/harbor | ||
| examples | ||
| oidc-proxy | ||
| recipe-scanner | ||
| scripts | ||
| services/ask-ai-bot | ||
| ui | ||
| vendor/v8 | ||
| workflow_recipes/release_risk_check | ||
| .dockerignore | ||
| .gitattributes | ||
| .gitignore | ||
| .goosehints | ||
| AGENTS.md | ||
| BUILDING_DOCKER.md | ||
| BUILDING_LINUX.md | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CLAUDE.md | ||
| clippy.toml | ||
| CONTRIBUTING.md | ||
| CONTRIBUTING_RECIPES.md | ||
| CUSTOM_DISTROS.md | ||
| deny.toml | ||
| Dockerfile | ||
| download_cli.ps1 | ||
| download_cli.sh | ||
| flake.lock | ||
| flake.nix | ||
| goose-self-test.yaml | ||
| GOVERNANCE.md | ||
| I18N.md | ||
| Justfile | ||
| LICENSE | ||
| MAINTAINERS.md | ||
| README.md | ||
| RELEASE.md | ||
| RELEASE_CHECKLIST.md | ||
| rust-toolchain.toml | ||
| SECURITY.md | ||
| test_acp_client.py | ||
🦆 goose has moved! This project has moved from
block/gooseto the Agentic AI Foundation (AAIF) at the Linux Foundation. Some links and references are still being updated — please bear with us during the transition.
goose
your native open source AI agent — desktop app, CLI, and API — for code, workflows, and everything in between
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
- Quickstart
- Installation
- Tutorials
- Documentation
- Governance
- Custom Distributions — build your own goose distro with preconfigured providers, extensions, and branding
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! 🚀