? Uncertain

OpenAI Codex

A lightweight coding agent from OpenAI that runs locally in your terminal, featuring a skills system stored in .codex/skills/.

Version 0.121.0
License Apache-2.0
Language Rust
Last Updated 2024-01-15

Overview

OpenAI Codex is OpenAI’s official coding agent that brings the power of GPT-4o directly to your terminal.

Installation

Via npm

npm install -g @openai/codex

Via Homebrew

brew install --cask codex

Quick Start

  1. Sign in
    codex
    
  2. Start coding
    codex review
    

Resources