goose/ui/goose2
tulsi 7e2fb3ee5c
improve goose2 agent management flows (#8737)
Signed-off-by: tulsi <tulsi@block.xyz>
2026-04-22 00:54:48 +00: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: goose2 message bubble + action tray (#8720) 2026-04-21 16:22:41 +00:00
src improve goose2 agent management flows (#8737) 2026-04-22 00:54:48 +00:00
src-tauri improve goose2 agent management flows (#8737) 2026-04-22 00:54:48 +00:00
tests improve goose2 agent management flows (#8737) 2026-04-22 00:54:48 +00:00
.gitignore Move goose2 (#8516) 2026-04-14 14:39:30 +00:00
AGENTS.md docs: AGENTS.md section on goose2 desktop backend architecture (#8732) 2026-04-21 20:00:50 +00:00
app-icon.png Move goose2 (#8516) 2026-04-14 14:39:30 +00:00
biome.json Move goose2 (#8516) 2026-04-14 14:39:30 +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(hooks): add Husky git hooks for ui/goose2 (#8577) 2026-04-21 06:08:27 +00:00
package.json chore: package the goose binary in the goose2 tauri app (#8615) 2026-04-17 07:01:30 +00: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 Lifei/delete tauri backend acp (#8582) 2026-04-16 16:46:37 +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.