Comment by phrotoma
14 days ago
I know very little about typescript and even less about rust. Am I getting the rust version of codex when I do `npm i -g @openai/codex`?
A stand alone rust binary would be nicer than installing node.
14 days ago
I know very little about typescript and even less about rust. Am I getting the rust version of codex when I do `npm i -g @openai/codex`?
A stand alone rust binary would be nicer than installing node.
yes [0]
> The Rust implementation is now the maintained Codex CLI and serves as the default experience
[0] https://github.com/openai/codex/tree/main/codex-rs#whats-new...
They should switch to a native installer then. Quite confusing
https://developers.openai.com/codex/quickstart/?setup=cli
Yeah I'm out here installing a billion node things to have codex hack on my python app. Def gonna look into a standalone rust binary.
They're leveraging the (relative) ubiquity of npm amongst developers.