← Back to research
·7 min read·company

Constellagent

Constellagent is a free macOS desktop app for running multiple AI agents in parallel — each with its own terminal, editor, and Git worktree in one window. Active as of June 2026 with 211 GitHub stars.

Key takeaways

  • Full development environment per agent — terminal (xterm.js + node-pty), Monaco editor, and Git worktree all in one window
  • Cron-based automation with sleep/wake recovery lets you schedule agent tasks without manual intervention
  • Free and source-available, built by a solo developer — 211 GitHub stars as of June 2026, but no license file published and commit pace slowed after April 2026

FAQ

What is Constellagent?

Constellagent is a free, open-source macOS app that lets you run multiple AI coding agents in parallel, each in its own isolated Git worktree with dedicated terminal and editor.

Does Constellagent support Claude Code?

Yes. Constellagent provides a full terminal emulator (xterm.js + node-pty) where you can run Claude Code, Codex, or any CLI-based agent. Its marketing site positions it specifically for running "dozens of Claude Code workspaces in parallel."

Is Constellagent free?

Yes. Constellagent is free with public source code and no commercial tiers, though as of June 2026 the repository has not published an open-source license file.

Executive Summary

Constellagent is a free macOS desktop app for running multiple AI coding agents in parallel.[1] Unlike minimal wrappers, each agent session gets a full development environment — terminal emulator, Monaco code editor, Git worktree management, and file navigation — unified in a single window. As of June 2026 the project is alive but solo-maintained: GitHub stars roughly doubled to 211 since February, a dedicated marketing site launched, and feature work (GitHub PR status, sleep/wake automation recovery) continued through early May 2026, with no commits since May 5.[2]

AttributeValue
CreatorOwen Gretzinger (@owengretzinger)
Founded2026
FundingNone (indie project)
Employees1 (solo developer)
LocationCanada

Product Overview

Constellagent isolates each agent in its own Git worktree with a dedicated terminal and Monaco-based code editor.[1] The result is a self-contained workspace per agent — no file conflicts, no branch confusion, each agent operating independently. The marketing site, launched after the February 2026 debut, positions it as a "control room for your AI agents" for running dozens of Claude Code workspaces in parallel.[3]

The app also supports cron-based automation scheduling, letting you configure agents to run on a timer for repetitive tasks — with sleep/wake recovery that coalesces missed runs while the app stays open.[1] Updates shipped between February and May 2026 added live GitHub PR status (a "Ready" badge when a PR is mergeable, review thread counts) and replaced the file tree with trees.software.[2]

Key Capabilities

CapabilityDescription
Isolated WorktreesEach agent gets its own Git worktree for conflict-free parallel work
Terminal EmulatorFull xterm.js + node-pty terminal per session
Monaco EditorSyntax highlighting, diffs, inline editing
Git IntegrationStaging, committing, branching, worktree management
PR StatusLive GitHub PR mergeability badge and review thread counts
File TreeNavigate project files within each workspace (trees.software)
Cron SchedulingAutomate recurring agent tasks, with sleep/wake catch-up runs
Keyboard-DrivenQuick Open, tab switching, 45+ shortcuts

Product Surfaces / Editions

SurfaceDescriptionAvailability
macOS AppDesktop applicationGA (DMG)
Source CodeBuild from sourceOpen Source

Technical Architecture

Built with Bun, SvelteKit, and Electron.[1] The terminal uses xterm.js with node-pty for process management (the project moved off the earlier ghostty-web terminal); the marketing site advertises GPU-accelerated terminal rendering.[3] The repo ships Playwright end-to-end tests.

Key Technical Details

AspectDetail
DeploymentLocal macOS app
Model(s)Agent-agnostic (CLI-based)
Terminalxterm.js + node-pty
EditorMonaco (VS Code engine)
BuildBun + SvelteKit
SourcePublic on GitHub; no license file as of June 2026

Installation:[1]

bun run setup
bun run dev
# Or build signed DMG:
bun run dist

Strengths

  • Full environment per agent — Terminal, editor, Git, file tree all unified
  • GPU-accelerated terminal — xterm.js + node-pty, feels snappy
  • Monaco editor built-in — Syntax highlighting, diffs, no external editor needed
  • Cron automation — Schedule recurring agent tasks, with sleep/wake catch-up
  • PR awareness — Live mergeability badge and review thread counts per workspace
  • Source available — Public code, fork and customize
  • Free — No subscription, no account required
  • Clean UX — Side-by-side workspace layout with 45+ keyboard shortcuts

