返回全部动态
Codex 桌面应用捆绑 LibreOffice 等工具
原标题:Codex bundles LibreOffice
AI 摘要
Simon Willison 在检查缓存目录时发现,OpenAI Codex 桌面应用(现已更名为 ChatGPT)捆绑了 LibreOffice 开源办公套件,以及完整的 Python、Node.js 安装和 Poppler、git 等原生二进制文件,总计 1.7GB。这些工具通过插件中的 skills 指令被 Codex 调用,用于处理文档相关任务。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
1st September 2026 I was poking around in my ~/.cache/ folder using OmniDiskSweeper when I spotted something interesting. The OpenAI Codex desktop app (since rebranded to just ChatGPT) has 1.7GB of stuff in there in a folder called codex-primary-runtime, including a full Python installation, a full Node.js installation, and native binaries for Poppler, git, and the LibreOffice open source office suite (which forked from OpenOffice.org in 2010): The ~/.cache/codex-runtimes/codex-primary-runtime/p
发布时间:2026-09-02 03:03
抓取时间:2026-09-02 03:14
来源机构:Simon Willison