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

Manual Download

macOS

arm64 (Apple Silicon)
amd64 (Intel)

Linux

amd64
arm64

Windows

amd64
arm64

Verify Installation

Run this command to confirm the CLI is ready to use.

elastra version
elastra doctor

Older Versions GitHub Releases