VespeR banner
ranausmanai ranausmanai

VespeR

Development community intermediate

Description

Control plane for Claude Code workflows: interactive sessions, agents, patterns, DAGs, and resumable context.

Installation

Terminal
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

![VespeR Flow](docs/gifs/vesper-flow.gif)

![VespeR UI Feature Strip](docs/screenshots/vesper-feature-strip.png)

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: