EveryDev.ai
Subscribe
Home
Tools

3,804+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
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. Luvus
    Luvus icon

    Luvus

    Agent Harness

    An open-source terminal multiplexer and mission control for AI coding agents, letting you run, watch, resume, and orchestrate multiple agents in one place.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under AGPL-3.0. All features included.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessMulti-agent SystemsTerminal & Session Management

    Alternatives

    smuxConductorWarp Code
    Developer
    RizRiyzRizRiyz builds Luvus, an open-source terminal mission contro…

    Listed Sep 2026

    About Luvus

    Luvus is an open-source terminal-based mission control built in Rust for developers running multiple AI coding agents simultaneously. Created by RizRiyz and licensed under AGPL-3.0, it provides a unified TUI (terminal user interface) where you can watch, supervise, message, and orchestrate agents like Claude Code, GitHub Copilot CLI, Codex, Gemini, Aider, opencode, Kimi, Grok, and more — all without switching windows.

    What It Is

    Luvus is a terminal multiplexer purpose-built for the AI coding agent era. Where tools like tmux manage terminal sessions generically, Luvus adds a semantic layer on top: it understands agent state (working, blocked, done, idle), tracks token usage and session cost per project, enables inter-agent messaging, and coordinates multi-agent workflows through an orchestration board with dependency tracking and file-path leases. It runs on macOS, Linux, and Windows and installs via a single shell command or Homebrew.

    Agent Awareness and Supervision

    The core differentiator is Luvus's ability to detect and display the real state of every running agent without requiring agent-side integration. Key supervision capabilities include:

    • Live status detection: Agents are classified as working, blocked, done, or idle. The tool only marks an agent as working on positive evidence, so a launching CLI or the user's own typing never reads as busy.
    • Mission Control panel: A single tab lists every agent in a folder with context window fill percentage, session cost, and project total. Blocked agents can be answered inline.
    • Token and cost tracking: Token figures come from Claude's own session files; cost is aggregated per project and per model.
    • Session resume: Luvus finds each agent's session store on disk and runs its resume command automatically — no configuration needed. Supported for Claude, Codex, Copilot, opencode, Kimi, Grok, Pi, and others.

    Orchestration and Multi-Agent Workflows

    The ◇ orch board lets developers add tasks with explicit dependencies. Each started task gets an isolated git worktree and its own pane. Path leases prevent overlapping edits from even being assigned to two agents. A configurable quality gate (a test command) must pass before a task is marked done, and finished branches merge through a dedicated worktree so the user's main checkout is never touched.

    Inter-agent messaging uses a simple =panename instruction syntax: typing =codex add tests to src/parse.rs sends that instruction to the pane named codex. The sender does not wait — it continues working and picks up the reply when it arrives.

    Terminal and Git Integration

    Luvus embeds a full Git and GitHub interface accessible without leaving the terminal:

    • Commits, branch flow, branches, pull requests, issues, and repository overview
    • Drives git and the gh CLI already installed on the system
    • A native DIFF viewer with staged, worktree, untracked, and conflicted changes in Auto, Split, or Stack view
    • Local notes can be left on a line or range and sent directly to a live agent as focused feedback

    The file tree is tinted by git status, and the viewer refreshes as files change on disk.

    Extensibility and Remote Use

    Luvus supports a module system where third-party or user-written modules can add actions, events, settings, startup hooks, panes, sidebar docks, and status bar widgets. The Universal Harness Protocol (UHP 1.0) provides a versioned method registry for building harnesses and orchestrators with owner-only local IPC, snapshots, event streams, and semantic waits.

    Remote attachment works over plain SSH with no port forwarding or daemon installation required — only changed terminal cells cross the wire (~22 bytes per keystroke). A mobile-optimized layout activates automatically at or below 64 columns, switching to a single focused pane with large touch targets for use from apps like Termius or Blink.

    Update: v0.13.2

    The GitHub repository shows the latest release as v0.13.2, published in August 2026, with active development reflected in frequent commits. The changelog on the homepage shows recent releases including v0.7.0 and v0.6.1, with features like scrollable panes added in recent iterations. The project has 515 stars and 32 forks on GitHub, and is written entirely in Rust.

    Luvus - 1

    Community Discussions

    Be the first to start a conversation about Luvus

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

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under AGPL-3.0. All features included.

    • Multi-agent supervision and mission control
    • Session resume for all supported agents
    • Orchestration board with task dependencies and path leases
    • Built-in Git and GitHub interface
    • Native DIFF viewer

    Capabilities

    Key Features

    • Multi-agent supervision with live status (working, blocked, done, idle)
    • Mission Control panel with per-agent token usage and cost tracking
    • Session resume for Claude, Codex, Copilot, opencode, Kimi, Grok, Pi, and more
    • Inter-agent messaging with = delegation syntax
    • Orchestration board with task dependencies, path leases, and quality gates
    • Isolated git worktrees per orchestrated task
    • Session forking to branch a conversation without losing context
    • Built-in Git and GitHub interface (commits, branches, PRs, issues)
    • Native DIFF viewer with Auto, Split, and Stack modes
    • Git-aware file tree with live file viewer
    • Remote attach over plain SSH with minimal bandwidth (~22 bytes/keystroke)
    • Mobile-optimized layout for narrow screens and touch targets
    • Extensible module system with Luvus Bar widgets
    • Universal Harness Protocol (UHP 1.0) for building orchestrators
    • Persistent workspaces with background server
    • Remappable keybindings and composable themes
    • Cross-platform: macOS, Linux, Windows
    • Global fuzzy search across pane history

    Integrations

    Claude Code
    GitHub Copilot CLI
    Codex
    Gemini CLI
    Aider
    opencode
    Kimi
    Grok
    Pi
    Oh My Pi (omp)
    Muse Code
    Fx
    Cursor
    Amp
    Droid
    Qwen
    Kiro
    git
    gh CLI
    SSH
    Termius
    Blink
    Mosh
    Homebrew
    crates.io
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    RizRiyz

    RizRiyz builds Luvus, an open-source terminal mission control for AI coding agents written in Rust. The project focuses on giving developers a single place to supervise, orchestrate, and interact with multiple AI agents simultaneously. Luvus is distributed under the AGPL-3.0 license and available on GitHub, crates.io, and Homebrew.

    Read more about RizRiyz
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    smux icon

    smux

    One-command tmux setup with terminal automation and a CLI bridge for AI agent-to-agent communication across panes.

    Conductor icon

    Conductor

    Run a team of parallel coding agents on your Mac with isolated workspaces for Codex and Claude Code.

    Warp Code icon

    Warp Code

    An open-source agentic development environment built from the terminal, letting developers prompt, plan, and ship production code with AI agents across multiple models and repos.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    161 tools

    Multi-agent Systems

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

    343 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.

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