Run your stack, documented

Everything you need to declare, run, and supervise your stack with kordrun.

Full docs are being migrated to a dedicated docs site. In the meantime, the essentials are below.

Install

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

Quick start

  1. Write a Kordfile at your project root.
  2. Run kordrun start — apps boot in dependency order.
  3. Manage everything from the live TUI dashboard.

Common commands

  • kordrun start — start the whole stack
  • kordrun status — health & status of each app
  • kordrun logs <app> — tail aggregated logs
  • kordrun restart <app> — restart an app + dependents
  • kordrun stop — stop everything

Kordfile syntax

Looking for the file format? See the Kordfile syntax section on the home page.