11 points | by flight505 a day ago
3 comments
Does anyone know anything about the Claude Code Rust rewrite? I was looking for official news or a timeline but couldn't find any.
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).
I think it’s just some person clauding around, nothing to do with anthropic. They also opened a massive PR against VPP with a bunch of stuff.
[dead]
Does anyone know anything about the Claude Code Rust rewrite? I was looking for official news or a timeline but couldn't find any.
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).
I think it’s just some person clauding around, nothing to do with anthropic. They also opened a massive PR against VPP with a bunch of stuff.
[dead]