Claude Code Rewritten in Rust?(github.com)
github.com
Claude Code Rewritten in Rust?
https://github.com/anthropics/claude-code/pull/11583
3 comments
I think this is bogus, I admit that I'm a total newbie when it comes to rust, but the code in this PR doesn't make sense, the author defines some ApiClient errors that are never used elsewhere, they wrote tests that don't cover anything beyond the basics, etc.
I tried to test it, but I am more interested in knowing if there is an official timeline. I heard a rumor that Anthropic is building a full IDE.
How to Download, Build, and Run:
The code is in the claude-code-rust/ directory of the repo structured as a Cargo workspace.
To build and run:
bash cargo build --release ./target/release/claude-cli --help Test suite is extensive (cargo test --workspace).