ZeroClaw

ZeroClaw
- Version: 0.1.7
- OS: Ubuntu 24.04
- Category: AI Agents
Description
ZeroClaw is a compact autonomous AI assistant runtime built in Rust. It is designed as a lightweight runtime layer for model routing, tools, memory, and execution, with strong secure defaults and low resource requirements.
Features
- Lean runtime with low memory usage and fast cold starts
- Provider-agnostic model support
- Multi-channel support for CLI and messaging platforms
- Built-in memory using hybrid search patterns
- Security-first defaults including sandbox and scoped execution
- Swappable architecture for providers, tools, channels, and memory layers
System Components
| Component | Version / Notes |
|---|---|
| ZeroClaw | v0.1.9a (pre-built Rust binary) |
| Caddy | Reverse proxy with automatic TLS |
| UFW | Firewall for HTTP, HTTPS, SSH |
| fail2ban | SSH brute-force protection |
| Ubuntu | 24.04 LTS |
Getting Started
- Deploy ZeroClaw on an EasyCloudify VPS.
- Connect over SSH.
bashssh root@your-vps-ip
- The first-login wizard runs automatically.
- Select your AI provider and enter credentials.
- Access gateway endpoint:
Provider Setup
During first login, the setup wizard prompts you to select your AI provider and enter your API key. ZeroClaw supports OpenAI, Anthropic, OpenRouter, and any OpenAI-compatible endpoint.
To change your provider at any time, re-run the setup wizard:
bashsudo /etc/setup_wizard.sh
Managing ZeroClaw
Service Control
bashsystemctl restart zeroclaw systemctl status zeroclaw journalctl -u zeroclaw -f
Helper Scripts
bash/opt/restart-zeroclaw.sh /opt/status-zeroclaw.sh sudo /opt/update-zeroclaw.sh sudo /opt/setup-zeroclaw-domain.sh /opt/zeroclaw-cli.sh status /opt/zeroclaw-cli.sh doctor /opt/zeroclaw-cli.sh agent -m "Hello, ZeroClaw!"
Custom Domain with HTTPS
Point DNS to your VPS IP, then run:
bashsudo /opt/setup-zeroclaw-domain.sh
Update ZeroClaw
bashsudo /opt/update-zeroclaw.sh
Configuration
- Main config: /home/zeroclaw/.zeroclaw/config.toml
Support Details
- Support Hours: 24-7 community support
- Support URL: https://github.com/zeroclaw-labs/zeroclaw
Resources
- GitHub: https://github.com/zeroclaw-labs/zeroclaw
- Documentation: https://zeroclawlabs.ai/
- Releases: https://github.com/zeroclaw-labs/zeroclaw/releases