Skip to main content

System Requirements

RequirementMinimumRecommended
Node.js22+22 LTS
RAM512MB (pico)2GB+ (mini/pro)
Disk500MB2GB+
RedisOptionalRequired for pro mode
Node.js 22 or later is required. Check your version with node --version. Install or upgrade via nodejs.org or a version manager like nvm.

Install Methods

npm install -g profclaw
Verify the installation:
profclaw version

Post-Install Setup

After installation, run the interactive setup wizard:
profclaw init
profclaw onboard
This will:
  1. Create a .profclaw/ configuration directory
  2. Detect your environment (Docker, VPS, local machine)
  3. Recommend a deployment mode (pico/mini/pro)
  4. Set up your first AI provider
  5. Configure optional chat channels
See Onboarding for a step-by-step walkthrough of the wizard.

Verify the Installation

Run the health check to confirm everything is configured correctly:
profclaw doctor
Expected output:
profClaw Doctor v2.x.x
--------------------------
✓ Node.js 22.x detected
✓ Configuration valid
✓ AI Provider: Anthropic connected
✓ Chat: Webchat ready on :3000
✓ Security: Standard mode active
✓ Storage: SQLite initialized
--------------------------
All checks passed!
If any checks fail, the doctor command prints the specific issue and a remediation hint. Common issues: missing API keys, port conflicts, or an outdated Node.js version.

Next Steps

Onboarding Wizard

Step-by-step walkthrough of the interactive setup wizard.

First Run

Start the server and send your first message to the agent.

Deployment Modes

Compare pico, mini, and pro modes to pick the right one for your hardware.

Docker Deployment

Production-ready Docker setup with Redis and persistent storage.