
A desktop workshop for AI agents. Mosaic terminals, multi-agent missions, and a built-in CLI they drive themselves — from idea to signed release in one app.
Tauri-native · 22 dockable tools · 50 skills · 14-phase Ship pipeline · Multi-agent orchestration
A mosaic layout with Claude and Codex agents, Kanban board, and file browser. Terminal highlighting lets you instantly see which pane is active, which needs attention, and which is idle — at a glance.
Core systems designed to eliminate friction between you, your AI agents, and production.
Fully flexible tiled window system powered by react-mosaic. Layout presets plus free-form recursive splitting — drag any divider to slice deeper. Resize, minimize, pop out as floating windows.
Native support for Claude Code and OpenAI Codex CLI. Auto-detect sessions, resume on restart, model selection per terminal. Prompt modal with session history.
Ideas board, issue tracker with Kanban, implementation plans, script launcher, code editor, dependency graph, and more — all dockable as panes or flyouts.
Mission Control for spawning agent teams. Assign issues, track progress with activity feeds, review proposals, manage merge queues — a full command center.
A `quadflow` subcommand for everything — agents drive the app from the terminal. Ideas, issues, plans, scripts, missions, ship, chat — all scriptable. Compiled into the main binary.
Skill system powered by markdown templates. /brainstorm, /architect, /dispatch, /triage-issues, /cut-ship — every project gets the full skill suite auto-bootstrapped into `.claude/skills/`.
Switch between projects instantly. Each project gets named workspaces that save your full terminal + tool layout. Restore everything on startup, right where you left off.
xterm.js with the WebGL addon for buttery 60fps rendering. Configurable fonts, cursor styles, scrollback, copy-on-select, right-click paste, and more.
Accent colors, glow intensity, UI scale, panel gaps, border radius, 9 mono fonts, dark/light/system theme, import/export settings. Make it truly yours.
Switch between 6 mosaic layouts instantly. Left-click to cycle, right-click to pick. Drag to reorder, pin favorites to the toolbar.
Every tool opens as a dockable pane or a flyout sidebar. Pin to your toolbar, drag into any tile, or minimize to the bar.
Capture feature ideas with tags, categories, priorities. AI-powered suggestions for rewording, expanding, and clarifying. Convert to issues with one click.
Full Kanban board with drag-and-drop across Backlog, Todo, In Progress, QA, Done, and Blocked columns. Labels, priorities, epics, acceptance criteria, GitHub sync.
Structured implementation plans with ordered steps, dependencies, effort estimates, risk analysis, and architectural decisions. Promote steps to issues for team coordination.
Save and organize build, test, and deploy commands. Assign terminal environments per script. One-click execution with auto-restart on crash.
Browse repos, branches, commits, pull requests, and releases. Inline git status widget shows current branch and working tree state at a glance.
Integrated CodeMirror editor with syntax highlighting for 15+ languages including TypeScript, Rust, Python, Go, SQL, and Markdown. Open files directly from the sidebar.
Plus: Chat · Usage Monitor · Mission Dashboard · Team Dashboard · Dependency Graph · App Launcher · OBS Tracker · YouTube Live · Discord Bot · Env File Viewer · Code Quality
CodeMirror 6 editor with full syntax highlighting + theming for 14 languages (JS/TS, Rust, Python, Java, C++, CSS, HTML, JSON, Markdown, PHP, SQL, XML, more), inline editing, and Tauri file system integration.
Every project gets the full skill suite auto-bootstrapped into .claude/skills/. Type a slash command in any Claude Code terminal and the agent drives QuadFlow through its CLI.
quadflow CLIEvery QuadFlow capability has a quadflow subcommand — ideas, issues, plans, projects, scripts, missions, ship, chat, context modules, and more. The CLI is compiled into the main binary, so agents drive the app from any terminal: quadflow ideas list --json, quadflow ship, quadflow context enable plans. Bundled skills wrap these calls into Claude Code slash commands so your agents don't have to memorize anything.
Type a slash command — the agent fans out via quadflow CLI calls and reports back.
Every aspect of QuadFlow is configurable. Export your settings to share with your team, or import them on a new machine.
8 accent colors, glow intensity controls, UI scale, corner radius, font selection, and more — all in one place.
Fuzzy search across tools, actions, skills, terminals, and entities. Prefix shortcuts for instant filtering.
Native performance meets modern web UI. Rust backend, React frontend, SQLite persistence.
15 planned phases. Here's where we stand.
Auto-detects available shells and developer tools on your system. Create custom environments with init commands and env vars.
Not bolted-on AI. Claude Code and Codex integration is baked into the architecture. CLI, skills, missions, session management — first-class.
Every feature is designed to reduce time-to-ship. Command palette, one-click scripts, workspace restore, drag-and-drop everything.
SQLite database on your machine. No cloud dependency. Your code, your data, your agents. Export settings as JSON anytime.
Tauri 2 + Rust backend means native performance with a tiny footprint. The quadflow CLI is compiled into the main binary — no Node.js overhead.
Everything QuadFlow tracks — ideas, issues, plans, scripts, mission state — sits in a per-project .quadflow/ directory. Plain files. Diffable. Gitignorable. No cloud lock-in.
Every change to an idea, issue, plan, or mission shows up as a normal git diff. Code-review your agents’ work in PRs.
Clone the repo on a new machine and your project tools come with it. No "export from cloud" step, no account migration.
JSON files you can read with cat, parse with jq, and migrate out of any time. We host nothing of yours by default.
Eight bundled markdown reference docs ship inside QuadFlow — one per tool surface. Enable per-project from settings or with quadflow context enable <module>. Enabled modules get injected into your project's CLAUDE.md between managed markers, so Claude Code auto-discovers the QuadFlow CLI surface without you pasting anything.
Enable a module and it slots into CLAUDE.md between <!-- quadflow:modules:start --> and <!-- quadflow:modules:end -->. Commit the file, your team gets the same context. We never touch anything outside the markers.
Don't want to persist a module? Run quadflow docs <module> and the agent pulls the reference into its current session only. Perfect for one-off use cases where the full module would be noise.
A 14-phase typed release pipeline driven by .quadflow/ship/config.json and the quadflow ship CLI. Every run audited. Every phase crash-safe. Authenticode-signed binaries and a GitHub release at the end.
package.json, tauri.conf.json, and both Cargo.toml files updated together with formatting-preserving JSON + TOML editors.
patch_tauri_conf writes *.ship-bak before mutating. Orphan backups auto-restore on next invocation — no half-applied state.
Every run persisted under .quadflow/ship/runs/. Stdout/stderr captured per phase so failures debug themselves.
Authenticode signing built into the pipeline. verify_authenticode runs before sign_authenticode so misconfigs fail loudly.
npm run ship:patch | minor | major | reuse-build | skip-build | dry-run | status. Or drive it from agents via /cut-ship.
gh_release uploads artifacts and notes. The pipeline outputs latest.json so Tauri’s built-in updater picks up the new build.
Skills surface it directly: /setup-ship /cut-ship /ship-status /ship-changelog
A mission is a team of agents working a shared backlog. Approve their plan, watch them divide and conquer, and merge their work in order.
Coordinator, frontend, backend, QA. Mission templates pre-define team compositions, workflow phases, and success criteria so you can re-run a known-good shape.
A coordinator agent analyzes open issues, drafts a structured proposal (proposed agents, allowed_files per agent, assigned issue IDs, cost/time estimates, rationale) and waits for your sign-off before any agent boots.
Each member works in an isolated worktree so concurrent edits don’t collide. Branches are owned by the agent that opened them.
Closing an issue auto-enqueues the branch with priority + status (merging, merged, conflicts, skipped). The coordinator drains the queue in order; conflicts surface for review instead of silently losing work.
request_help, get_my_assignment, claim_next_available_issue, file_completion_report, mission messaging — agents talk to the team without spamming you.
Aggregate live view: members, assigned issues, progress bars, the merge queue, recent messages. Pop the dashboard out as a floating window while you keep working.
Native integrations for the way creators actually work. Nothing bolted on.
Streamer-facing overlay (title, viewer count, alerts) plus a separate admin window. Auto-cycle scenes, progress timers, !idea capture from chat into Ideas.
Mirror any terminal to a Discord thread bidirectionally. Replies from Discord type back into the terminal — useful for getting help on stream without breaking flow.
Move your webcam OBS source to follow the active terminal pane via WebSocket. Auto-rotate between configured devices.
One-click mode that hides credentials, env files, and license info. Idle / attention pane glow with separate colors. Taskbar attention flash.
Launch agent teams, assign roles, track task progress, and monitor token usage — all from built-in dashboards.
Spawn agents with roles, track heartbeats, monitor task progress in real time.
Token consumption, context windows, and daily budget at a glance.
QuadFlow is free during the public beta — every feature, no card required. The paid tiers below are completely optional ways to back the lab if QuadFlow becomes part of your daily workflow. They unlock direct support tickets and our gratitude. Nothing about the product is gated by them today.
Payments handled securely by Stripe. You'll be redirected to Stripe Checkout to complete your purchase. Manage, downgrade, or cancel from your account page any time.
By signing in or subscribing you agree to our Terms of Service and Privacy Policy. Paid tiers auto-renew at the end of each billing cycle until cancelled.
Not ready to buy yet? Drop your email and we'll let you know when major updates ship. No spam.