惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园_首页
大猫的无限游戏
大猫的无限游戏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
量子位
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Tailwind CSS Blog
Stack Overflow Blog
Stack Overflow Blog
N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
U
Unit 42
aimingoo的专栏
aimingoo的专栏
博客园 - 叶小钗
博客园 - 【当耐特】
云风的 BLOG
云风的 BLOG
博客园 - Franky
博客园 - 聂微东

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - openai-codex-bin
2026-05-29 · via AUR Newest Packages

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

chmouel commented on 2026-05-02 05:52 (UTC)

thanks @kralonur this has been fixed

kralonur commented on 2026-05-01 16:25 (UTC)

So seems like GNU Linux release artifacts are stopped from publishing. You might want to change your PKGBUILD do musl. Probably that's why we did not received new version from your aur auto updater.

Source: https://github.com/openai/codex/pull/19445

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)

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 :)