Skip to content

ric03uec/clawrium

Repository files navigation

Clawrium

An aquarium for your claws.

Clawrium Logo

CLI tool for managing AI assistant fleets on local networks. Deploy and manage multiple claw instances across hosts from a single command center.

Features

Universal Claw Support

Manage any claw from a single command center:

Normalized Configuration

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.

Multi-Model Freedom

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

Prerequisites

  • Python 3.11+
  • uv package manager

Installation

# 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 .

Initial Setup

# Initialize Clawrium configuration
clm init

# Add a host to manage
clm host add <hostname> --ip <ip-address>

# Check host status
clm host status

Usage

# List available commands
clm --help

# Manage hosts
clm host list
clm host add <name> --ip <address>
clm host remove <name>
clm host status [name]

License

Apache 2.0

About

An aquarium for *claws

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors