conduit — zsh

$ conduit --help

Orchestrate AI.
In Your Terminal.

Run Claude Code, Codex CLI, and Gemini CLI side-by-side with tab-based session management, real-time streaming, and token tracking.

// CHOOSE YOUR PATH

One Tool, Two Interfaces

Whether you live in the terminal or prefer a browser, Conduit adapts to your workflow.

Terminal
Conduit TUI Interface

Terminal Native

The full power of Conduit in your terminal. Fast, efficient, and keyboard-driven.

  • Keyboard-first navigation
  • Vim-style keybindings
  • Minimal resource usage
  • Works over SSH
$ conduit
Browser

Web Interface

Coming Soon

Browser Access

Access Conduit from any device with a browser. Perfect for remote work and collaboration.

  • Access from any device
  • Mouse-friendly interface
  • Share sessions via URL
  • Configurable host & port
$ conduit serve --port 3000

// THE CONTROL ROOM

Everything You Need to Orchestrate AI

A purpose-built TUI for running multiple AI coding assistants with the power and flexibility of your terminal.

Multi-Agent Support

Run Claude Code and Codex CLI in the same interface. Switch agents with a single keystroke.

_

Tab-Based Sessions

Up to 10 concurrent sessions. Each tab maintains its own context and history.

_

Real-Time Streaming

Watch AI responses as they're generated. No waiting for complete outputs.

_

Token Tracking

Monitor input/output tokens and estimated costs in real-time.

_

Session Persistence

Resume previous sessions with full context. Never lose your work.

_

Git Integration

PR status, branch tracking, and worktree management built-in.

_

Web Interface

Access your Conduit sessions from any browser. Full feature parity with the TUI.

_

PR Review Integration

Ingest CodeRabbit feedback directly into your sessions for seamless code review.

_

// SUPPORTED AGENTS

Your AI Agents, Side by Side

Claude Code
Claude

Anthropic's powerful coding assistant with deep reasoning and multi-file editing.

opus-4.5 sonnet-4.5
Codex CLI
Codex

OpenAI's terminal-native coding agent with fast iteration and shell integration.

gpt-5.2-codex
Gemini CLI
Gemini

Google's AI coding assistant with multimodal understanding and code generation.

gemini-3-pro gemini-3-flash

// COMING SOON

OpenCode
OpenCode SOON

Open-source AI coding assistant with local model support.

Copilot CLI
Copilot SOON

GitHub's AI pair programmer with deep repository context.

// GET STARTED

Install in Seconds

One command to start orchestrating AI agents in your terminal.

Terminal
$ curl -fsSL https://getconduit.sh/install | sh

Supported Platforms

macOS

Apple Silicon & Intel

Linux

x86_64 & ARM64

Windows

x86_64

Requires Claude Code, Codex CLI, or Gemini CLI installed

Quick Start

# Start conduit in your project

$ cd ~/my-project

$ conduit

# Keyboard shortcuts

Ctrl+T — New tab

Ctrl+W — Close tab

Tab / Shift+Tab — Switch tabs

? — Help