The
platform
for the
AI-agent era

Open Source

Apache 2.0
Tauri 2 + Rust
Svelte 5
xterm.js

Run, track, and orchestrate AI coding agents. Team spaces, cost tracking, pipelines, and session persistence — in one place.

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
 
> 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
StatusActive
Space
Nameweplex/api
001 — The Insight

AI coding agents live in raw terminal tabs. No status, no cost tracking, no coordination. You babysit each one manually. Your agents deserve better tooling.

01

Pipelines

Define multi-agent workflows in YAML. Built-in templates for feature dev, bug fixes, refactoring. Visual editor to customize. Each stage runs as a separate session.

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 session files directly. Model, tokens, cost, cache rate — per session in real time. No API keys needed. Auto-detects Claude Code.

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
05

Split views & Hyperspace

Run agents side by side. Split horizontally or vertically. Hyperspace shows every session across all spaces — grouped by project, status, or agent.

─── Split view ─────────────
left   claude — backend
right  claude — frontend
 
◆ Hyperspace
   weplex/api — 3 sessions
   mobile-app — 2 sessions
   infra — 1 session
06

Teams & Cloud sync

Sign in with GitHub or Google. Sync config across devices. Create teams, share spaces. Free during alpha.

auth    GitHub OAuth
         Google OAuth
         Email + password
 
sync    config backup 50KB
teams   create · invite · share

Claude-
first.

Deep integration with Claude Code — JSONL parsing, real-time cost tracking, agent detection, 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 orchestrationComing soon
Multi-agent supportYes
Cost trackingYes
Session persistencePartialYes
Cloud syncYes
SpacesYes
Open sourceYesYesNoVariesApache 2.0
Cross-platformYesYesPartialYesYes

Built
to last.

A terminal sees everything you type. Passwords, API keys, code. That deserves full transparency. Apache 2.0 licensed, no telemetry, no tracking. Optional account for cloud sync and teams.

Tauri 2RustSvelte 5xterm.jsApache 2.0
~/.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

Your agents
deserve a real
workspace.

Free. Open source. Cross-platform.

Download for macOS View on GitHub

macOS · Linux & Windows coming soon