Skip to content

Releases: Vikrant-Khedkar/gingerpaw

GingerPaw v0.1.0

23 Jun 11:54

Choose a tag to compare

GingerPaw — first public build

A local macOS multi-agent coding workspace with on-device voice. Run Claude Code, Codex,
Gemini & Cursor in parallel git worktrees, dispatch verified autonomous runs, and fix UIs by
talking through a live preview. Nothing leaves your Mac.

Install

  1. Download GingerPaw.zip below and unzip it.
  2. Drag GingerPaw.app to /Applications.
  3. First open (unsigned build): macOS will block it once. Either right-click the app → Open → Open,
    or run:
    xattr -dr com.apple.quarantine /Applications/GingerPaw.app

Requirements

  • macOS 14+ (Apple Silicon)
  • The agent CLIs you want, on your PATH: claude, codex, gemini, cursor-agent
    (GingerPaw drives your own installs / your own accounts — it doesn't ship them).
  • gh (optional) for Create PR.
  • First launch downloads the WhisperKit speech model once. Kokoro neural voice is an optional in-app install.

What's inside

  • Agent Workspace — Claude Code / Codex / Gemini / Cursor side by side, each in its own git worktree.
  • Factory — dispatch verified autonomous runs (verify gate + PR/merge), a planner that fans out
    parallel or sequential jobs, run history, and resume/continue.
  • Live preview + feedback — run the app the agent built in an embedded browser, then talk + click
    through it; your voice/click feedback becomes fixes.
  • Handoff — pass context between agents working in the same worktree.
  • Voice — push-to-talk dictation (WhisperKit) and a talking-cat notification when an agent finishes.

Fully local. No account with us, no cloud.

Unsigned/un-notarized build — use at your own discretion. Autonomous agents run with auto-approve
inside isolated git worktrees; prefer sandboxing for untrusted tasks.