Installing openapi-changes
Get up and running in seconds.Installing with Homebrew
The quickest way to install openapi-changes on macOS or Linux is Homebrew:
Installing with npm or yarn
If you prefer JavaScript package tooling, install it globally with your preferred package manager:
Installing with cURL
For CI workflows or environments without a package manager, use the installer script:
Running with Docker
If you do not want to install anything locally, pull the Docker image:
Then mount the working directory and run a command inside the container:
The published image is configured to trust mounted git repositories, so history-based commands work inside the container without requiring manual Git safe.directory setup.
Verify the install
To confirm the binary or container is wired correctly, print the raw version string:
Windows
We do not currently publish to a Windows package manager, but Windows binaries are available in the GitHub releases.
Check out the code and build from scratch
If you want to build the binary yourself, clone the repository and use Go or Make.
openapi-changescurrently requires Go1.25.0.
Build with Make
The binary will be written to bin/openapi-changes.