Skip to content

Releases: Rawknee-69/Beta-Claw

v0.1.0 — Beta Claw Initial Release

09 Mar 12:49

Choose a tag to compare

🎉 First public release of Beta-Claw

A token-optimized, provider-agnostic AI agent runtime built for speed and flexibility.

Highlights

  • 🔀 12 AI Providers — Anthropic, OpenAI, Google, Groq, Mistral, Ollama, DeepSeek, OpenRouter + more
  • TOON Format — 28–44% token savings vs JSON
  • 🧠 Multi-Agent DAG — Planner, Research, Execution, Memory & Composer agents
  • 🔒 Encrypted Vault — AES-256-GCM secrets, never plaintext on disk
  • 🛡️ Prompt Injection Defense — Multi-layer detection + PII redaction
  • 🔧 19 Built-in Skills — Hot-swappable, < 60ms reload

Quick Start

```
git clone https://github.com/Rawknee-69/Beta-Claw.git
cd Beta-Claw
bun install
bun run build
betaclaw start
betaclaw benchmark
betaclaw chat

```

Tyrna build during a competition against NanoClaw and OpenClaw. Issues and PRs welcome!