Is this a MPL 2.0 violation?
The ChatGPT/Codex app bundles a full copy of LibreOffice
41–50 of 277 posts
Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#42I still don’t understand why with all their cash these companies dont redo their apps in Rust or native. They are all so heavy and dog slow. There are already some very fast cross platform (wasm too!) libraries that can do what poppler does as well as parse and produce various office file formats. Because 2gb is crazy town, these things could be around 100mb, just throw some tokens at the problem.
What makes you think Rust is automatically better? (Also, "Rust or native" is a strange dichotomy. What's not native about Rust?)
Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#43Someone may need to explain to me what is wrong with this sorry. Is it because it bloats the app with functionality that some users will never use? I feel like that is fairly usual for productivity/business apps generally.
Actually, people do use and require the functionality, which is the point. The title as posted might be incorrect.
Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#44Earlier quoted context omitted.
I'm not sure. Someone who hasn't installed the ChatGPT (or Codex) apps yet could confirm this by installing the apps, seeing if that ~/.cache directory exists, then try running a prompt that needs Python or Node.js or LibreOffice and see if it downloads them when needed.
I've never installed the ChatGPT app on my Mac until today. I ran the app, signed in, and I see the same. % ls ~/.cache/codex-runtimes/codex-primary-runtime/dependencies/native/libreoffice-headless libreoffice manifest.json
PS C:\Users\user> ls C:\Users\user\.cache\codex-runtimes\codex-primary-runtime\dependencies\native\
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 8/27/2026 10:09 AM git
d----- 6/16/2026 9:18 PM jxrlib
d----- 8/26/2026 7:37 PM libheif
d----- 6/17/2026 5:32 AM poppler
d----- 8/27/2026 10:09 AM powershell
So doesn't seem bundled with all installs at least.Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#45Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#46Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#47Earlier quoted context omitted.
Just throw some tokens at the problem. I’ve vibed up a Rust Crux hybrid app that runs well on macOS, iPad and wasm and does some pretty complex xml manipulation and other document work. Absolutely smokes electron and you get native UI. Ref: https://redbadger.github.io/crux/
one does not just "throw tokens" at a problem, Ai is not that capable, and we are talking about MS Office file format, likely a NP hard problem
Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#48Earlier quoted context omitted.
> Bundling all of LibreOffice seems like a pretty huge dependency What's the alternative library you see?
Why not computer use or using the tools the user prefers instead? The primary office suites have APIs/CLIs now
Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#49Earlier quoted context omitted.
Not that easy. Also, they have "priorities." Although their priorities are different than the users'.
Just throw some tokens at the problem. I’ve vibed up a Rust Crux hybrid app that runs well on macOS, iPad and wasm and does some pretty complex xml manipulation and other document work. Absolutely smokes electron and you get native UI. Ref: https://redbadger.github.io/crux/
Re: The ChatGPT/Codex app bundles a full copy of LibreOffice
#50Curiously, I didn't find any reference in the Open source licences section of the codex app. Is this a MPL 2.0 violation?