Download MalikClaw
Choose your platform and get started with the ultra-lightweight AI assistant in minutes.
Windows
Windows 10/11 (64-bit)
Download Options
Install with Package Manager
Winget:
winget install malikclawChocolatey:
choco install malikclawManual Installation Steps
- 1Download the ZIP file for your architecture
- 2Extract the contents to a folder (e.g., C:\Program Files\MalikClaw)
- 3Add the folder to your system PATH
- 4Open PowerShell or Command Prompt and run: malikclaw onboard
macOS
Intel & Apple Silicon (M1/M2/M3)
Install with Package Manager
Homebrew:
brew install malikclawManual:
curl -sSfL https://malikclaw.io/install.sh | shManual Installation Steps
- 1Download the TAR.GZ file for your architecture
- 2Extract: tar -xzf malikclaw_*.tar.gz
- 3Move to /usr/local/bin: sudo mv malikclaw /usr/local/bin/
- 4Run: malikclaw onboard
Linux
x86_64, ARM64, ARMv6/7, RISC-V
Download Options
Install with Package Manager
Auto Install:
curl -sSfL https://malikclaw.io/install.sh | shDEB (Debian/Ubuntu):
wget https://github.com/AbdullahMalik17/malikclaw/releases/latest/download/malikclaw_amd64.deb && sudo dpkg -i malikclaw_amd64.debRPM (Fedora/RHEL):
wget https://github.com/AbdullahMalik17/malikclaw/releases/latest/download/malikclaw_x86_64.rpm && sudo dnf install malikclaw_x86_64.rpmManual Installation Steps
- 1Method 1: Run the auto-installer script
- 2Method 2: Download the appropriate package for your distribution
- 3For DEB: sudo dpkg -i malikclaw_*.deb
- 4For RPM: sudo dnf install malikclaw_*.rpm
- 5Run: malikclaw onboard
Android
Termux (ARM64/ARMv8)
Download Options
Manual Installation Steps
- 1Install Termux from F-Droid or Google Play Store
- 2Open Termux and run: pkg update && pkg upgrade
- 3Install proot: pkg install proot
- 4Download: wget https://github.com/AbdullahMalik17/malikclaw/releases/latest/download/malikclaw_Linux_arm64
- 5Make executable: chmod +x malikclaw_Linux_arm64
- 6Run with proot: termux-chroot ./malikclaw_Linux_arm64 onboard
Important Notes
- • Requires Android 7.0 or higher
- • ARM64 device recommended for best performance
- • Termux-chroot requires root access or Shizuku
Build from Source
Want the latest features or need a custom build? Compile MalikClaw from source.
git clone https://github.com/AbdullahMalik17/malikclaw.git
cd malikclaw
make deps
make build
sudo make installDocker Deployment
Run MalikClaw in a container with Docker Compose.
docker compose -f docker/docker-compose.yml --profile gateway up -dNeed help getting started?
Read Quick Start Guide