Getting Started
Install
Get Conductor running on your machine in under a minute.
Requirements
- Node.js 18 or later (for npm/npx installation)
- macOS, Linux, or Windows
- 256 MB RAM minimum
- SQLite3 (bundled via sql.js — no system dependency needed)
Installation Methods
npm
recommendedInstall globally via npm. Works on all platforms with Node.js 18+.
npm install -g @useconductor/conductornpx
Run without a global install. Useful for quick evaluation.
npx @useconductor/conductorInstall script
Standalone binary. No Node.js required.
curl -fsSL https://conductor.thealxlabs.ca/install.sh | shPlatform Guides
macOS
Homebrew or npm
Linux
apt / yum / npm
Windows
npm or PowerShell
Verify Installation
terminal
conductor --version
# conductor 2.0.0
conductor doctor
# Checking system...
# Node.js: v20.11.0 ok
# SQLite: available ok
# Config: ~/.conductor/config.json ok
# Database: ~/.conductor/conductor.db ok
# All systems operational.