An aquarium for your claws.
CLI tool for managing AI assistant fleets on local networks. Deploy and manage multiple claw instances across hosts from a single command center.
Manage any claw from a single command center:
One config format, every claw. Clawrium standardizes settings across different claw types - define your preferences once and Clawrium translates them for each claw's native format.
Don't get locked into one provider. Run any model across your fleet:
- Open models: NVIDIA Nemotron, GLM-4, MiniMax
- Big labs: OpenAI, Anthropic, Google, Mistral
- Local: Ollama, llama.cpp, vLLM
- Python 3.11+
- uv package manager
# Clone the repository
git clone https://github.com/ric03uec/clawrium.git
cd clawrium
# Install dependencies
uv sync
# Install in development mode
uv pip install -e .# Initialize Clawrium configuration
clm init
# Add a host to manage
clm host add <hostname> --ip <ip-address>
# Check host status
clm host status# List available commands
clm --help
# Manage hosts
clm host list
clm host add <name> --ip <address>
clm host remove <name>
clm host status [name]Apache 2.0
