All projects

Guppi

Live

Guppi is a native macOS app (Tauri · Rust · React) for running AI coding agents as a live, visual graph instead of a single chat box. Signals stream in from your connected tools (Slack / Jira / GitLab / Confluence) and are filtered by rules you define; one click triages an event into a case — a unit of work with its own summary, priority, milestone list, working directory, and the source thread it came from. From there you spawn action-capable sub-agents, and each one starts oriented: it's primed with the case summary, the original source context, the connections it's allowed to write back to, the case working directory, and your shared knowledge vault. Sub-agents work per node (each with its own chat), mirror their results back into the case, and hand off what they leave behind to the next agent — or to you. It ships with a built-in CodeMirror editor (Vim mode) scoped to the case workdir, color-coded labels with multi-select filtering, a reversible Trash, four themes (including an amber-CRT look), and a hard confirm-before-acting guardrail — no message is posted and no build or deploy is triggered without your explicit yes. The agent CLI is configurable and defaults to Claude Code.

macos rust tauri react ai dev-tools open-source

Changelog

First cut

v0.1 2026

Event feed with rule-based filtering across Slack / Jira / GitLab / Confluence. One-click triage into a case with summary, priority, and a synced milestone list. Case graph with spawnable, action-capable sub-agents — each primed with the case summary, source context, attached connections, working directory, and knowledge vault — per-agent chat, and work mirrored back into the case. Built-in CodeMirror editor with Vim mode, scoped to the case workdir. Labels, multi-select filtering, and a reversible Trash for dismissed events and closed cases. Light / dark / solarized / amber-CRT themes with configurable colors. Configurable agent CLI (defaults to Claude Code). Confirm-before-acting guardrail on every outward or state-changing action.