Skip to content

AgentPanel v0.1.0

Choose a tag to compare

@GrillerGeek GrillerGeek released this 20 Jun 02:18

AgentPanel is a native Windows command center for running multiple AI coding agents in parallel — each isolated in its own git worktree, each with its own terminal. A Windows reimplementation of the Supacode concept, built on Tauri (Rust) + React + xterm.js.

Install

Download AgentPanel_0.1.0_x64-setup.exe below and run it. It's a per-user install (no admin required). WebView2 is fetched automatically if it isn't already present (it ships with Windows 11).

Note: the installer is not yet code-signed, so Windows SmartScreen may show a "Windows protected your PC" prompt — choose More info → Run anyway.

Requirements

  • Windows 10 1809+ / Windows 11
  • Git on PATH (required for worktrees)
  • Optional: GitHub CLI (gh) for PR/CI info; your agent CLIs (claude, codex, …)

What's in this release

  • Repositories & git worktrees — create / list / remove from the sidebar
  • Parallel terminal tabs (ConPTY) with split panes
  • Bring your own agent CLI + one-click quick-launch buttons
  • Live git status (branch, dirty count, ahead/behind) via a file watcher
  • GitHub PR/CI badges via gh
  • Command palette (Ctrl+Shift+P), keyboard shortcuts, session restore
  • 12 themes (Tokyo Night, Catppuccin, Dracula, Nord, Solarized, …)