Ccx Rs banner
anton-abyzov anton-abyzov

Ccx Rs

AI community

Description

CCX: Community Claude Code eXtended — free, open-source AI coding assistant in Rust. 19 tools, multi-model (Claude/OpenRouter/Ollama), Claude Code-style TUI.

Installation

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

README

CCX-RS — Community Code Extended

[![Release](https://img.shields.io/github/v/release/anton-abyzov/ccx-rs?style=flat-square)](https://github.com/anton-abyzov/ccx-rs/releases) [![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue?style=flat-square)](LICENSE) [![Tests](https://img.shields.io/badge/tests-280%20passing-brightgreen?style=flat-square)]()

**A custom AI coding assistant in a 4.7MB binary.** Free, open-source, multi-model. 19 tools, parallel execution, session persistence -- works with Claude, DeepSeek, Nemotron, or any of 200+ models via OpenRouter. No subscription required. Part of the [CCX (Community Code Extended)](https://github.com/anton-abyzov/ccx) project.

**CCX** = **C**ommunity **C**ode E**x**tended -- the open-source, multi-model AI coding assistant. Built by the community, for the community.

**Disclaimer**: CCX is an independent, community-driven project. It is not affiliated with, endorsed by, or sponsored by Anthropic, PBC. "Claude" is a trademark of Anthropic. CCX uses the Anthropic API as one of several supported providers.

![CCX-RS Terminal UI](assets/screenshot.png)

Install

macOS / Linux (one-liner)

curl -fsSL https://raw.githubusercontent.com/anton-abyzov/ccx-rs/main/install.sh | sh

**No curl?** Use wget: `wget -qO- https://raw.githubusercontent.com/anton-abyzov/ccx-rs/main/install.sh | sh` Or install curl first: `apt install curl` (Linux) / `brew install curl` (macOS)

The installer reuses your current writable `ccx` location when possible. If it has to install into a user bin directory, it writes a managed PATH block into your shell profile and prints the one-line command for the current shell too.

Windows (PowerShell)

irm https://raw.githubusercontent.com/anton-abyzov/ccx-rs/main/install.ps1 | iex

The PowerShell installer prepends the install directory in both the current session and your persisted user `Path`, so a freshly updated `ccx.exe` wins over older