← Back to research
·9 min read·company

JAT

JAT is an open-source agentic IDE for supervising 20+ parallel coding agents — actively developed with Epic Swarm workflows, Overseer autonomy levels, external integrations (Slack, Telegram, RSS), and autonomous triggers.

Key takeaways

  • First "Agentic IDE" — full Monaco editor, Git integration, and task management unified with 20+ agent orchestration
  • External integrations spawn agents automatically — Slack, Telegram, RSS, Gmail events create tasks and trigger agents while you sleep
  • 100% local and open source (MIT) — no cloud dependency, code never leaves your machine
  • Actively developed but early adoption — 242 GitHub stars, 24 forks, and a 7-member Discord as of June 2026; solo-maintainer risk remains

FAQ

What is JAT?

JAT (Just Another Terminal) is an open-source agentic IDE that lets you supervise 20+ parallel coding agents with task management, Monaco editor, and external integrations like Slack and Telegram.

Does JAT work with Claude Code?

Yes. JAT works with Claude Code, Codex, Aider, and any CLI-based coding agent — no separate API keys required, it uses your existing subscriptions.

Is JAT free?

Yes. JAT is open source under MIT license with no commercial tiers.

Can JAT run agents autonomously?

Yes. JAT can connect to Slack, Telegram, RSS feeds, and Gmail — incoming events automatically create tasks and spawn agents without human intervention.

Executive Summary

JAT (Just Another Terminal) positions itself as "The World's First Agentic IDE" — a complete development environment where agents write code and you supervise.[1] Unlike agent wrappers or simple multiplexers, JAT provides a full IDE experience with Monaco editor, Git integration, task management, and unique external integrations that let agents spawn automatically from Slack, Telegram, RSS, and Gmail.

Status (June 2026): Alive and under intense active development — multiple commits landed on June 11, 2026 alone, and the repo (created November 2025) shows daily activity.[2] Adoption remains early: 242 GitHub stars, 24 forks, and a 7-member Discord as of June 11, 2026.[1][3] A dedicated website launched at jat.tools.[4]

AttributeValue
CreatorJoe Winke (@joewinke)
Founded2025
FundingNone (indie project)
Employees1 (solo developer)
LocationUnknown

Product Overview

JAT is a SvelteKit-based IDE that runs locally at localhost:3333.[1] It supports 20+ CLI-based coding agents (Claude Code, Codex, Aider, etc.) and provides:

  • Full IDE features: Monaco editor, Git staging/committing, file tree navigation
  • Task management: Built-in issue tracking with priorities, epics, and dependencies
  • Epic Swarm: Spawn parallel agents on subtasks automatically
  • External integrations: Slack, Telegram, RSS, Gmail feed events into the task system
  • Autonomous triggers: Agents spawn immediately, on delay, on schedule, or via cron

The paradigm shift: Traditional IDE → You write code. JAT → Agents write code, you supervise.

What's New Since February 2026

Development has been continuous (no tagged releases — JAT ships directly to master).[2] Notable additions:[1]

  • Epic Cockpit (/epics): Unified view of all epics with the Overseer autonomy engine (L0–L3 autonomy levels)
  • Voice commands: Hold Ctrl+Space to issue natural-language instructions
  • Vim-style keyboard navigation (j/k) across all routes
  • Cross-provider model catalog with alias resolver (landed June 11, 2026)[2]
  • VPS deployment: Arch/Ubuntu setup with auto-starting systemd service, remote access via SSH tunnel or Tailscale

Key Capabilities

CapabilityDescription
20+ AgentsClaude Code, Codex, Aider, Gemini, and any CLI agent
Monaco EditorFull VS Code engine with 25+ languages
Epic SwarmSpawn parallel agents on subtask trees
Git IntegrationStaging, commits, branches, push/pull, diff viewer
External TriggersSlack, Telegram, RSS, Gmail create tasks automatically
Auto-Proceed RulesLow-priority tasks complete without approval
Task SchedulingCron-based recurring tasks and one-shot triggers
Smart Question UIAgent questions become clickable buttons
Overseer AutonomyL0–L3 autonomy levels governing how independently agents proceed
Voice CommandsCtrl+Space natural-language instructions

Product Surfaces / Editions

SurfaceDescriptionAvailability
/tasksAgent sessions, task management, epicsGA
/epicsEpic Cockpit with Overseer autonomy engineGA
/filesMonaco editor, file tree, Git panelGA
/sourceCommit history, cherry-pick, revertGA
/integrationsRSS, Slack, Telegram, Gmail connectionsGA
/serversDev server controls, scheduler managementGA
/configAPI keys, secrets, automation rulesGA

Technical Architecture

JAT runs as a local SvelteKit web app with a collection of 50+ bash tools for agent orchestration.[1] Uses tmux for agent sessions and SQLite for local storage.

~/code/jat/
├── ide/              # SvelteKit app (the IDE)
├── tools/            # 50+ CLI tools (core, mail, browser, ingest, scheduler)
├── commands/         # /jat:start, /jat:complete, /jat:tasktree
└── shared/           # Agent documentation

Key Technical Details

AspectDetail
DeploymentLocal web app (localhost:3333)
Model(s)Agent-agnostic (uses CLI agents)
EditorMonaco (VS Code engine)
Sessionstmux-based
DatabaseSQLite (local)
Open SourceYes (MIT license)

Installation:[1]

