Haleclipse/CometixCode

An unofficial Rust reimplementation of Anthropic's Claude Code terminal UI, built on iocraft

Open original source ↗

From the publisher

README & documentation

Source preview

Read the project’s overview, installation instructions and usage examples. The original README is the source of truth.

English | 简体中文 A terminal-based AI coding assistant, written in Rust as a 1:1 reimplementation of Anthropic's Claude Code. Claude Code's terminal UI is TypeScript on React + Ink. CometixCode reproduces it in Rust on iocraft, a React-style retained-mode TUI framework that is the structural counterpart of Ink — components, hooks, declarative elements. The port follows the original file by file rather than reinventing the architecture: a TypeScript component maps to a Rust component, a hook to a hook, and deliberate deviations are recorded in the source where they happen. It builds against [CometixTUI], a fork of iocraft carrying the primitives this port needs (row-level diffing, event propagation, SIGCONT self-healing, IME cursor, bracketed paste, grid layout). It is a work in progress. Large parts of the interactive loop, tool execution, permissions, MCP and slash commands are implemented; other areas are partial. Rust 1.88+ (edition 2024). Nothing else — no system…

Haleclipse/CometixCode on GitHub A short preview, not the full document.

Read the full README ↗ · Preview checked 2026-09-21T07:26:40.293Z

Inside the original README — Document outline
  1. CometixCode
  2. What this is
  3. Building
  4. Prerequisites
  5. Build and run
  6. Cross-compiling for Windows
  7. ripgrep
  8. Testing
  9. Community
  10. Acknowledgements
  11. License

Headings are captured from the source. Links open the publisher’s document, not a locally hosted copy.

Links from the README

References supplied by the publisher, not independently verified endorsements. Check the destination before downloading files or entering credentials.

Documentation belongs to its respective authors. Reported project/model license: AGPL-3.0. A listing is not a grant of reuse or training rights. Confirm the document’s own terms at the source.

What this repository does

An unofficial Rust reimplementation of Anthropic's Claude Code terminal UI, built on iocraft

Repository facts

Owner
Haleclipse
Primary language
Rust
Stars
412
Forks
23
Open issues + pull requests
2
License
AGPL-3.0
Archived
No
Default branch
master
Created
2026-09-20T08:58:08.000Z
Last push
2026-09-20T16:26:49.000Z

Topics and intended use

No topics were included in the latest source metadata.

Review the README for scope, installation, examples and limitations. We do not run repository code or certify it.

Evaluate before installing

Review licensing and dependencies, inspect recent commits and unresolved issues, and test in an isolated environment before production use. Stars and forks alone cannot answer these questions.

README and project files

Issues and maintenance discussion

Releases and changelog

Source and freshness

Source: GitHub. Metadata observed 2026-09-21T06:41:42.808Z. Daily imports are snapshots, not real-time monitoring.

Popularity and source listings do not establish security, suitability, licensing rights or benchmark performance.

Open original source

Related repositories

ultraworkers/claw-code

clash-verge-rev/clash-verge-rev

farion1231/cc-switch

openai/codex

rustdesk/rustdesk

rust-lang/rust