The
terminal
for the
Claude era

Open Source

MIT License
Tauri 2 + Rust
Svelte 5
xterm.js

The definitive way to work with Claude Code. Pipelines, cost tracking, spaces, and deep integration — all through great UX.

Interactive — click sessions in the sidebar
D
W
P
Feature Dev
pm$0.12
architect$0.28
backend$0.42
security
pm
claude — api
spaces demo
cost tracking
terminal — build
~/api $ claude --agent backend
Claude Code v1.2.0 (Opus 4)
 
> Implement JWT refresh rotation
 
+ src/auth/auth.service.ts
+ src/auth/strategies/jwt-refresh.ts
+ src/auth/guards/refresh-token.guard.ts
 
Implemented token rotation:
  - Secure token storage in Redis
  - Automatic rotation on each refresh
  - Token family tracking
 
Next: security agent reviews
Spaces — project context switching
 
weplex/api — pipeline, claude, terminal
mobile-app — claude, terminal
infra — ssh prod
 
Each space: own color, profile, session list
Switch with ⌘1/2/3 or click pills
Hyperspace: see ALL sessions at once
Usage tracking — per session, per pipeline
 
model    opus-4
input    32.1K tokens
output   16.1K tokens
cache    89%
turns    6
cost     $0.42
 
pipeline total: $0.82
Reads Claude's JSONL files. No API key needed.
Sessions persist across restarts
 
claude — api-auth
  restored · 6 turns · $0.42
claude — refactor
  restored · 3 turns · $0.18
terminal — build
  restored · cwd: ~/api
 
Notes, splits, spaces — everything persists
Pipeline
TemplateFeature Dev
Stage3 / 5
Total$0.82
Usage
Modelopus-4
Input32.1K
Output16.1K
Cache89%
Turns6
Cost$0.42
Agent
TypeClaude Code
AuthOAuth
Profile
AccountPersonal Pro
001 — The Insight

Most developers use Claude as a chat assistant. Claude can run autonomous pipelines — pm, architect, backend, security — all in one command. Most developers have never seen this.

01

Pipelines

Define agent workflows in YAML. Pick a template, describe the task, click Start. Watch every stage live in the sidebar with cost tracking.

name: Feature Development
stages:
  - agent: pm
  - agent: architect
  - agent: backend
  - parallel:
    - agent: security
    - agent: tester
  - agent: pm
02

Spaces

Group sessions by project. Each space has its own color, profile, and session list. Switch contexts instantly. Hyperspace shows everything.

weplex/api — pipeline, claude, terminal
mobile-app — claude, terminal
infra — ssh prod
 
◆ Hyperspace — all 7 sessions
03

Deep Claude integration

Reads Claude's JSONL files directly. Model, tokens, cost, cache rate — per session and per pipeline stage. No API keys needed.

model     opus-4
tokens    48.2K
cache     89%
cost      $0.42
 
pipeline   $0.82
profile    Personal Pro
04

Sessions that survive

Close Weplex, reopen tomorrow. Claude auto-resumes. Notes, splits, spaces — everything persists.

claude — api-auth
  restored · 6 turns · $0.42
claude — refactor
  restored · 3 turns · $0.18
terminal — build
  restored · cwd: ~/api

Claude-
first.

Deep integration with Claude Code — hooks, JSONL parsing, sub-agent visibility, pipeline orchestration. Other agents work as regular CLI.

Claude Code Deep
OpenCode
Aider
Gemini CLI
Codex CLI
Terminal
+ any CLI that runs in a terminal

Why Weplex?

TerminaltmuxWarpIDEWeplex
Pipeline orchestrationYes
Sub-agent visibilityYes
Cost trackingYes
Session persistencePartialYes
Multi-accountYes
SpacesYes
Open sourceYesYesNoVariesMIT
Cross-platformYesYesPartialYesYes

Built
to last.

A terminal sees everything you type. Passwords, API keys, code. That deserves full transparency. MIT licensed, no telemetry, no account required.

Tauri 2RustSvelte 5xterm.jsMIT
~/.weplex/pipelines/feature.yaml
name: Feature Development
 
stages:
  - agent: pm
    role: Study task, produce brief
  - agent: architect
    role: Design approach
  - agent: backend
    role: Implement changes
  - parallel:
    - agent: security
    - agent: tester
  - agent: pm
    role: Verify requirements

See what
Claude can
really do.

Free. Open source. Cross-platform.

Download for macOS View on GitHub

macOS · Linux · Windows