Quickstart
Get up and running with Mahalaxmi in minutes.
Prerequisites
- Node.js 18 or higher
- npm (included with Node.js)
- An AI provider account (e.g., Anthropic Claude, OpenAI)
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.