Install openclaw.ai on Fedora/RHEL

Intermediate ⏱ 20 minutes 📅 Updated Feb 2026

Install openclaw.ai on Fedora, RHEL 8/9, CentOS Stream, Rocky Linux, or AlmaLinux using dnf.

📋 Prerequisites

1

Install Node.js

openclaw.ai requires Node.js 22 or higher.

bash
# Install Node.js 22
curl -fsSL https://rpm.nodesource.com/setup_22.x | sudo -E bash -
sudo dnf install -y nodejs
2

Install openclaw.ai

Run the official installation script:

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

Initialize & Onboard

Start the onboarding wizard to configure your agent:

bash
openclaw onboard --install-daemon
4

Verify Installation

bash
openclaw --version