Linux で Codex Desktop を使う
2026/5/17 現在、公式の Linux 版アプリは出ていません (ウェイティングリストはある)
サードパーティのビルドスクリプトを使うと、macOS 版アプリをもとにパッケージングできます
インストール
README.md 通り、git clone して make bootstrap-native, make install-native するだけ、簡単!
なお、私の環境では 7zip の代わりに 7zip-zstd-bin を入れていて、これが衝突していたが依存は揃っているので、bootstrap をスキップした
Computer Use を有効にする
なお、ここには記載されていないが cargo (Rust) が必要
適当に mise use -g rust でこしらえた
再度パッケージング
make install-native
Remote Control を有効にする
code:linux-features/eatures.json
{
"enabled": [
"remote-mobile-control",
"remote-control-ui"
]
}
再度パッケージング
make install-native