Update May 14, 2026 tracked by Updatify

v0.24.0

Codex App

Ollama 0.24 includes support for the Codex App, OpenAI’s desktop experience for working on Codex threads in parallel with built-in worktree support and git functionality.

ollama launch codex-app
CleanShot 2026-05-14 at 15 04 18@2x

Built-in browser

Codex can load local servers and sites in its built-in browser, enabling you to directly annotate on the page to request changes.

codex-annotate copy

Review mode

Review code inside the app, leave comments, and iterate without leaving your workspace.

codex-comments copy 2

Choosing a model

For difficult coding and agentic tasks:

  • kimi-k2.6 (with vision support)
  • glm-5.1

For local use without an Ollama Cloud subscription:

  • nemotron-3-super
  • gemma4:31b
  • qwen3.6

Restore anytime

To restore the previous configuration of Codex App, run:

ollama launch codex-app --restore

What’s Changed

  • Reworked the MLX sampler for improved generation quality on Apple Silicon

Full Changelog: https://github.com/ollama/ollama/compare/v0.23.0…v0.24.0