Supported Platforms
Download the optimized binary packages or use our terminal installers to set up IndoClaw CLI securely in seconds.
Windows MSI Installer
Standard MSI Setup Wizard. Installs IndoClaw system-wide, registers the path variables, and creates starting shortcuts safely.
Ubuntu / Debian x64
Statically linked Linux executable. Designed to work on Ubuntu 20.04+, Debian, Mint, and CentOS servers without glibc version mismatches.
Ubuntu aarch64 (ARM64)
Tailored for cloud high-performance nodes like DGX Spark and ARM64-based compute instances running Ubuntu server.
Raspberry Pi (ARMv7)
Optimized statically built executable for Raspberry Pi 3/4/5 running standard 32-bit Raspbian or Debian architectures.
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)