v1.7.1
Homebrew Installation Now Available! 🍺
You can now install oastools using Homebrew on macOS and Linux:
brew tap erraggy/oastools
brew install oastoolsThat's it! No manual downloads, no PATH configuration needed.
Updating
To update to future versions:
brew upgrade oastoolsWhat is oastools?
oastools is a command-line tool for working with OpenAPI Specification files:
- Validate OpenAPI specs (2.0, 3.0.x, 3.1.x, 3.2.x)
- Parse and analyze OAS documents
- Convert between OAS versions (2.0 ↔ 3.x)
- Join multiple OpenAPI specs into one
Other Installation Options
Download Binaries
If you prefer not to use Homebrew, pre-built binaries are available for:
- macOS (Intel and Apple Silicon)
- Linux (x86_64, ARM64, and i386)
- Windows (x86_64 and i386)
Download the appropriate binary for your platform from the assets below.
Quick Start
After installation, try validating an OpenAPI spec:
oastools validate openapi.yamlOr get help:
oastools --helpFor developers: This release includes automated binary builds and Homebrew formula publishing via GoReleaser.