VespeR
Description
Control plane for Claude Code workflows: interactive sessions, agents, patterns, DAGs, and resumable context.
Installation
claude install-skill https://github.com/ranausmanai/VespeR README
VespeR
Visual control plane for Claude Code workflows.
[Website](https://vesper.run) • [Repository](https://github.com/ranausmanai/VespeR)
VespeR helps you run coding workflows with more control than a single chat stream:
- undefined
CLI commands:
- undefined
Product Tour


What VespeR Does
- undefined
- undefined
- undefined
- undefined
- undefined
- undefined
- undefined
- undefined
- undefined
- undefined
Key Use Cases
- undefined
- undefined
- undefined
- undefined
- undefined
- undefined
- undefined
- undefined
Requirements
- undefined
Install
# Clone
git clone https://github.com/ranausmanai/VespeR.git
cd VespeR
# Backend
pip install -e .
# Frontend
npm -C frontend install
npm -C frontend run build
# Native macOS shell (optional)
pip install -e ".[desktop]"
# macOS app bundle + DMG build toolchain (optional)
pip install -e ".[desktop-build]"
Run
# Start native macOS app
vesper desktop
# Start UI + API server in browser
vesper ui --port 8420 --no-browser
Open the browser UI at: `http://127.0.0.1:8420`
If `vesper` is not found, use:
agentling desktop
# Start UI + API server
agentling ui --port 8420 --no-browser
For frontend development inside the native shell:
vesper desktop --dev --frontend-url http://127.0.0.1:5173
Run `npm -C frontend run dev` in a second terminal first.
macOS App Distribution
Build a standalone `.app` and `.dmg` while keeping the browser UI flow intact:
pip install -e ".[desktop-build]"
bash scripts/build_macos_app.sh
Artifacts:
Related Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development community src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development community Cavecrew Builder
>
Development community Cavecrew Investigator
>
Development community Cavecrew Reviewer
>
Development community Gitnexus Branch Hygiene Reviewer
GitNexus branch hygiene and mergeability reviewer. Use to classify merge state, conflicts, stale branches, merge-from-main commits, unrelated churn, mixed domains, and whether rebase or split is requi
Development community