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.

Liftoff demo — launching a project from the terminal TUI

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.

Languages & Frameworks

Supported stacks, detected automatically.

Node.js
Rust
Go
Python
Java
Next.js
Nuxt
SvelteKit
Astro
NestJS
Remix
Vite
React
Vue
Angular
Express
FastAPI
Flask
Django
Spring Boot
Godot
Node.js
Rust
Go
Python
Java
Next.js
Nuxt
SvelteKit
Astro
NestJS
Remix
Vite
React
Vue
Angular
Express
FastAPI
Flask
Django
Spring Boot

Installation

Get 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
Copied