codex は rust で作られてるのにインストールになんで node 必要?という話し、node なし ワンライナーだと
curl -sL https://github.com/openai/codex/releases/download/rust-v0.128.0/codex-$(uname -m)-unknown-$(uname| tr 'A-Z' 'a-z')-musl.tar.gz |tar zxvf - -C ~/.local/bin
こんな感じか。rename 必要だけど
codex は rust で作られてるのにインストールになんで node 必要?という話し、node なし ワンライナーだと
curl -sL https://github.com/openai/codex/releases/download/rust-v0.128.0/codex-$(uname -m)-unknown-$(uname| tr 'A-Z' 'a-z')-musl.tar.gz |tar zxvf - -C ~/.local/bin
こんな感じか。rename 必要だけど