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 | sh

Windows (PowerShell)

winget install malikclaw

Platform-Specific Guides

Verify Installation

After installation, verify MalikClaw is working:

malikclaw --version

You should see output similar to:

MalikClaw v0.1.1
Go version: go1.25.7
Build time: 2026-03-14

Next Steps

Troubleshooting

Command not found

Ensure the installation directory is in your system PATH:

  • Linux/macOS: ~/.local/bin or /usr/local/bin
  • Windows: C:\Program Files\MalikClaw

Permission denied (Linux/macOS)

sudo chmod +x /usr/local/bin/malikclaw

Building from Source

See the Source Installation Guide for detailed build instructions.