Skip to content
AI Primer
release

OpenAI Codex adds Mac computer use and 90+ plugins

OpenAI updated Codex with Mac app control, background computer use, image tools, ongoing tasks, and 90+ plugins, while Remotion added a one-click skill. Agents can now work inside desktop creative apps and stacks without blocking the visible cursor.

5 min read
OpenAI Codex adds Mac computer use and 90+ plugins
OpenAI Codex adds Mac computer use and 90+ plugins

TL;DR

You can read the official launch post, skim the 0.121.0 release notes, and watch Codex jump from code editor to full desktop operator in minchoi’s demo. Remotion’s plugin card shows Canva, BioRender, and Remotion sitting in the same install surface, and SIGKITTEN’s screenshot reveals the app peeking into Chrome through an accessibility tree instead of staying trapped in a chat box.

Mac computer use

OpenAI’s announcement says Codex can now see, click, and type across Mac apps with its own cursor, and can run multiple agents in parallel without hijacking the user’s foreground session. That is the whole product shift in one line: Codex stops being an IDE sidekick and starts acting like a background operator for the rest of the desktop.

OpenAI frames this as useful for frontend iteration, app testing, and software with no API. aakashgupta’s other thread pushes the same point harder, arguing that the target is the long tail of enterprise tools and internal apps that were never going to ship clean agent interfaces.

Plugins

OpenAI says the new plugin batch mixes skills, app integrations, and MCP servers, with named examples including Atlassian Rovo, CircleCI, CodeRabbit, GitLab Issues, Microsoft Suite, Neon by Databricks, Remotion, Render, and Superpowers in the launch post. The interesting part is not just the number. It is that creative and design tools now sit in the same surface as dev tooling.

The Remotion example is especially tidy. Remotion’s launch post says its skill can be installed with one click inside Codex, skipping CLI setup, while a follow-up reply from Remotion makes clear that the old CLI path still exists too. The screenshot shows Canva, BioRender, and Remotion under a Design category, which is a small but concrete sign that OpenAI wants Codex living inside visual workflows, not just terminal ones.

Ongoing tasks and memory

The other big expansion is time. According to OpenAI’s post, automations can now reuse existing threads, preserve context, schedule future work, and wake up later to continue a task across days or weeks. OpenAI also says memory is rolling out in preview so Codex can keep personal preferences, corrections, and hard-won context from earlier sessions.

OpenAI’s own example is more interesting than the feature list: Codex can pull open comments from Google Docs, combine that with Slack, Notion, and codebase context, then return a prioritized action list in the morning. For creative teams, that reads less like “chat with an assistant” and more like a standing production coordinator that remembers how you work.

Availability is uneven. The launch post says the desktop rollout starts for ChatGPT-signed-in Codex users today, while memory and context-aware suggestions are still coming soon for Enterprise, Edu, and EU and UK users. Computer use is macOS-only at launch.

CLI groundwork

The desktop reveal landed a day after OpenAI shipped a pretty telling CLI release. The 0.121.0 notes added codex marketplace add, memory reset and deletion controls, MCP namespacing, optional parallel tool calls, realtime output APIs, and stricter sandbox support.

That release matters because it shows this launch was not just a flashy app demo. The supporting pieces were already moving underneath:

  • codex marketplace add can register plugin marketplaces from GitHub, git URLs, local directories, or direct marketplace.json URLs, according to the release notes.
  • The new /memories controls cover memory mode, reset, deletion, and cleanup in both TUI and app-server flows, according to LLMJunky’s thread and the release notes.
  • MCP support now includes namespaced registration and optional parallel calls, which matches the broader push from single-purpose coding agent to general operator across tools.
  • OpenAI tightened sandboxing at the same time, including macOS Unix socket allowlists and a secure devcontainer profile in the release notes.

One more boundary check came from the community quickly. a Linux community build says the Codex app can be packaged for Linux, but computer use is not available there, which makes the Mac-first nature of this launch pretty hard to miss.

🧾 More sources

Mac computer use1 tweets
Core evidence showing Codex operating desktop apps with its own cursor and moving at human-like speed.
Plugins1 tweets
Evidence around the 90-plus plugin rollout and the creative-tool examples visible in the app UI.
CLI groundwork1 tweets
Release-note evidence showing marketplace, memory, MCP, and sandbox features that set up the desktop launch.