Installation¶
Get Lumbergh running in under a minute.
Quick Start¶
Open http://localhost:8420 in your browser. That's it.
What's uv?
uv is a fast Python package manager from Astral. uv tool install installs CLI tools into isolated environments so they don't conflict with other Python packages on your system. If you don't have it yet:
See the uv docs for other install methods (Homebrew, pip, Windows, etc).
Prerequisites
Lumbergh requires Python 3.11+, tmux, and git. See Prerequisites for full details.
First Run¶
When you run lumbergh for the first time, it will:
- Start the web dashboard on port 8420
- Show a welcome screen that pre-fills your repo search directory to the folder you launched from
- Let you confirm the directory and create your first session right away
Launch from your projects folder
Run lumbergh from the directory that contains your git repos (e.g. ~/src) so it auto-detects the right search path.
CLI Options¶
lumbergh # Start with defaults
lumbergh --host 0.0.0.0 # Bind to all interfaces (default)
lumbergh --port 8420 # Set the port (default: 8420)
lumbergh --reload # Auto-reload on code changes (dev only)
WSL¶
Lumbergh works great under WSL. If you haven't set up WSL yet:
Ports forward automatically from WSL to Windows, so you can access the dashboard from your Windows browser at http://localhost:8420 with no extra configuration.