Back to list
Industry NewsOpenAILibreOfficeOpen Source

OpenAI's ChatGPT Desktop App Discovered to Bundle Full LibreOffice Suite and Development Runtimes

A technical investigation into the OpenAI Codex desktop app, recently rebranded as ChatGPT, has revealed a massive 1.7GB local runtime environment stored within the user's cache directory. Discovered by developer Simon Willison, the 'codex-primary-runtime' folder contains a comprehensive suite of tools, including full installations of Python and Node.js, alongside native binaries for Git, Poppler, and the LibreOffice open-source office suite. These components are integrated into the application via a 'skills' system, which provides the AI with the necessary instructions to utilize these local binaries for document processing and code execution. This discovery highlights the significant local infrastructure OpenAI is deploying to support its desktop application's advanced capabilities.

Hacker News

Key Takeaways

  • Massive Local Footprint: The ChatGPT (formerly Codex) desktop app installs a 1.7GB runtime folder named codex-primary-runtime in the user's ~/.cache/ directory.
  • Bundled Open-Source Software: The runtime includes a full copy of the LibreOffice suite, which forked from OpenOffice.org in 2010, to handle document-related tasks.
  • Development Environments: Full installations of Python and Node.js are bundled within the app to support local code execution and processing.
  • Native Binary Integration: The app utilizes native binaries for Git and Poppler, managed through a specific "skills" architecture located in the application's plugin directory.
  • Rebranding Transition: The discovery confirms the transition of the OpenAI Codex desktop application into the current ChatGPT desktop ecosystem.

In-Depth Analysis

The Discovery of the Codex Runtime

While performing a routine system cleanup using the utility OmniDiskSweeper, developer Simon Willison identified an unusually large allocation of space within the ~/.cache/ folder. The investigation pinpointed a directory titled codex-runtimes, specifically the codex-primary-runtime subfolder, which occupies approximately 1.7GB of disk space. This folder is associated with the OpenAI Codex desktop application, a tool that has since been rebranded under the ChatGPT name.

The presence of such a substantial runtime environment in a cache folder suggests that the application relies heavily on local execution capabilities rather than purely cloud-based processing for certain tasks. The specific path identified—~/.cache/codex-runtimes/codex-primary-runtime/plugins/openai-primary-runtime/plugins/documents—indicates a modular structure where document-handling capabilities are treated as specialized plugins or "skills."

A Comprehensive Suite of Local Tools

The contents of the codex-primary-runtime folder reveal a sophisticated local environment designed to handle a wide array of file formats and programming tasks. The most notable inclusion is a full copy of LibreOffice, the open-source office suite. By bundling LibreOffice, the ChatGPT app gains the native ability to parse, convert, and manipulate complex document formats (such as .docx, .xlsx, and .pptx) without requiring the user to have the software installed independently or relying on cloud-based conversion APIs.

In addition to office software, the runtime includes:

  • Python and Node.js: Full installations of these runtimes allow the AI to execute scripts and manage package-based workflows locally.
  • Poppler: A PDF rendering library that enables the application to process and extract data from PDF documents.
  • Git: The inclusion of the Git version control system suggests the app has native capabilities for repository management and code tracking.

These tools are not merely stored; they are actively integrated into the AI's workflow. The directory structure includes a "skills" folder, which contains the logic and instructions that tell the Codex/ChatGPT engine how to locate and invoke these specific native binaries to perform complex user requests.

Industry Impact

The Shift Toward Local AI Infrastructure

The discovery that OpenAI is bundling 1.7GB of third-party open-source software within its desktop client signals a shift in how AI companies are approaching desktop integration. By including full runtimes like Python, Node.js, and LibreOffice, OpenAI is reducing latency and potentially improving privacy by performing document processing and code execution on the user's local machine. This "thick client" approach contrasts with the "thin client" model where all processing is offloaded to the cloud.

Utilization of Open-Source Ecosystems

This development underscores the critical role of the open-source ecosystem in powering proprietary AI applications. By leveraging established tools like LibreOffice (which has a lineage dating back to OpenOffice.org) and Poppler, OpenAI can provide robust document support without reinventing the underlying technology. However, the inclusion of such large binaries also raises questions regarding disk space management and the transparency of what is being installed on a user's system under the guise of a simple AI application.

Frequently Asked Questions

Question: Why does the ChatGPT desktop app need a full copy of LibreOffice?

Based on the discovery of the "documents" plugin folder and associated "skills," the app uses LibreOffice binaries to process, read, and potentially convert various office document formats locally on the user's computer.

Question: Where is this 1.7GB runtime folder located on the system?

According to the report, the files are located in the user's cache directory at the following path: ~/.cache/codex-runtimes/codex-primary-runtime/.

Question: What other programming tools are bundled with the application?

The application includes full installations of Python and Node.js, as well as the Git version control system, allowing it to handle a variety of coding and development tasks locally.

Related News

Industry News

Perplexity Deploys GPT-6 Astra Across Critical End-to-End Workflows and Production Systems

According to an update published by OpenAI, Perplexity is leveraging the advanced capabilities of GPT-6 Astra across core end-to-end organizational and technical systems. The implementation spans multiple operational domains, with Perplexity using Astra to draft internal and external communications, modify and update software codebases, and maintain active monitoring over production environments. A notable shift in operational management highlighted in the report is that teams at Perplexity now require substantially fewer check-ins compared to their workflows with earlier artificial intelligence models. This adoption marks a significant milestone in software engineering and system oversight, demonstrating how higher-reliability model architectures enable organizations to delegate mission-critical maintenance and development tasks with less human intervention while sustaining production stability.

Waymo Robotaxi Pulls Over and Alerts San Francisco Police to Detain Armed Juvenile Riders
Industry News

Waymo Robotaxi Pulls Over and Alerts San Francisco Police to Detain Armed Juvenile Riders

In San Francisco, an autonomous Waymo vehicle pulled over and contacted law enforcement after detecting unauthorized activity involving two juvenile passengers. The incident resulted in the arrest of the two minors, who were found in possession of a loaded AR-style ghost gun inside the robotaxi cabin. Both suspects were taken into custody and transported to a juvenile hall. While initial police documentation did not explicitly identify who was operating or managing the vehicle during the ride, the event underscores the operational capabilities of autonomous fleets to monitor cabin security, respond to severe policy violations, and autonomously coordinate with local law enforcement to maintain public safety.

Hyundai Postpones In-House AI Driver-Assist System Launch to 2029 While Partnering with Nvidia
Industry News

Hyundai Postpones In-House AI Driver-Assist System Launch to 2029 While Partnering with Nvidia

Hyundai Motor Group has delayed the debut of its proprietary artificial intelligence driver-assistance software to late 2029, pushing back its original schedule by roughly two years. To maintain commercial competitiveness in the interim, the South Korean automaker is deepening its technical collaboration with Nvidia to roll out advanced Level 2+ and Level 2++ driver-assistance platforms starting in 2028. Hyundai's initial lineup of Nvidia-based vehicles will bypass expensive lidar sensors, relying instead on an integrated suite of optical cameras, radar units, and ultrasonic sensors. While lidar remains under active consideration for higher-tier Level 3 automated driving systems, Hyundai aims to utilize real-world driving data collected from its 2028 commercial fleet to train, validate, and mature its proprietary in-house autonomous software platform ahead of its rescheduled 2029 release.