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.
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 webWhat it runs
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.
Run your whole stack with one command.
Install kordrun, write a Kordfile, and never babysit six terminals again.
Sign in to get your license key + install command · free for 2 processes, no card