news.volyx.in

OpenAI Codex CLI: Lightweight coding agent that runs in your terminal (github.com)

516 points by mfiguiere · 472 days ago · 289 comments on HN

Article summary

OpenAI has released Codex CLI, a lightweight coding agent that runs in the terminal, allowing users to interact with a local codebase using natural language. The tool is open source and can be installed via various package managers or by running a script. Codex CLI supports multiple platforms, including macOS and Linux, and requires a minimum of 4GB RAM. It can be used with a ChatGPT plan or an API key.

Main themes

  • AI-powered coding tools
  • Terminal-based interfaces
  • Open source development
  • Coding assistants
  • Language models

What commenters say

  • The release of Codex CLI is seen as a direct competitor to Claude Code, a similar tool that is not open source.
  • Some users appreciate the open source nature of Codex CLI and the ability to use it with a ChatGPT plan or API key.
  • There are concerns about the use of JavaScript and Node.js in the development of Codex CLI, with some users preferring alternative languages and package managers.
  • The tool's requirement for a minimum of 4GB RAM is seen as reasonable by some, but others argue that it could be a limitation for certain use cases.
  • Some users are excited about the potential of Codex CLI to improve their coding workflow, while others are skeptical about its effectiveness and prefer alternative tools like Cursor or Copilot.
  • There are discussions about the security implications of using Codex CLI, including the potential for API key leakage and the need for sandboxing.
  • Some users are frustrated with the increasing dependence on npm and JavaScript in CLI tools, preferring static binaries or alternative package managers.