Unofficial native Linux packaging for OpenAI Codex Desktop. Install on Ubuntu, Debian, or any Linux distribution.
Quick install:
curl -fsSL https://cuongducle.github.io/codex-linux/install.sh | sudo bash
Or add the APT repository:
echo "deb [trusted=yes] https://github.com/cuongducle/codex-linux/releases/latest/download/ ./" | sudo tee /etc/apt/sources.list.d/codex-desktop.list
sudo apt update
sudo apt install codex-desktop
Note: This is an unofficial project. See the GitHub repository for source code, AppImage downloads, and documentation.