This tap provides both Homebrew Formulae and Casks for installing the nanoid CLI across multiple platforms and architectures.
A single
nanoidcask dynamically installs the correct binary for your system (macOS or Linux, Intel or ARM64).
Install via cask:
brew tap sixafter/tap
brew install --cask nanoid- macOS
arm64(Apple Silicon)amd64(Intel)
- Linux
arm64amd64
🔐 Note for macOS users: If you see a
killederror when runningnanoid, macOS may have quarantined the binary due to it being unsigned or unnotarized. To resolve:sudo xattr -d com.apple.quarantine /opt/homebrew/bin/nanoid
⚠️ The formula is maintained only for compatibility with older workflows. Prefer thenanoidcask.
Available formula:
Install via formula:
brew tap sixafter/tap
brew install nanoidAll binaries are built and published using GoReleaser, and signed with Cosign.