Cautions

  • macOS only — No Windows or Linux support
  • Solo developer — 73 of 75 commits are from the maintainer; project longevity depends on one person[2]
  • Commit pace slowed — Active February–April 2026, but no commits since May 5, 2026 as of this June 11 update[2]
  • No license file — Code is public but the repo has no published open-source license as of June 2026, so reuse rights are legally ambiguous[1]
  • No binary releases — No GitHub releases published; you build the DMG from source with Bun[1]
  • 211 GitHub stars — Small community compared to established tools (up from 106 in February 2026)[1]
  • No issue integration — Doesn't connect to Linear, Jira, or GitHub Issues (PR status display only)
  • No cloud execution — Local only, agents stop when app closes
  • No enterprise features — No team collaboration, signed commits, or SSO

What Developers Say

As of June 11, 2026, Constellagent has no substantive public discussion to quote: a Hacker News search returns zero stories or comments, and no Reddit threads or independent reviews surfaced in web searches. The clearest adoption signals are its 211 GitHub stars, 16 forks, and inclusion in community-curated agent-orchestrator lists.[4] Treat the absence of user feedback as a data point in itself for a February 2026 launch.


Pricing & Licensing

TierPriceIncludes
Free$0Full functionality

Licensing model: Free and source-available; the marketing site says "free and open source," but the repository carries no license file as of June 2026[3]

Hidden costs: Agent CLI subscriptions required (Claude Pro, OpenAI, etc.)


Competitive Positioning

Direct Competitors

CompetitorDifferentiation
EmdashEmdash has issue integration and 20+ agents; Constellagent has integrated editor
ConductorConductor is simpler; Constellagent has full Monaco editor and cron
CrystalCrystal has A/B testing; Constellagent has cron scheduling

When to Choose Constellagent Over Alternatives

  • Choose Constellagent when: You want an all-in-one workspace (terminal + editor + Git) per agent with cron scheduling
  • Choose Emdash when: You need issue tracker integration or Best-of-N comparisons
  • Choose Conductor when: You prefer simpler UX without editor features

Ideal Customer Profile

Best fit:

  • Solo developers wanting unified agent workspaces
  • Those who want built-in Monaco editor with diff views
  • Developers needing cron-scheduled agent automation
  • Open source advocates

Poor fit:

  • Teams needing collaboration features
  • Windows or Linux users
  • Enterprises requiring compliance features
  • Users needing issue tracker integration

Viability Assessment

FactorAssessment
Financial HealthN/A — Unfunded indie project (funding not publicly disclosed; no evidence of any)
Market PositionNiche — Small but differentiated
Innovation PaceSlowing — Steady Feb–Apr 2026 shipping (PR status, automation recovery), then no commits since May 5, 2026
Community/EcosystemLimited — 211 stars and 16 forks as of June 2026, 3 contributors, no public discussion
Long-term OutlookUncertain — Depends on one maintainer's continued commitment

Constellagent is a thoughtful indie project but lacks the resources of funded competitors. Stars doubled in its first four months, yet the five-week commit gap heading into June 2026 is the kind of early-warning signal that matters most in this fast-churn category.[2]


Bottom Line

Constellagent stands out by providing a full development environment per agent — not just terminals, but integrated Monaco editing, Git management, and cron scheduling. For developers who want everything in one window without juggling external editors, it's an elegant solution.

Recommended for: Solo Mac developers who want an all-in-one parallel agent workspace with built-in editor and cron automation.

Not recommended for: Teams, enterprises, or anyone needing issue tracker integration, cloud execution, cross-platform support, or a clearly licensed dependency (no license file is published).

Outlook: A promising indie project that fills a niche — stars doubled to 211 in four months and the feature set matured (PR status, automation recovery). But with one maintainer and no commits since May 5, 2026, treat it as a tool you could lose; the missing license file also blocks serious forking. Watch whether development resumes through summer 2026.


Research by Ry Walker Research • methodology

Disclosure: Author is CEO of Tembo, which competes in the agent orchestration space.