Standalone automatically updated mirror of OpenAI Codex apply-patch
// readme
apply-patch
A standalone distribution of OpenAI Codex’s
apply_patch
utility. This repository mirrors the upstream Rust crate and publishes
ready-to-install bundles containing both a binary and an agent skill.
For the patch format and tool instructions, see SKILL.md.
Download
Prebuilt bundles are available from GitHub Releases:
| Platform | Release asset suffix |
|---|---|
| Linux x86-64 | x86_64-unknown-linux-gnu.tar.gz |
| Linux ARM64 | aarch64-unknown-linux-gnu.tar.gz |
| macOS Apple Silicon | aarch64-apple-darwin.tar.gz |
| Windows x64 | x86_64-pc-windows-msvc.zip |
Every archive has a matching .sha256 checksum and contains one top-level
directory:
apply-patch/
├── apply_patch # apply_patch.exe on Windows
├── SKILL.md
├── LICENSE
├── NOTICE
├── SOURCE
└── THIRD_PARTY_LICENSES.html
Download the latest release from a shell
The following command downloads the newest published release, including
prereleases. It requires curl…