goose/ui/goose2
2026-04-24 15:10:18 -04:00
..
.claude/skills Move goose2 (#8516) 2026-04-14 14:39:30 +00:00
.codex/skills Move goose2 (#8516) 2026-04-14 14:39:30 +00:00
scripts feat: extend goose2 context window ux with auto-compaction (#8721) 2026-04-22 01:10:22 +00:00
src fix: use _meta instead of meta in newSession request (#8796) 2026-04-24 10:49:49 +00:00
src-tauri add a goose2 signed release flow (#8728) 2026-04-24 17:45:07 +00:00
tests Dedupe and organize skills/sources (#8731) 2026-04-23 19:07:45 +00:00
.gitignore Move goose2 (#8516) 2026-04-14 14:39:30 +00:00
AGENTS.md Dedupe and organize skills/sources (#8731) 2026-04-23 19:07:45 +00:00
app-icon.png Move goose2 (#8516) 2026-04-14 14:39:30 +00:00
biome.json feat(goose2): add cross-worktree kill support with running/kill-all recipes (#8768) 2026-04-23 15:48:01 +00:00
components.json Move goose2 (#8516) 2026-04-14 14:39:30 +00:00
ghost.config.ts Move goose2 (#8516) 2026-04-14 14:39:30 +00:00
index.html Move goose2 (#8516) 2026-04-14 14:39:30 +00:00
justfile feat(goose2): add cross-worktree kill support with running/kill-all recipes (#8768) 2026-04-23 15:48:01 +00:00
package.json updates: release 0.19.0 of the tui/sdk/etc (#8806) 2026-04-24 15:10:18 -04:00
playwright.config.ts Move goose2 (#8516) 2026-04-14 14:39:30 +00:00
postcss.config.js Move goose2 (#8516) 2026-04-14 14:39:30 +00:00
README.md chore: package the goose binary in the goose2 tauri app (#8615) 2026-04-17 07:01:30 +00:00
rust-toolchain.toml Move goose2 (#8516) 2026-04-14 14:39:30 +00:00
tsconfig.json Move goose2 (#8516) 2026-04-14 14:39:30 +00:00
tsconfig.node.json Move goose2 (#8516) 2026-04-14 14:39:30 +00:00
vite.config.ts Move goose2 (#8516) 2026-04-14 14:39:30 +00:00
vitest.app-e2e.config.ts Move goose2 (#8516) 2026-04-14 14:39:30 +00:00
vitest.config.ts upgrade goose sdk and tui to be compatible with the latest agentclientprotocol/sdk package (#8667) 2026-04-22 02:25:13 +00:00

Goose2

Goose2 is a Tauri 2 + React 19 desktop app.

Getting Started

  1. If your shell cannot find just, pnpm, or lefthook, activate Hermit. bash/zsh: source ./bin/activate-hermit fish: source ./bin/activate-hermit.fish
  2. Install git hooks: lefthook install
  3. Prepare workspace dependencies: just setup
  4. Start the app: just dev

just clean removes Rust build artifacts, dist, and node_modules. Run just setup again before just dev.

just setup installs UI workspace dependencies, builds the SDK package, and builds the local debug goose CLI binary. just dev exports GOOSE_BIN to that local binary and loads src-tauri/tauri.dev.conf.json, which clears the production externalBin requirement during development.

Run just to list available commands, or see justfile for the full recipe definitions.

Important Files

Project leads should keep this README, CODEOWNERS, and the issue templates current. If this repo grows beyond the quick-start flow above, add a CONTRIBUTING.md and link it here once it exists.