Install openclaw.ai on Arch Linux

Intermediate ⏱ 25 minutes 📅 Updated Aug 2026

Two methods to install openclaw.ai on Arch: npm (recommended) or AUR.

1

Method 1: npm Installation (Recommended)

Install Dependencies

bash
sudo pacman -Syu nodejs npm git

Install openclaw

bash
curl -fsSL https://openclaw.ai/install.sh | bash
openclaw onboard --install-daemon

Run

bash
openclaw gateway status
openclaw dashboard
2

Method 2: AUR (Alternative)

If you prefer AUR packages:

Using yay

bash
yay -S openclaw

Using paru

bash
paru -S openclaw
â„šī¸

Note

The AUR package is community-maintained. The official installer is the supported path and generally provides the latest stable release.