惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
罗磊的独立博客
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
Y
Y Combinator Blog
小众软件
小众软件
Blog — PlanetScale
Blog — PlanetScale
T
The Blog of Author Tim Ferriss
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
博客园 - Franky
F
Fortinet All Blogs
D
Docker
博客园 - 司徒正美
腾讯CDC
Recent Announcements
Recent Announcements
The Cloudflare Blog
B
Blog RSS Feed
GbyAI
GbyAI
T
Tailwind CSS Blog
雷峰网
雷峰网
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 三生石上(FineUI控件)
阮一峰的网络日志
阮一峰的网络日志

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
GitHub - Vikrant-Khedkar/gingerpaw: Push-to-talk dictatio...
vikrant-gg · 2026-06-22 · via Show HN

GingerPaw

A multi-agent coding workspace for macOS — with on-device voice. Fully local.

Run a whole team of coding agents in parallel — Claude Code, Codex, Gemini CLI, Cursor — each in its own git worktree. Agents can even spawn their own workspaces and launch other agents. Plus push-to-talk dictation and a talking ginger cat that speaks (in a neural voice) when an agent finishes. Nothing ever leaves your Mac.

GingerPaw Agent Workspace — coding agents running in parallel across git worktrees


What it does

🖥️ Agent Workspace

Run multiple coding-agent CLIs side by side, each isolated:

  • A tab per agent — Claude Code, Codex, Gemini CLI, Cursor — real interactive terminals (SwiftTerm PTYs) running in-app.
  • Git worktrees — every workspace is a worktree on its own branch under ~/.gingerpaw/worktrees, so agents work in parallel with zero collisions.
  • Live diff panel — Files / Changes / Review with +/− counts, one-click Commit, and Create PR (via gh).
  • Ports + branch status — detected dev-server ports and ahead/behind, right in the status bar.
  • Agents launch with auto-approve flags — safe, because each is sandboxed to its own worktree.

🤖 Agents that orchestrate agents (MCP)

GingerPaw runs an MCP server, so an agent running inside a workspace can drive the cockpit: create new workspaces, launch other agents with a task, and read their diffs back. Ask one agent for something and a whole team shows up in your sidebar, working in parallel — all visible and steerable. A .mcp.json is auto-wired into every worktree (Claude Code) and ~/.codex/config.toml (Codex).

🐈 Voice + dictation

  • Push-to-talk dictation — hold Fn or Right Option, speak, release; transcribed on-device with WhisperKit and pasted into any app.
  • Talking-cat notifications — when a coding agent finishes, a ginger cat pops up and speaks a summary in a natural Kokoro (82M) neural TTS voice (or macOS say). Walk away and still know when it's done.

All on-device. No cloud, no account.

The talking cat announcing a finished task

Requirements

  • macOS 14+ (Apple Silicon)
  • Xcode 16+ with the Metal Toolchain (xcodebuild -downloadComponent MetalToolchain) — required to compile MLX's GPU shaders.
  • XcodeGen (brew install xcodegen)
  • The agent CLIs you want to use (claude, codex, gemini, cursor-agent) on your PATH.
  • gh (optional) for Create PR. Kokoro TTS (optional) for the neural voice.

Build

xcodegen generate                                    # project.yml -> GingerPaw.xcodeproj
xcodebuild -project GingerPaw.xcodeproj -scheme GingerPaw \
  -configuration Debug -derivedDataPath ./dd build

MLX requires Xcode's build system to compile the Metal kernels — a plain swift build will not produce the metallib. Use xcodebuild (or open the project in Xcode).

Run swift test inside Packages/FlowKit for the unit tests.

Permissions

GingerPaw needs three macOS grants (surfaced in the in-app Permissions tab):

Grant Why
Microphone Record your voice for transcription
Input Monitoring Detect the push-to-talk hotkey globally
Accessibility Paste text into the focused app

Architecture

A thin SwiftUI app shell (App/) over FlowKit (Packages/FlowKit), a SwiftPM package of focused libraries:

  • AgentWorkspace — the multi-agent window: SwiftTerm terminals, git worktrees, the diff panel, ports/PR, and the MCP bridge (MCPBridgeServer) that lets agents drive the app over a loopback socket.
  • AgentMCP — shared Codable types for the MCP bridge (kept dependency-light so the gingerpaw-cli MCP binary stays small).
  • AgentNotifications — the <say> transcript parser + speech service shared by the app and the gingerpaw-cli hook binary.
  • Dictation — the DictationCoordinator state machine · Audio · Transcription (WhisperKit) · TextInsertion.
  • TextProcessing — MLX/Qwen formatter (experimental) · Hotkeys (global CGEventTap) · Permissions (TCC) · Overlay · Settings.
  • AppCore — composition + UI: the Agent Workspace, Dictate / Voice / Permissions / Settings, and the talking cat.

gingerpaw-cli is the bundled helper binary: notify (the Claude Code voice hook) and mcp (the MCP server agents connect to).

License

MIT