Lumbergh banner
voglster voglster

Lumbergh

AI community

Description

Self-hosted web dashboard for supervising multiple Claude Code AI sessions in tmux. Live terminals, real-time git diffs, file browser, todo lists, prompt templates, and mobile PWA support. Micromanage your AI interns from any device.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Lumbergh

**Micromanage your AI interns.**

A self-hosted web dashboard for supervising multiple Claude Code sessions running in tmux. Watch diffs roll in, fire off prompts, check todos, and keep your AI workers on task -- all from your browser (or your phone).

[![PyPI version](https://img.shields.io/pypi/v/pylumbergh?label=pylumbergh&color=blue)](https://pypi.org/project/pylumbergh/) [![Python versions](https://img.shields.io/pypi/pyversions/pylumbergh)](https://pypi.org/project/pylumbergh/) [![License: MIT](https://img.shields.io/badge/license-MIT-green)](LICENSE) [![Downloads](https://img.shields.io/pypi/dm/pylumbergh?color=brightgreen)](https://pypi.org/project/pylumbergh/)

**[Read the full documentation](https://voglster.github.io/lumbergh/)** -- guides, configuration, mobile/PWA setup, screenshots, and more.

![Lumbergh Dashboard](docs/screenshots/dashboard.png)

Install in 30 seconds

You need `tmux` and `git` on your machine. Then:

uv tool install pylumbergh
lumbergh

Open **http://localhost:8420**. Done.

Windows

Lumbergh runs natively on Windows using [`psmux`](https://pypi.org/project/psmux/) (a PowerShell-based tmux clone) in place of tmux. WSL is not required.

uv tool install psmux
uv tool install pylumbergh
lumbergh

`pywinpty` is installed automatically as a dependency.

**What's uv?** [uv](https://docs.astral.sh/uv/) is a fast Python package manager from [Astral](https://astral.sh/). It handles installing Python tools in isolated environments so they don't conflict with anything else on your system. Install it with:

curl -LsSf https://astral.sh/uv/install.sh | sh

Don't want uv? `pip install pylumbergh` works too.

Lumbergh checks for tmux/git on startup and tells you what's missing.

What you get

  • Multi-session dashboard -- all your Claude Code sessions at a glance, with live status detection
  • Live terminals -- interact with real terminal sessions via xterm.js + WebSo