Launch your dev environments.
From anywhere on your terminal.
A fast, cross-platform CLI that removes friction from your development workflow. Select or type a project name and you're off — no folder hopping, no manual installs.
Features
The essentials for opening projects without friction.
Launch by name
lo finds and opens the project.
Detects the stack
The right runtime, framework, and package manager.
Installs first
Reads the lockfile and prepares dependencies.
Launchpads
Start multiple projects together.
Watch mode
CPU, memory, and process status in the terminal.
Cross-platform
Linux, macOS, Windows.
Multiplexers support
Launch your projects on tmux or herdr.
Terminal Multiplexers
Launch projects in tabs or panes with tmux and Herd support.
Languages & Frameworks
Supported stacks, detected automatically.
JavaScript / TypeScript
Python
Java
Go
Rust
Game Engines
Installation
Get Liftoff running in seconds. Pick your method.
Linux / macOS
curl -fsSL https://raw.githubusercontent.com/
notliad/liftoff/main/install.sh | bash
Windows (PowerShell)
irm https://raw.githubusercontent.com/
notliad/liftoff/main/install.ps1 | iex
Go Install
go install github.com/notliad/liftoff/cmd/lo@latest
Arch Linux (AUR)
yay -S liftoff
Build from source
git clone https://github.com/notliad/liftoff.git
cd liftoff
go build ./cmd/lo