Command Line Interface

Fast, scriptable, all from your terminal

Manage local dev projects without leaving the command line. Same config, same state, same functionality as the desktop app.

Install via curl
curl -fsSL https://raw.githubusercontent.com/gug007/lpm/main/install.sh | bash

Simple, powerful commands

Everything you need to manage local projects, nothing you don't.

lpm --help
lpm <project>Start in background
lpm start <project>Start and open terminal
lpm switch <project>Stop all, start another
lpm kill [project]Stop a project (all if none given)
lpm init [name]Create config from current directory
lpm edit <project>Open config in $EDITOR
lpm listList all projects
lpm status <project>Show project details
lpm open <project>View a running project's live output
lpm run <project> <action>Run a project action
CLI Binaries

Download the lpm CLI

Prebuilt binaries for macOS (Apple Silicon & Intel).