Skip to content

v1.7.1

Choose a tag to compare

@erraggy erraggy released this 18 Nov 23:29
· 329 commits to main since this release
70d706a

Homebrew Installation Now Available! 🍺

You can now install oastools using Homebrew on macOS and Linux:

brew tap erraggy/oastools
brew install oastools

That's it! No manual downloads, no PATH configuration needed.

Updating

To update to future versions:

brew upgrade oastools

What 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.yaml

Or get help:

oastools --help

For developers: This release includes automated binary builds and Homebrew formula publishing via GoReleaser.