Skip to content

Setup Turbostar

Turbostar is an asynchronous CLI tool designed to manage complex development environments where multiple languages (Python, JavaScript, Lua) must run in harmony. It handles process lifecycle, output aggregation, and dependency graphing.

  • Polyglot Support: Run Python scripts, Node.js servers, and Lua logic simultaneously.
  • Dependency Graphing: Configure services to wait for “Ready” signals from other services before starting.
  • Unified Output: Aggregates stdout and stderr from all children into a single, color-coded terminal stream.