Download MalikClaw

Choose your platform and get started with the ultra-lightweight AI assistant in minutes.

Windows

Windows 10/11 (64-bit)

Install with Package Manager

Winget:winget install malikclaw
Chocolatey:choco install malikclaw

Manual Installation Steps

  1. 1Download the ZIP file for your architecture
  2. 2Extract the contents to a folder (e.g., C:\Program Files\MalikClaw)
  3. 3Add the folder to your system PATH
  4. 4Open PowerShell or Command Prompt and run: malikclaw onboard

macOS

Intel & Apple Silicon (M1/M2/M3)

Install with Package Manager

Homebrew:brew install malikclaw
Manual:curl -sSfL https://malikclaw.io/install.sh | sh

Manual Installation Steps

  1. 1Download the TAR.GZ file for your architecture
  2. 2Extract: tar -xzf malikclaw_*.tar.gz
  3. 3Move to /usr/local/bin: sudo mv malikclaw /usr/local/bin/
  4. 4Run: malikclaw onboard

Linux

x86_64, ARM64, ARMv6/7, RISC-V

Install with Package Manager

Auto Install:curl -sSfL https://malikclaw.io/install.sh | sh
DEB (Debian/Ubuntu):wget https://github.com/AbdullahMalik17/malikclaw/releases/latest/download/malikclaw_amd64.deb && sudo dpkg -i malikclaw_amd64.deb
RPM (Fedora/RHEL):wget https://github.com/AbdullahMalik17/malikclaw/releases/latest/download/malikclaw_x86_64.rpm && sudo dnf install malikclaw_x86_64.rpm

Manual Installation Steps

  1. 1Method 1: Run the auto-installer script
  2. 2Method 2: Download the appropriate package for your distribution
  3. 3For DEB: sudo dpkg -i malikclaw_*.deb
  4. 4For RPM: sudo dnf install malikclaw_*.rpm
  5. 5Run: malikclaw onboard

Android

Termux (ARM64/ARMv8)

Manual Installation Steps

  1. 1Install Termux from F-Droid or Google Play Store
  2. 2Open Termux and run: pkg update && pkg upgrade
  3. 3Install proot: pkg install proot
  4. 4Download: wget https://github.com/AbdullahMalik17/malikclaw/releases/latest/download/malikclaw_Linux_arm64
  5. 5Make executable: chmod +x malikclaw_Linux_arm64
  6. 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 install
View detailed build instructions

Docker Deployment

Run MalikClaw in a container with Docker Compose.

docker compose -f docker/docker-compose.yml --profile gateway up -d
View Docker documentation

Need help getting started?

Read Quick Start Guide