This tap distributes reviewed releases of small, provider-neutral developer
utilities maintained by AI ROUTER. It currently contains one formula:
oai-smoke,
a standard-library-only CLI for bounded OpenAI-compatible API smoke tests.
Install only the formula you need:
brew install airouter-dev/tap/oai-smokeHomebrew downloads the matching immutable macOS or Linux release archive and checks its SHA-256 digest before installation. The formula supports Apple Silicon, Intel macOS, ARM64 Linux, and AMD64 Linux.
Verify the installed version:
oai-smoke --versionThe default API check sends only GET /models. A chat request is sent only
when both --chat and an explicit --model are supplied. Read the upstream
usage guide
and threat model
before using a production credential.
- Formula URLs are pinned to a semantic release tag and an exact SHA-256.
- Upstream release archives are built twice and compared byte-for-byte before publication.
- Each archive has a GitHub artifact attestation from the upstream tag-only release workflow.
- Pull requests run Homebrew's own audit, install, and formula test flow on Intel macOS, Apple Silicon macOS, and Linux.
To independently verify a downloaded upstream archive, follow the release procedure.
This is an upstream tap, not homebrew/core. The formula does not configure a
default API provider, endpoint, model, credential, telemetry system, referral,
or affiliate behavior. AI ROUTER's maintenance of the package does not imply
affiliation with or endorsement by OpenAI or Homebrew.
Formula update requirements are in CONTRIBUTING.md. Report a packaging or checksum vulnerability through private vulnerability reporting, not a public issue.
The tap's formula and documentation are MIT licensed. Packaged projects retain the licenses declared in their own repositories and formulae.