Bumps [rust-toolchain](https://github.com/rust-lang/rust) from 1.93.0 to 1.93.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/rust/releases">rust-toolchain's releases</a>.</em></p> <blockquote> <h2>Rust 1.93.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <ul> <li><a href="https://redirect.github.com/rust-lang/rust/pull/150590">Don't try to recover keyword as non-keyword identifier</a>, fixing an ICE that especially <a href="https://redirect.github.com/rust-lang/rustfmt/issues/6739">affected rustfmt</a>.</li> <li><a href="https://redirect.github.com/rust-lang/rust-clippy/pull/16196">Fix <code>clippy::panicking_unwrap</code> false-positive on field access with implicit deref</a>.</li> <li><a href="https://redirect.github.com/rust-lang/rust/pull/152259">Revert "Update wasm-related dependencies in CI"</a>, fixing file descriptor leaks on the <code>wasm32-wasip2</code> target.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/rust/blob/main/RELEASES.md">rust-toolchain's changelog</a>.</em></p> <blockquote> <h1>Version 1.93.1 (2026-02-12)</h1> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <ul> <li><a href="https://redirect.github.com/rust-lang/rust/pull/150590">Don't try to recover keyword as non-keyword identifier</a>, fixing an ICE that especially <a href="https://redirect.github.com/rust-lang/rustfmt/issues/6739">affected rustfmt</a>.</li> <li><a href="https://redirect.github.com/rust-lang/rust-clippy/pull/16196">Fix <code>clippy::panicking_unwrap</code> false-positive on field access with implicit deref</a>.</li> <li><a href="https://redirect.github.com/rust-lang/rust/pull/152259">Revert "Update wasm-related dependencies in CI"</a>, fixing file descriptor leaks on the <code>wasm32-wasip2</code> target.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="01f6ddf758"><code>01f6ddf</code></a> Auto merge of <a href="https://redirect.github.com/rust-lang/rust/issues/152450">#152450</a> - cuviper:stable-next, r=cuviper</li> <li><a href="674ccdd847"><code>674ccdd</code></a> Release 1.93.1</li> <li><a href="f0867bf650"><code>f0867bf</code></a> Sync release note changes from main</li> <li><a href="b8cc170b70"><code>b8cc170</code></a> Remove the 4 failing tests from rustdoc-gui</li> <li><a href="128b1c9f64"><code>128b1c9</code></a> Remove rustdoc GUI flaky test</li> <li><a href="f8cf317da3"><code>f8cf317</code></a> Revert "Update wasm-related dependencies in CI"</li> <li><a href="9c13ace16d"><code>9c13ace</code></a> fix: <code>panicking_unwrap</code> FP on field access with implicit deref</li> <li><a href="feb759bb79"><code>feb759b</code></a> Don't try to recover keyword as non-keyword identifier</li> <li><a href="f691f9a0ec"><code>f691f9a</code></a> Add regression tests for keyword-in-identifier-position recovery ICE</li> <li>See full diff in <a href="https://github.com/rust-lang/rust/compare/1.93.0...1.93.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Traut <etraut@openai.com>
npm i -g @openai/codex
or brew install --cask codex
Codex CLI is a coding agent from OpenAI that runs locally on your computer.
If you want Codex in your code editor (VS Code, Cursor, Windsurf), install in your IDE.
If you want the desktop app experience, run
codex app or visit the Codex App page.
If you are looking for the cloud-based agent from OpenAI, Codex Web, go to chatgpt.com/codex.
Quickstart
Installing and running Codex CLI
Install globally with your preferred package manager:
# Install using npm
npm install -g @openai/codex
# Install using Homebrew
brew install --cask codex
Then simply run codex to get started.
You can also go to the latest GitHub Release and download the appropriate binary for your platform.
Each GitHub Release contains many executables, but in practice, you likely want one of these:
- macOS
- Apple Silicon/arm64:
codex-aarch64-apple-darwin.tar.gz - x86_64 (older Mac hardware):
codex-x86_64-apple-darwin.tar.gz
- Apple Silicon/arm64:
- Linux
- x86_64:
codex-x86_64-unknown-linux-musl.tar.gz - arm64:
codex-aarch64-unknown-linux-musl.tar.gz
- x86_64:
Each archive contains a single entry with the platform baked into the name (e.g., codex-x86_64-unknown-linux-musl), so you likely want to rename it to codex after extracting it.
Using Codex with your ChatGPT plan
Run codex and select Sign in with ChatGPT. We recommend signing into your ChatGPT account to use Codex as part of your Plus, Pro, Team, Edu, or Enterprise plan. Learn more about what's included in your ChatGPT plan.
You can also use Codex with an API key, but this requires additional setup.
Docs
This repository is licensed under the Apache-2.0 License.
