ForkedInTime

RustyClaw — AI skill for Claude Code

AI community

Rust-native Claude Code CLI — RAG indexing, smart model routing, parallel agents, voice cloning, browser automation.

How to install RustyClaw

This entry records only its repository, not the path inside it, so there is no exact command to give. Open ForkedInTime/RustyClaw and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What RustyClaw does

Rust-native Claude Code CLI — RAG indexing, smart model routing, parallel agents, voice cloning, browser automation. 19 MB, zero deps, sub-50ms startup.

Alternatives in AI

  • Oh My Claudecode — 32 specialized agents and 7 execution modes for Claude Code, with smart model routing and automatic paralleliz 10.9k ★
  • Startup Canvas — Generate Startup Canvas combining Product Strategy and Business Model 7.8k ★
  • Golutra — Multi-agent AI orchestration platform for automation, workflows, and developer tools 3.8k ★

README

RustyClaw — Claude Code, carved in Rust

Release CI License Rust Stars

The Claude Code experience — native, offline-capable, and in a single 19 MB binary.

No Node. No Python. No 80 MB of node_modules. No flickering TUI.
Indexes your codebase, routes each task to the cheapest capable model, and runs agents in parallel.

RustyClaw demo


Install

**Linux / macOS:**

curl -fsSL https://raw.githubusercontent.com/ForkedInTime/RustyClaw/main/install.sh | bash

**Windows (PowerShell):**

Invoke-WebRequest https://github.com/ForkedInTime/RustyClaw/releases/latest/download/rustyclaw-windows-x64.exe -OutFile rustyclaw.exe

Then move `rustyclaw.exe` somewhere on your `PATH` (e.g. `%USERPROFILE%\bin`).

Other install methods

**From source (Rust 2024 edition):**

git clone https://github.com/ForkedInTime/RustyClaw.git
cd RustyClaw && cargo build --