Downloads
Get the Elastra CLI and MCP server for your machine.
Quick Install
Windows PowerShell:
iwr https://api.elastra.ai/v1/downloads/install.ps1 -UseBasicParsing | iex
macOS / Linux / Git Bash / WSL:
curl -fsSL https://api.elastra.ai/v1/downloads/install.sh | bash
Authenticate and connect your agents:
elastra auth login
elastra init
elastra sync
Verify Installation
Run this command to confirm the CLI is ready to use.
elastra version
elastra doctor
Older Versions GitHub Releases