claude-code-rust

Installation
SKILL.md

Claude Code Rust

Skill by ara.so — Claude Code Skills collection.

Claude Code Rust is a complete Rust rewrite of Anthropic's Claude Code, delivering 2.5x faster startup (63ms vs 158ms), 97% smaller binary size (5MB vs 164MB), and zero runtime dependencies while maintaining 100% feature compatibility. It includes CLI tools, REPL mode, MCP server implementation, plugin system, and voice input support.

Installation

From Source (Recommended)

Linux/macOS:

# Clone repository
git clone https://github.com/lorryjovens-hub/claude-code-rust.git
cd claude-code-rust

# Build release binary
cargo build --release
Installs
29
First Seen
May 17, 2026
claude-code-rust — aradotso/claude-code-skills