New: kordrun v1.0 — now on macOS & Linux

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.

2 apps freeno signupmacOS & Linux
kordrun — start
kordrun start
Starting frontend · api · worker
frontend :3000 running
api :8000 running
worker running
$ curl -fsSL kordrun.mohitkadwe.tech/install | sh

Runs anything with a command — your whole polyglot stack, one file.

Node.js
Python
Go
Rust
Ruby
PHP

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.

-200-line start script+one Kordfile
See the full syntax →
Kordfile
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 web

What 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.

kordrun — start
kordrun start
Starting frontend · api · worker
frontend :3000 running
api :8000 running
worker running

See it in 90 seconds

From an empty folder to a running stack with a live dashboard.

~/acme — kordrun
1
installed kordrun
2 kordrun activate krdn_••••••••
machine activated
3 kordrun init # add your apps to the Kordfile
Kordfile created — web, api, db
4 kordrun start
web :3000 api :4000 db :5432
proxy http://localhost:8000
5 open http://localhost:8000 → live dashboard

Three steps. That’s it.

Step 1

Write a Kordfile

List your apps — path, command, port, deps.

app web
run npm run dev
port 3000
Step 2

kordrun start

Everything boots in order, proxy and logs wired.

kordrun start
web apirunning
Step 3

Manage in the TUI

Watch, restart, and tail from one dashboard.

web
api
worker

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