Package Details: openai-codex-bin 0.114.0-3

Git Clone URL: https://aur.archlinux.org/openai-codex-bin.git (read-only, click to copy)
Package Base: openai-codex-bin
Description: Arch Linux package for OpenAI's Codex CLI - Auto Updated
Upstream URL: https://github.com/openai/codex
Keywords: ai assistant chatgpt cli codex openai
Licenses: Apache
Conflicts: openai-codex, openai-codex-autoup-bin
Provides: openai-codex
Replaces: openai-codex-autoup-bin
Submitter: jackmhny
Maintainer: chmouel
Last Packager: chmouel
Votes: 12
Popularity: 2.10
First Submitted: 2025-07-21 20:48 (UTC)
Last Updated: 2026-03-11 02:03 (UTC)

Dependencies (2)

Required by (4)

Sources (2)

Pinned Comments

chmouel commented on 2026-01-31 09:12 (UTC) (edited on 2026-01-31 09:42 (UTC) by chmouel)

I have adopted the package and obsoleted the openai-codex-autoup-bin

This package is auto updated twice a day via a github actions with the latest binary release (not git the release) from upstream. (see it here https://github.com/chmouel/aur-update)

Thanks Jack for all the work on this package

Latest Comments

1 2 3 Next › Last »

chmouel commented on 2026-03-04 13:17 (UTC)

Powershell completition is not necessary.

it is, there is users of pwsh on linux

kemelzaidan commented on 2026-03-04 13:09 (UTC)

Powershell completition is not necessary.

chmouel commented on 2026-02-26 13:42 (UTC)

added completion for other shell here https://github.com/chmouel/aur-update/commit/dac6b319dcb93e87e98cfc9e85bcfb83dd940d89 should be included with the next codex update

yuzujr commented on 2026-02-19 03:14 (UTC)

can you add installation for all available completions? [default: bash] [possible values: bash, elvish, fish, powershell, zsh]

chmouel commented on 2026-01-31 09:12 (UTC) (edited on 2026-01-31 09:42 (UTC) by chmouel)

I have adopted the package and obsoleted the openai-codex-autoup-bin

This package is auto updated twice a day via a github actions with the latest binary release (not git the release) from upstream. (see it here https://github.com/chmouel/aur-update)

Thanks Jack for all the work on this package

jackmhny commented on 2026-01-31 09:11 (UTC)

disowned the package because i use opencode now

script3r commented on 2025-12-25 02:13 (UTC)

Hi! I built and tested an update to 0.77.0; checksums updated. Please consider merging.

diff --git a/PKGBUILD b/PKGBUILD
index fe55be7..444bffd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Jack Mahoney <jacksmahoney@gmail.com>
 pkgname=openai-codex-bin
-pkgver=0.74.0
+pkgver=0.77.0
 pkgrel=1
 pkgdesc="Lightweight coding agent that runs in your terminal (binary release)"
 arch=('x86_64' 'aarch64')
@@ -16,12 +16,12 @@ optdepends=(
 source_x86_64=(
     "codex-${pkgver}-x86_64.tar.gz::https://github.com/openai/codex/releases/download/rust-v${pkgver}/codex-x86_64-unknown-linux-gnu.tar.gz"
 )
-sha256sums_x86_64=('fb881fb21f1ad461563dbf2773bcace637e3b11e9ccb038fdbd676444ecaf09c')
-sha256sums_aarch64=('58442efeae43d11e43d1ab3f83177129bdc7ad4cacf9b9a0311b0cc801c44730')
+sha256sums_x86_64=('54d1dfbccd9625128e44c65f80640215314929fd2c5f52efd1f23698ed27388b')
+sha256sums_aarch64=('193be0eafe7dd63ca439276dc38535afad9ce8691af855bd96dcb8196059216a')

 source_aarch64=(
     "codex-${pkgver}-aarch64.tar.gz::https://github.com/openai/codex/releases/download/rust-v${pkgver}/codex-aarch64-unknown-linux-gnu.tar.gz"
 )

gwuensch commented on 2025-11-13 22:52 (UTC)

Thanks for sharing the answer, that's good to know! Learned something new there :)

cg505 commented on 2025-11-13 22:43 (UTC)

@gwuensch I asked about this on the openai-codex AUR deletion request and got this response:

openai-codex-bin can obviously stay, since its a different kind of package (packaged by upstream directly). There are many binary releases of "official" archlinux packages (being upstream compiled/packaged releases) packaged in the AUR for the exact same reason, no problem there.

gwuensch commented on 2025-11-13 22:41 (UTC) (edited on 2025-11-13 22:41 (UTC) by gwuensch)

Also, just an FYI for those using this package - openai-codex package is now in the extra repo, so you can install it without building yourself or using AUR.

Is there any reason for this package to be kept then? I would've expected it to already be yanked by now. Maybe an oversight by the mods.

Are y'all fine with submitting a deletion request? I don't see any added value from this package. Thanks for maintaining for the past months @jackmhny!