You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One binary, three modes. Set PROFCLAW_MODE and go.
Pico (~100MB RAM)
Agent engine + 72 tools + 1 chat channel + cron. No UI dashboard, no Redis. Built for Raspberry Pi, cheap VPS, edge devices. Auth is bypassed (single user device).
Mini (~145MB RAM)
Everything in pico plus: dashboard UI, integrations (GitHub/Jira/Linear), 3 chat channels, semantic search. Good for personal dev servers.
Pro (~200MB RAM)
Everything. Redis job queue, all 22 chat channels, browser automation, plugin system, sandbox execution. For teams and production.
Feature
Pico
Mini
Pro
Agent + tools
Yes
Yes
Yes
CLI chat
Yes
Yes
Yes
Dashboard
No
Yes
Yes
Chat channels
1
3
22
Redis queue
No
No
Yes
Browser tools
No
No
Yes
Plugins
No
No
Yes
Min RAM
256MB
512MB
1GB
The same Docker image supports all three. Just change the env var.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
One binary, three modes. Set
PROFCLAW_MODEand go.Pico (~100MB RAM)
Agent engine + 72 tools + 1 chat channel + cron. No UI dashboard, no Redis. Built for Raspberry Pi, cheap VPS, edge devices. Auth is bypassed (single user device).
Mini (~145MB RAM)
Everything in pico plus: dashboard UI, integrations (GitHub/Jira/Linear), 3 chat channels, semantic search. Good for personal dev servers.
Pro (~200MB RAM)
Everything. Redis job queue, all 22 chat channels, browser automation, plugin system, sandbox execution. For teams and production.
The same Docker image supports all three. Just change the env var.
Beta Was this translation helpful? Give feedback.
All reactions