Skip to content

Releases: Yumi-Lab/codex-cli-smartpi

codex snapshot main@1669c24 — armv7 native

Choose a tag to compare

Native armv7-unknown-linux-gnueabihf build of openai/codex at main (1669c24), cross-compiled by build/cross-armv7.sh.

This is a snapshot of a branch, not a release. The binary reports 0.0.0 — upstream stamps versions only when it tags — and install.sh will not pick it up on its own. Install it explicitly:

curl -fsSL https://raw.githubusercontent.com/Yumi-Lab/codex-cli-smartpi/main/install.sh | \
  CODEX_NATIVE_TARBALL=https://github.com/Yumi-Lab/codex-cli-smartpi/releases/download/snapshot-main-1669c24/$(ls dist/*.tar.gz | xargs -n1 basename) bash

It exists because the newest tagged codex links V8 into the CLI, which has no armv7 build — see docs/NATIVE-BUILD.md.