Skip to content

Six After's Homebrew Tap: A curated collection of CLI tools and utilities for streamlined macOS/Linux workflows.

License

Notifications You must be signed in to change notification settings

sixafter/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebrew-tap Powered By: GoReleaser

Overview

This tap provides both Homebrew Formulae and Casks for installing the nanoid CLI across multiple platforms and architectures.


🍺 Cask (Preferred)

A single nanoid cask 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

✅ Supported Platforms

  • macOS
    • arm64 (Apple Silicon)
    • amd64 (Intel)
  • Linux
    • arm64
    • amd64

🔐 Note for macOS users: If you see a killed error when running nanoid, 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

🧪 Formula (Deprecated)

⚠️ The formula is maintained only for compatibility with older workflows. Prefer the nanoid cask.

Available formula:

Install via formula:

brew tap sixafter/tap
brew install nanoid

📦 Releases

All binaries are built and published using GoReleaser, and signed with Cosign.

About

Six After's Homebrew Tap: A curated collection of CLI tools and utilities for streamlined macOS/Linux workflows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages