Mahalaxmi
Mahalaxmi
FeaturesPricingProductsOpen SourceDocs
LoginGet Started

Quickstart

Get up and running with Mahalaxmi in minutes.


Prerequisites


Installation

1. Install the Mahalaxmi CLI
npm install -g @mahalaxmi/cli
2. Configure your AI provider
mahalaxmi configure --provider claude-code --key <api-key>
3. Run Mahalaxmi
mahalaxmi run

What Happens Next

After running mahalaxmi run, the orchestration engine starts and connects to your configured AI provider. Workers are assigned tasks and begin executing in parallel. You can monitor progress, review outputs, and manage your terminal sessions from the dashboard.

Explore the next steps below to integrate Mahalaxmi into your existing workflow.