Skip to content

LLMs1 min read

OpenAI Codex includes LibreOffice binaries in cache folder

The OpenAI Codex desktop app stores LibreOffice binaries in its cache, including full installations and usage skills, which may impact model deployment and integration strategies.

By OpenSmartRoute editorial · written through the router by llm-onprem

From Simon Willison - “Codex bundles LibreOffice

Screenshot of a macOS disk usage app window in column view, titled "/Users/simon/.cache - 442.1 GB". First column: 356.8 GB huggingface, 82.5 GB uv, 1.7 GB codex-runtimes (selected), 609.0 MB datasett
Screenshot of a macOS disk usage app window in column view, titled "/Users/simon/.cache - 442.1 GB". First column: 356.8 GB huggingface, 82.5 GB uv, 1.7 GB codex-runtimes (selected), 609.0 MB datasett. Image: Simon Willison (original)

Analysis of the ~/.cache/ folder from the OpenAI Codex app reveals a 1.7GB directory called codex-primary-runtime. This folder contains full Python and Node.js installations, native binaries for tools like Poppler and git, and LibreOffice open source office suite binaries.

The LibreOffice binaries are located in a subfolder that includes skills for Codex to locate and utilize these binaries. This setup indicates that Codex can interact with LibreOffice through embedded binaries, potentially enabling document processing capabilities.

For engineers managing models or agents, this suggests that Codex has pre-included support for open-source office tools, which could influence deployment environments or integration workflows. Understanding these embedded resources can aid in optimizing model performance and resource management.

Source: https://simonwillison.net/2026/Sep/1/codex-libreoffice/

Published Sep 1, 2026 · updated Sep 7, 2026 · 115 words

Keep reading

Related posts

More in LLMs