This repository provides an Arch Linux package build for Codex Desktop (x86_64) from the macOS DMG source.
- Target distro: Arch Linux
- Target architecture:
x86_64 - Package format: pacman package (
.pkg.tar.zst)
Install base packaging tools:
sudo pacman -S --needed base-devel gitmakepkg -s installs package dependencies declared in PKGBUILD automatically.
Network access is required to download:
Codex.dmgbetter-sqlite3npm tarballnode-ptynpm tarball
From repository root:
makepkg -sicodex-appReleases include a portable executable bundle for Linux:
codex-app-linux-x86_64.tar.gzcodex-app-linux-x86_64.tar.gz.sha256
Verify and run:
sha256sum -c codex-app-linux-x86_64.tar.gz.sha256
tar -xzf codex-app-linux-x86_64.tar.gz
chmod +x codex-app-linux-x86_64/codex-app
./codex-app-linux-x86_64/codex-app- Build workspace:
src/,pkg/ - Built package:
*.pkg.tar.zst(repo root)
When updating package inputs:
- Update
pkgver, source URLs/versions, and checksums inPKGBUILD. - Regenerate checksums if needed:
updpkgsums- Regenerate
.SRCINFO:
makepkg --printsrcinfo > .SRCINFO- Rebuild:
makepkg -f