Run your whole dev stack with one command.
kordrun starts, supervises, and proxies every app in your project from a single Kordfile — logs, health checks, and a live dashboard included.
Free trial · no signup · macOS & Linux
Runs anything with a command — your whole polyglot stack, one file.
This file is your stack.
Declare each app once. kordrun starts them in the right order, wires the proxy, gates on health checks, and keeps every log in one place.
workspace "Shop Platform"
app web
run npm run dev
port 3000
route /
app api
run python manage.py runserver
port 8000
route /api
health /health
depends webBuilt for the messy reality of local dev
Everything you reach for when running a stack — in one tool.
One command
kordrun reads your Kordfile and boots every app in dependency order, gating dependents on health checks.
See it in 90 seconds
From an empty folder to a running stack with a live dashboard.
Three steps. That’s it.
Write a Kordfile
List your apps — path, command, port, deps.
kordrun start
Everything boots in order, proxy and logs wired.
Manage in the TUI
Watch, restart, and tail from one dashboard.
Simple licensing
Per-seat. Machine-bound keys. No telemetry.
Free trial
14 days, full features
- Run your whole stack locally
- Built-in proxy & dashboard
- Community support
- Machine-bound license key
- Priority support
Pro
per seat / month
- Everything in Free
- Machine-bound license key
- Online activation & revocation
- Priority email support
- Free minor updates
Team
volume + support
- Everything in Pro
- Volume seat discounts
- SSO & onboarding
- Dedicated support channel
Questions, answered
Anything you can start from a command — Node, Python, Go, Rust, Ruby, PHP, Java, and custom scripts. kordrun runs the command; the language doesn't matter.
Run your whole stack with one command.
Install kordrun, write a Kordfile, and never babysit six terminals again.