Releases

Supported Platforms

Download the optimized binary packages or use our terminal installers to set up IndoClaw CLI securely in seconds.

Windows x64 MSI

Windows MSI Installer

Standard MSI Setup Wizard. Installs IndoClaw system-wide, registers the path variables, and creates starting shortcuts safely.

⬇️ Download MSI
Linux x64 Musl

Ubuntu / Debian x64

Statically linked Linux executable. Designed to work on Ubuntu 20.04+, Debian, Mint, and CentOS servers without glibc version mismatches.

💻 Install via Terminal
DGX Spark / Node aarch64

Ubuntu aarch64 (ARM64)

Tailored for cloud high-performance nodes like DGX Spark and ARM64-based compute instances running Ubuntu server.

💻 Install via Terminal
Raspberry Pi armv7

Raspberry Pi (ARMv7)

Optimized statically built executable for Raspberry Pi 3/4/5 running standard 32-bit Raspbian or Debian architectures.

💻 Install via Terminal
macOS Darwin

macOS Universal Binary

Statically packaged universal binary that supports both Apple Silicon (M1/M2/M3) and legacy Intel Core processors natively.

💻 Install via Terminal (Automated)

Option A: Windows (PowerShell)

Copy and execute this command in PowerShell to automatically pull the Windows executable and register path variables:

irm https://indoclaw.in/install.ps1 | iex

Option B: Linux & macOS (Bash/Zsh)

Run the automated shell setup script which handles architecture detection and saves the executable to your workspace path:

curl -fsSL https://indoclaw.in/install.sh | (cd /tmp && sh)