OpenAI · local-AI agent
Codex is OpenAI's open-source coding agent. It runs locally and can target either OpenAI APIs or compatible local models via Ollama. Designed for shell-driven workflows — give it a task, it edits files, runs tests, iterates. Memory pressure scales with how much of your codebase it loads into context.
Step 1 · Launch via Ollama
Step 2 · Pre-flight memory check
Codex pairs best with Qwen 2.5 Coder 32B at Q4_K_M (~19.0 GB). Add ~4–8 GB on top for the agent's working set, plus headroom for the rest of your dev stack. Recommended: 48 GB Mac (minimum 24 GB).
Why this matters: Fully agentic + large model = real OOM risk. Pre-flight every launch.
Step 3 · Babysit long sessions
Agent runs that span hours hit memory pressure as context grows. devpulse babysit watches and auto-cleans without crashing the session.
Tips for Codex
Recommended models
DevPulse is free, native, and uses less RAM than this webpage.
Download for macOS