Oh My codeX (OMX) is a workflow layer built on top of OpenAI's Codex CLI that enhances the code generation experience by adding structured workflows, agent teams, heads-up displays, and extended functionality. Written in TypeScript, the project serves as a productivity multiplier for developers already using Codex, transforming it from a basic code execution engine into a comprehensive development assistant with planning, research, and multi-goal coordination capabilities.
The repository is primarily designed for macOS and Linux environments with Codex CLI, though the maintainers acknowledge that native Windows and Codex App support receive less active development and may behave inconsistently. The core value proposition centers on keeping Codex as the execution engine while making it easier to start stronger sessions by default, run consistent workflows from clarification through completion, and maintain project guidance, plans, logs, and state in a dedicated .omx directory structure.
OMX implements a canonical default workflow accessible through commands like $deep-interview, $ralplan, and $ultragoal. The $deep-interview command handles initial clarification, $ralplan synthesizes architecture and planning, and $ultragoal provides durable multi-goal handoffs as the default completion path. Additional specialized workflows include $prometheus-strict for interview-driven plan hardening on high-risk work, $best-practice-research for upstream evidence gathering, $autoresearch for bounded validator-gated research, and $team for coordinated parallel work when specific stories require it.
According to GitGenius activity tracking, the repository demonstrates exceptionally responsive issue and pull request handling, with a median response latency of 0.0 hours across 309 tracked items and a mean latency of 0.4 hours. Bug reports represent the most active issue category with 93 tracked items, followed by enhancement requests with 29 items and priority P1 issues with 9 items. The project shows concentrated maintainer activity, with Yeachan-Heo generating 899 tracked events, iqdoctor contributing 95 events, and anoopjohn contributing 10 events. The repository connects to related projects including oh-my-claudecode and nousresearch/hermes-agent through overlapping contributor networks.
The project is led by creator Yeachan Heo with maintainers Doyun Ha and Valeriy Pavlovich, supported by ambassador Sigrid Jin and top collaborators including Junho Yeo, JiHongKim98, Lor, and HyunjunJeon. The official npm package is oh-my-codex, installed globally via npm install -g oh-my-codex, with documentation covering getting started, agents, skills, integrations, and OpenClaw integration.
OMX supports flexible installation and setup scopes. Users can install globally for user-level Codex setup or configure project-scoped setups where specific repositories own durable AGENTS.md guidance files. The project includes an official Codex plugin layout at plugins/oh-my-codex with marketplace metadata, though this does not replace the global CLI and scoped setup. The runtime includes diagnostic tools like omx doctor for verifying installation integrity and omx exec for testing authentication and model calls.
The recommended workflow involves launching OMX from git projects with optional flags like --madmax for bypassing approvals and --xhigh for extended reasoning effort. On macOS and Linux with tmux available, OMX launches in detached tmux sessions by default to enable HUD and runtime panes. The --worktree option provides safer concurrent execution by isolating sessions into separate git checkouts, particularly important when using --madmax in trusted repositories.