13 comments

  • lgl37 minutes ago
    Does that really mean that it&#x27;s bundling those apps from the start or did it just download and install them at some point to do some local work on some prompt or job you ask it to?<p>I don&#x27;t see it making much sense to bundle it. I&#x27;m sure a LOT of LLM prompts are related with docs, excels, powerpoints etc, etc but don&#x27;t really see it worth it for it to be bundled on the codex app from the get go, because otherwise, why not also install dozens of other apps?
    • simonw34 minutes ago
      I&#x27;m not sure. Someone who hasn&#x27;t installed the ChatGPT (or Codex) apps yet could confirm this by installing the apps, seeing if that ~&#x2F;.cache directory exists, then try running a prompt that needs Python or Node.js or LibreOffice and see if it downloads them when needed.
      • zatkin23 minutes ago
        I&#x27;ve never installed the ChatGPT app on my Mac until today. I ran the app, signed in, and I see the same.<p>% ls ~&#x2F;.cache&#x2F;codex-runtimes&#x2F;codex-primary-runtime&#x2F;dependencies&#x2F;native&#x2F;libreoffice-headless<p>libreoffice manifest.json
        • embedding-shape19 minutes ago
          On a Windows installation I see this:<p><pre><code> PS C:\Users\user&gt; ls C:\Users\user\.cache\codex-runtimes\codex-primary-runtime\dependencies\native\ Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 8&#x2F;27&#x2F;2026 10:09 AM git d----- 6&#x2F;16&#x2F;2026 9:18 PM jxrlib d----- 8&#x2F;26&#x2F;2026 7:37 PM libheif d----- 6&#x2F;17&#x2F;2026 5:32 AM poppler d----- 8&#x2F;27&#x2F;2026 10:09 AM powershell </code></pre> So doesn&#x27;t seem bundled with all installs at least.
    • RomanHauksson34 minutes ago
      &gt; why not also install dozens of other apps?<p>because other apps are less likely to be useful, and there&#x27;s diminishing returns
  • pseudosavant49 minutes ago
    Is that what it is using to render and manipulate MS Office documents? That&#x27;d explain the poor rendering of some of my files. Bundling all of LibreOffice seems like a pretty huge dependency.
    • JLO6442 minutes ago
      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.
    • nomel45 minutes ago
      &gt; Bundling all of LibreOffice seems like a pretty huge dependency<p>What&#x27;s the alternative library you see?
      • simongg41 minutes ago
        Apache POI
      • verdverm41 minutes ago
        Why not computer use or using the tools the user prefers instead? The primary office suites have APIs&#x2F;CLIs now
        • tyre16 minutes ago
          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.
          • verdverm13 minutes ago
            That&#x27;s where the CLIs come in for me, I&#x27;m not going to waste tokens on screenshots and input device manipulation<p><a href="https:&#x2F;&#x2F;devblogs.microsoft.com&#x2F;microsoft365dev&#x2F;getting-started-office365-cli-powershell&#x2F;" rel="nofollow">https:&#x2F;&#x2F;devblogs.microsoft.com&#x2F;microsoft365dev&#x2F;getting-start...</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;googleworkspace&#x2F;cli" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;googleworkspace&#x2F;cli</a>
      • MikeTheGreat27 minutes ago
        pandoc
      • edemdogbe25 minutes ago
        [flagged]
    • tiahura22 minutes ago
      Yes. If you have word you can instruct to use word via com or AppleScript.
    • OutOfHere27 minutes ago
      Just the headless version is bundled.
  • vb-844822 minutes ago
    Curiously, I didn&#x27;t find any reference in the Open source licences section of the codex app.<p>Is this a MPL 2.0 violation?
    • thesdev14 minutes ago
      Copyright violation is the last thing one could accuse ChatGPT of.
      • vb-84480 minutes ago
        Well, this one is particularly obvious, other one are more fuzzy.
  • esperent34 minutes ago
    I actually bundle it with my app too and the reason is reading files, especially old xls files. Since I&#x27;m bundling it I&#x27;m now using it for everything docs related but the specific reason is those old files. I couldn&#x27;t find anything else that I could just drop it and feel confident it&#x27;ll just read anything I give it.
  • jrflo35 minutes ago
    I&#x27;ve noticed that when I have codex read&#x2F;modify word files the live reasoning snippets often allude to LibreOffice, so that makes sense. I think it was a quick and dirty way for them to interface with docx and xlsx files?
  • dvduval13 minutes ago
    My agent did it? I didn’t do it.
  • simonw47 minutes ago
    <i>(This is more of a tweet than a blog post, it really wasn&#x27;t written with Hacker News in mind.)</i>
    • MattDamonSpace42 minutes ago
      frankly how dare you
      • mrob24 minutes ago
        How is simonw to blame for somebody else submitting it to HN?
        • embedding-shape18 minutes ago
          True, I feel like the entire HN community is to blame for this, particularly pg and dang.
  • trentor37 minutes ago
    I don&#x27;t see the problem?
    • iAMkenough34 minutes ago
      Who said it was a problem? This looks like an observation to me, not an accusation.
  • m3kw917 minutes ago
    probably uses it extensively to convert between LLM working on a doc and exporting it out to excel, word etc
  • quotemstr37 minutes ago
    There&#x27;s no security benefit to doing this versus demand-downloading hashed-locked components on need.
  • dvrp45 minutes ago
    And wait till you find out about @oai&#x2F;walnut
    • bcanzanella44 minutes ago
      do tell!
      • djriley22 minutes ago
        Walnut is the .NET and OpenXML backend. I think the point parent was trying to make it that it shouldn&#x27;t be surprising Codex bundles runtimes for damn near everything.
  • cpursley48 minutes ago
    I 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.
    • sudo_cowsay47 minutes ago
      Not that easy. Also, they have &quot;priorities.&quot; Although their priorities are different than the users&#x27;.
      • cpursley42 minutes ago
        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.<p>Ref: <a href="https:&#x2F;&#x2F;redbadger.github.io&#x2F;crux&#x2F;" rel="nofollow">https:&#x2F;&#x2F;redbadger.github.io&#x2F;crux&#x2F;</a>
        • doc_ick15 minutes ago
          On top of everyone else’s great points, if you make your own “fork” of something, then you have to consistently maintain it. Which can be done with tokens, but an extra cost with something that’s not as user tested.
        • verdverm39 minutes ago
          one does not just &quot;throw tokens&quot; at a problem, Ai is not that capable, and we are talking about MS Office file format, likely a NP hard problem
          • vb-844816 minutes ago
            But in case they succeed the return on image will be astonishing.
            • doc_ick10 minutes ago
              Can you expand upon this?
          • sigbottle34 minutes ago
            I mean, aside from all the NP Hard sub problems (I might not be reading your satire though), the real hard problem is that a &quot;product&quot; is not just software, but an ecosystem and a promise of maintenance of the abstract user experience &amp; quality of it.
    • nomel43 minutes ago
      What % of time, for a an average session, do you think is app overhead vs waiting for tokens? And there&#x27;s your answer for why it&#x27;s not a priority.
      • andai39 minutes ago
        Jon Blow&#x27;s response to this take was, &quot;yes, which is why you have to work even harder to hide latency&quot;, instead of adding more on top.
      • nikanj27 minutes ago
        From OpenAIs perspective, resources on your computer are free and wasting them is inconsequential
    • quotemstr36 minutes ago
      What makes you think Rust is automatically better?<p>(Also, &quot;Rust or native&quot; is a strange dichotomy. What&#x27;s not native about Rust?)
      • kennywinker21 minutes ago
        I think “or native” is a gesture at swift&#x2F;objc for mac and C# or whatever people write windows apps in.
  • alex-moon40 minutes ago
    Someone 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&#x2F;business apps generally.
    • simonw34 minutes ago
      I don&#x27;t see anything wrong with it, I just think it&#x27;s interesting.
      • alex-moon13 minutes ago
        Oh right, yeah I agree. It&#x27;s the kind of thing I can imagine the harness downloading in the background anyway (or instructing the user to do) at some point so I can see the sense in just skipping that bit. Kind of comforting they just do it the same way the rest of us do - if it ain&#x27;t broke and so on.
      • nialse24 minutes ago
        It does, however, introduce a potentially enormous attack surface into ChatGPT, along with creative opportunities for less security conscious individuals and LLMs.
      • winstonp26 minutes ago
        I think it&#x27;s overbloating my computer
    • OutOfHere26 minutes ago
      Actually, people do use and require the functionality, which is the point. The title as posted might be incorrect.
      • alex-moon21 minutes ago
        Yes, that&#x27;s what I mean - maybe that didn&#x27;t come across cos I said &quot;bloats&quot;. I work for a business that builds web apps for corporates - LibreOffice is bundled in most of the repos of ours that I&#x27;ve seen, a bit like Imagick is in the broader sector.