Installation Guide
MalikClaw is designed for easy deployment across multiple platforms. Choose your preferred installation method below.
Quick Install
Linux/macOS
curl -sSfL https://malikclaw.io/install.sh | shWindows (PowerShell)
winget install malikclawPlatform-Specific Guides
- • Windows Installation - Detailed Windows setup guide
- • macOS Installation - Homebrew and manual installation
- • Linux Installation - DEB, RPM, and binary installation
- • Android/Termux - Run MalikClaw on your phone
Verify Installation
After installation, verify MalikClaw is working:
malikclaw --versionYou should see output similar to:
MalikClaw v0.1.1
Go version: go1.25.7
Build time: 2026-03-14Next Steps
Troubleshooting
Command not found
Ensure the installation directory is in your system PATH:
- Linux/macOS:
~/.local/binor/usr/local/bin - Windows:
C:\Program Files\MalikClaw
Permission denied (Linux/macOS)
sudo chmod +x /usr/local/bin/malikclawBuilding from Source
See the Source Installation Guide for detailed build instructions.