New: kordrun v0.1 — 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.

Free trial · no signup · macOS & 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

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

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.

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

Simple licensing

Per-seat. Machine-bound keys. No telemetry.

No credit card · free while in beta

Free trial

$0

14 days, full features

  • Run your whole stack locally
  • Built-in proxy & dashboard
  • Community support
  • Machine-bound license key
  • Priority support
no credit card needed
Start trial
Coming soon

Pro

$12$8

per seat / month

  • Everything in Free
  • Machine-bound license key
  • Online activation & revocation
  • Priority email support
  • Free minor updates
Coming soon

Team

Custom

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.

$ curl -fsSL kordrun.mohitkadwe.tech/install | sh