Homebrew tap for javinizer — a JAV metadata scraper and organizer (CLI, TUI, REST API, and web UI).
brew tap javinizer/homebrew-tap https://github.com/javinizer/homebrew-tap brew trust --formula javinizer/tap/javinizer brew install javinizer
Homebrew 6.0+ requires explicitly trusting third-party taps before installing from them. The
brew truststep above is required once per tap. Alternatively, setHOMEBREW_NO_REQUIRE_TAP_TRUST=1to skip the check (less secure — not recommended).
Update to the latest stable release later:
brew upgrade javinizer
The formula installs a prebuilt binary — CGO/SQLite is statically linked into each release asset, so Homebrew does not build from source or pull a SQLite dependency. On macOS it installs the universal binary (works on both Apple Silicon and Intel); on Linux it installs the platform-appropriate arm64/amd64 binary.
This tap is updated automatically on every stable release by the cli-release workflow in the main repo. Prereleases (v1.0.0-rc.*) never reach the tap, so brew upgrade never hands you a release candidate.
Formula/javinizer.rb— the formula (auto-generated fromchecksums.txton each stable release)
- Main repo: javinizer/javinizer-go
- Releases: github.com/javinizer/javinizer-go/releases
- Issues: github.com/javinizer/javinizer-go/issues