logo
icon

ZeroClaw

ZeroClaw is a lightweight, high-performance AI assistant framework written in Rust. It supports multiple LLM providers (OpenRouter, OpenAI, Anthropic, Ollama, etc.) and runs as an HTTP Gateway service with minimal resource usage.

PlatformZeabur
Deployed20
Publisherauthorksbbs
Deployed20 times
Publisherksbbs
Created2026-02-26
Services
service icon
Tags
AITool

ZeroClaw

A lightweight, high-performance AI assistant framework built with Rust.

Configuration

  • API_KEY: Your LLM provider API key
  • API_BASE_URL: OpenAI-compatible API base URL
  • ZEROCLAW_MODEL: Model to use (e.g. gpt-4o, claude-sonnet-4-20250514)

Usage

After deployment, access the ZeroClaw gateway at your configured domain.

The gateway listens on port 42617 and provides an HTTP API for interacting with the AI assistant.

Documentation

See ZeroClaw GitHub for full documentation.