OpenAI Ditches Node.js, Rewrites AI Programming Tool Codex CLI with Rust

Dev Class has published a blog post reporting that OpenAI is rewriting its AI command-line programming tool, Codex CLI, an experimental AI coding tool developed by OpenAI that can be run from the ChatGPT web site or from the local command line, using the Rust language instead of the original Node.js architecture. The tool has a chatty user interface and supports interactive operations (via codex command input prompts) or non-interactive silent modes (for continuous delivery pipelines, such as generating update logs). codex CLI is currently open source on GitHub and runs on macOS, Linux, and on Windows via WSL (Windows Subsystem for Linux). Linux) for Windows.

Search