Official Homebrew tap for Nexar tools and utilities.
brew tap getnexar/tap| Formula | Description | Install |
|---|---|---|
nap |
CLI for deploying apps to Nexar AI Platform | brew install getnexar/tap/nap |
Install any formula directly (automatically taps if needed):
brew install getnexar/tap/nap
⚠️ Important: Homebrew-core has a differentnappackage (a code snippets tool). Always use the full pathgetnexar/tap/napto install Nexar's CLI.
As of v3.0.0, the CLI was renamed from nexar to nap:
# Uninstall old CLI
brew uninstall nexar
# Install new CLI
brew install getnexar/tap/nap
# Verify
nap versionYour existing nexar.yaml config files and NEXAR_ENV environment variable still work!
brew update
brew upgrade getnexar/tap/napbrew uninstall nap
brew untap getnexar/tap # Remove the tap entirelyReport issues at github.com/getnexar/homebrew-tap/issues