curl -sSL https://raw.githubusercontent.com/joewinke/jat/master/tools/scripts/bootstrap.sh | bash
source ~/.bashrc
jat

Strengths

  • Complete IDE — Monaco editor, Git, task management, not just agent wrapper
  • Epic Swarm — Parallel agent spawning on subtask trees, unique feature
  • External integrations — Slack/Telegram/RSS/Gmail → automatic agent spawning
  • Auto-proceed rules — Low-priority tasks complete without approval
  • 20+ agents — Agent-agnostic like Emdash
  • 100% local — No cloud, code never leaves your machine
  • Open source (MIT) — Permissive license, fork freely
  • No API keys required — Uses existing agent subscriptions (Claude Pro, etc.)
  • Smart Question UI — Agent questions rendered as clickable buttons
  • Task scheduling — Cron + one-shot triggers built-in
  • Relentless development pace — daily commits, with multiple landing the day of this review[2]

Cautions

  • tmux required — Heavier setup than simple apps
  • Web-based UI — Not a native Mac app (runs in browser)
  • Solo developer — Project longevity risk
  • Steep learning curve — Many features, paradigm shift required
  • Tiny community — 242 GitHub stars, 24 forks, 0 open issues, and a 7-member Discord as of June 11, 2026; effectively no user base to absorb maintainer churn[1][3]
  • No tagged releases — Ships straight to master with no versioning, making stable pinning impossible[2]
  • No cloud execution — Local only
  • No signed commits — Missing compliance feature
  • No Windows — macOS/Linux only
  • Browser-based — Not a native macOS experience

What Developers Say

No substantive public discussion of JAT was found as of June 11, 2026 — searches of Hacker News (hn.algolia.com) and Reddit surfaced no reviews, threads, or quotable commentary, and the Discord community has only 7 members.[3] The absence of independent user voices is itself a signal: JAT's claims are currently verifiable only against its own repository and website. Treat the feature set as documented-but-unvetted by a wider user base.


Pricing & Licensing

TierPriceIncludes
Open SourceFreeFull functionality

Licensing model: MIT (permissive open source)

Hidden costs: Agent CLI subscriptions required; tmux setup time


Competitive Positioning

Direct Competitors

CompetitorDifferentiation
EmdashEmdash has issue tracker integration (Linear/Jira); JAT has external triggers (Slack/Telegram)
ConstellagentConstellagent is native Mac; JAT is web-based with more features
CursorCursor is an IDE with agents; JAT is an IDE for supervising agents

When to Choose JAT Over Alternatives

  • Choose JAT when: You want autonomous agent spawning from Slack/Telegram/RSS and full IDE features
  • Choose Emdash when: You need Linear/Jira integration and simpler setup
  • Choose Cursor when: You want a production IDE that happens to have agents

JAT vs Cursor/Windsurf/Cline

JAT explicitly positions against traditional AI-assisted IDEs:[1]

FeatureJATCursorWindsurfCline/Aider
Multi-agent (20+)
Visual IDE
Task management✅ Built-in
External integrations
Autonomous triggers
100% local— Cloud— Cloud
Open source✅ MIT

Ideal Customer Profile

Best fit:

  • Developers wanting autonomous agent workflows (events → agents → PRs)
  • Those already using Slack/Telegram who want agent integration
  • Power users comfortable with tmux and web UIs
  • Open source advocates who want MIT-licensed tooling
  • Solo developers managing multiple projects

Poor fit:

  • Teams needing collaboration features
  • Windows users
  • Those wanting simple, minimal setup
  • Users preferring native Mac apps
  • Enterprises requiring compliance features

Viability Assessment

FactorAssessment
Financial HealthN/A — Unfunded indie project (funding not publicly disclosed; no evidence of any raise)
Market PositionNiche — Unique feature set, steep learning curve
Innovation PaceRapid — daily commits as of June 2026, including same-day feature work[2]
Community/EcosystemMinimal — 242 stars, 24 forks, 7-member Discord as of June 2026[1][3]
Long-term OutlookUncertain — Ambitious scope for solo maintainer with near-zero community

JAT has the most ambitious feature set of any indie parallel agent tool, and the maintainer's June 2026 commit cadence shows the project is anything but abandoned. But adoption has not followed the effort: four months after our initial profile, the community remains a rounding error. Success depends on community contribution and maintainer capacity — and right now it is all maintainer.


Bottom Line

JAT is the most feature-rich open-source agentic IDE available. The external integration system (Slack/Telegram/RSS → automatic agent spawning) is unique in the category. If you want agents that work while you sleep, triggered by team messages or RSS feeds, JAT is currently the only option.

However, the ambitious scope comes with setup complexity (tmux, web UI, many features to learn). This is a power user tool, not a quick install.

Recommended for: Power users who want the most capable open-source parallel agent IDE with autonomous trigger capabilities.

Not recommended for: Those wanting simple setup, native Mac apps, or enterprise compliance features.

Outlook: Alive and shipping daily as of June 2026, with genuinely new capabilities (Epic Cockpit, Overseer autonomy levels, voice commands) added since February.[2] But adoption is not keeping pace with development — 242 stars and a 7-member Discord after seven months means the bus factor is exactly one.[1] If the community grows, JAT could become the open-source standard for agentic development; until then, treat it as a brilliant solo experiment. Worth watching closely.


Research by Ry Walker Research • methodology

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