EveryDev.ai
Subscribe
Home
Tools

3,355+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Termexo
    Termexo icon

    Termexo

    AI Coding Assistants

    A Windows desktop app that puts Claude Code, Codex CLI, and other AI coding agents into one multi-terminal workspace with session recovery, model switching, and agent status notifications.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free Windows desktop app, no account or subscription required. Distributed via npm or GitHub releases.

    Engagement

    Available On

    Windows
    iOS
    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsTerminal & Session ManagementMulti-agent Systems

    Alternatives

    Unpeelcomuxagent-manager
    Developer
    Guo MengyueBeijing, ChinaEst. 2026

    Listed Aug 2026

    About Termexo

    Termexo is a Windows desktop application that consolidates multiple AI coding agent terminals — Claude Code, Codex CLI, and compatible providers — into a single recoverable workspace. Built with Tauri 2 and Angular 22, it runs entirely on your local machine with no account or cloud service required. The current release is v0.3.9, described by the project as the "restored-session and attention workflow update."

    What It Is

    Termexo acts as a local control plane for AI coding agents. Instead of juggling separate terminal windows for each agent and project, it provides a unified workbench where developers can see all running agents at once, get notified when one needs input or approval, resume past sessions, and switch model providers without rebuilding their setup. The project describes its organizing unit as the Workspace, which persists folder paths, grid layouts, terminal tabs, model profiles, and themes across restarts.

    How the Workbench Works

    The core interface is a configurable grid of real PTY terminals — up to 6 rows by 6 columns — where each cell can host a Claude Code or Codex session. Key workbench behaviors include:

    • Unlimited tabs: Every session stays alive in a tab; only selected panes are shown in the active grid.
    • Per-workspace memory: Project folder, grid layout, open terminals, model assignments, and color theme all restore on reopen.
    • Maximize modes: Individual terminals or the full workspace can be maximized and restored with Shift+Esc.
    • No Termexo account: All state is stored in a local SQLite database; API keys go into Windows Credential Manager, never a plain-text config file.

    Agent Status and Attention System

    A central design goal is making agent state observable across all open projects simultaneously. Termexo maps agent-specific lifecycle events into common states — thinking, waiting for input, waiting for approval, completed, and failed — and surfaces them in three ways: a persistent in-app banner, a native Windows notification, and a taskbar flash. The v0.3.9 release added Codex lifecycle hooks covering prompts, tools, permissions, compaction, subagents, completion, and session boundaries to bring Codex status tracking in line with Claude Code.

    Session Recovery and Model Routing

    Termexo reads Claude Code and Codex session files as read-only and uses the CLIs' own resume commands (claude --resume and codex resume) to restore full historical context. The session center lets developers search across all projects by name, path, branch, or model. For model routing, the same Claude Code CLI can be pointed at Anthropic, DeepSeek, MiniMax, GLM, or any Anthropic-compatible endpoint by saving provider credentials as named profiles and switching them in two clicks — applying the change to every Claude terminal in a workspace at once.

    Architecture and Security Boundaries

    The application is built on Tauri 2 (Rust core) with an Angular 22 frontend. The internal data flow runs: Angular UI → Tauri IPC commands → PTY Service → agent processes, with a hooks pipeline receiving agent lifecycle events and writing deduplicated state to SQLite. Security boundaries are explicit by design: API keys are stored only in Windows Credential Manager, the frontend can only read whether a key exists (never its value), and native agent session files are never modified or deleted by Termexo.

    Update: v0.3.9 — Restored-Session and Attention Workflow

    The latest release (published 2026-08-01) focuses on two areas. First, session restoration: Claude launch commands, model profiles, credentials, provider URLs, and hook environments are now rebuilt before mounting terminals, and a legacy MiniMax profile naming issue that caused restored sessions to fall back to Claude Sonnet is fixed. Second, attention: persistent waiting/approval banners, Windows notifications, and taskbar alerts are added for blocked agents, while completed-task feedback is kept concise. The roadmap shows v0.4 in active development, targeting one-click CLI installation/upgrades, network proxy profiles, and plan quota monitoring, with multi-agent collaboration and remote/mobile access planned for v0.5–v0.7.

    Termexo - 1

    Community Discussions

    Be the first to start a conversation about Termexo

    Share your experience with Termexo, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Free

    Fully free Windows desktop app, no account or subscription required. Distributed via npm or GitHub releases.

    • Multi-terminal workbench with configurable grid
    • Claude Code and Codex CLI support
    • Agent status tracking and notifications
    • Session center with search and resume
    • Model profile switching across providers

    Capabilities

    Key Features

    • Multi-terminal workbench with configurable 1–6 row/column grid
    • Real PTY terminals for Claude Code and Codex CLI
    • Agent status tracking: thinking, waiting, approval, completed, failed
    • Persistent in-app banners, Windows notifications, and taskbar alerts for agent attention
    • Session center with search and one-click resume via native claude --resume and codex resume
    • Model profile switching: Anthropic, DeepSeek, MiniMax, GLM, or custom compatible endpoint
    • API keys stored in Windows Credential Manager, never plain text
    • Workspace persistence: folder, layout, tabs, model, and theme restored on reopen
    • Multiple isolated Claude Code and Codex account management
    • Read-only access to native agent session files
    • Local SQLite storage for workspace and session data
    • No Termexo account or cloud service required
    • npm package with full Windows x64 executable (npx termexo@latest)
    • Network and npm proxy profile management (v0.4 in progress)
    • One-click CLI installation and upgrade management (v0.4 in progress)

    Integrations

    Claude Code
    Codex CLI
    Anthropic API
    DeepSeek
    MiniMax
    GLM
    Windows Credential Manager
    npm
    MCP (Model Context Protocol)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Termexo and help others make informed decisions.

    Developer

    Guo Mengyue

    gemron builds Termexo, a local AI workspace control plane for Windows that consolidates Claude Code, Codex CLI, and other AI coding agents into a single recoverable multi-terminal environment. The project is developed in TypeScript and Rust using Tauri 2 and Angular 22, with a strong emphasis on local-first data storage and explicit security boundaries. The repository is hosted on GitHub and distributed via npm.

    Founded 2026
    Beijing, China
    1 employees
    Read more about Guo Mengyue
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Unpeel icon

    Unpeel

    A native macOS terminal app for running and orchestrating multiple AI coding agents side by side, built with Swift and powered by libghostty.

    comux icon

    comux

    A CLI tool that runs multiple AI coding agents in parallel using tmux and git worktrees, with a terminal-based control room for reviewing and merging work.

    agent-manager icon

    agent-manager

    A terminal UI to manage multiple AI coding-agent sessions (Claude Code, OpenCode, Codex, Grok Build, Gemini CLI) side by side in tmux with live status, group trees, diff review, and resource gauges.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    689 tools

    Terminal & Session Management

    Terminal emulators, multiplexers, and session managers that help developers run parallel AI coding agents, manage multiple workspaces, and maintain persistent terminal sessions.

    39 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    271 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions