DEV Community
•
2026-04-09 18:13
How I repackaged the official Windows Codex MSIX into a working Linux .deb
I wanted a real Linux desktop app for Codex.
At first, this looked like it should be straightforward: take the official Windows package, unpack it, swap in Linux Electron, rebuild whatever was platform-specific, and turn it into a .deb.
That is not what happened.
What actually worked was more pragmatic: preserve the official Codex payload, branding, and resources from the Windows MSIX, but repl...