The ChatGPT/Codex app bundles a full copy of LibreOffice
61–70 of 277 posts
Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#62Is that what it is using to render and manipulate MS Office documents? That'd explain the poor rendering of some of my files. Bundling all of LibreOffice seems like a pretty huge dependency.
I generated the skill originally for ChatGPT 5.5, so some of these may not strictly be necessary anymore with later models. But posting here in case others find it useful: https://gist.github.com/telotortium/844386f762c4b3bab49999ba...
Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#63Curiously, I didn't find any reference in the Open source licences section of the codex app. Is this a MPL 2.0 violation?
Despite the title, I'm not sure it's actually bundled. Some of the skills plugins will download it on the first run. So it depends where they are grabbing it from rather than the presence of the binary on the system, but I haven't checked that deep into where they actually grab it.
Alternatively, ChatGPT might happily disclose authorship and licensing if asked.
I'm not convinced of the argument that the fact that it is not bundled at download or even at install-time, would free them of the GPL responsibilities. And at this point.
I'm also not sure HOW the devs bundled libreoffice, whether they just mentioned in a prompt (use libreoffice), or whether they hardcoded a command (like apt install libreoffice), more likely the former, considering the recursive vibecoding nature of this software.
Whole lotta words to say that I don't know whether this is a GPL violation, but interested in the answer. If it is a violation, the likely fix will probably be yet another prompt that says something like "comply with licensing", which probably already exists, so a more specific "provide attribution (in a way that doesn't bother the user)"
Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#64Is that what it is using to render and manipulate MS Office documents? That'd explain the poor rendering of some of my files. Bundling all of LibreOffice seems like a pretty huge dependency.
For a docker image of mine I was bundling the full version of LibreOffice as well but I managed to get some space savings by bundling just the no-gui version.
Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#65Honestly, not sure it's worth having those app on your localhost at all. I ended up uninstalling all frontier labs bloated apps and start using Google AI Mode + Antigravity CLI / Claude Code sometimes.
Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#66Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#67Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#68Earlier quoted context omitted.
What % of time, for a an average session, do you think is app overhead vs waiting for tokens? And there's your answer for why it's not a priority.
From OpenAIs perspective, resources on your computer are free and wasting them is inconsequential
Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#69Earlier quoted context omitted.
Why not computer use or using the tools the user prefers instead? The primary office suites have APIs/CLIs now
Computer use is slow and can take control of the application focus. I’ll be doing things while Claude runs in the background. Suddenly it decides to open the app and try to do something + screenshot it.
Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#70There's no security benefit to doing this versus demand-downloading hashed-locked components on need.