Skip to content

shaharia-lab/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 

Repository files navigation

Shaharia Lab Homebrew Tap

Official Homebrew tap for installing CLI tools from Shaharia Lab.

Quick Start

# Add the tap (one-time setup)
brew tap shaharia-lab/tap

# Install any tool using short names
brew install codenav
brew install gscli
brew install slackcli
brew install vibexp

Available Formulas

Formula Description Repository
codenav AI-powered codebase exploration and understanding tool code-navigator
gscli Google Suite CLI - Access Gmail, Drive, and Calendar from command line gscli
slackcli Slack CLI - Interact with Slack from command line slackcli
echoy Intelligent & smart AI assistance for your daily life echoy
vibexp VibeXP CLI - Command line interface for the VibeXP platform vibexp.io

Installation Methods

Recommended: Add tap first (shorter commands)

# One-time setup
brew tap shaharia-lab/tap

# Then install using short names
brew install codenav
brew install gscli
brew install slackcli
brew install vibexp

Alternative: Direct install (no tap setup needed)

# Install directly with full path
brew install shaharia-lab/tap/codenav
brew install shaharia-lab/tap/gscli
brew install shaharia-lab/tap/slackcli
brew install shaharia-lab/tap/vibexp

Platform Support

All formulas support both macOS (Intel & Apple Silicon) and Linux (x86_64).

Installing Specific Versions

You can pin to specific versions using versioned formulas:

# Install specific version
brew install codenav@0.4.3
brew install gscli@0.1.3
brew install slackcli@0.2.1

# List available versions
ls $(brew --repository shaharia-lab/tap)/Formula/

Note: Versioned formulas are keg_only and won't be linked automatically. Use brew link --force <formula> if needed.

Upgrading

# Update Homebrew and upgrade all packages
brew update
brew upgrade

# Or upgrade a specific formula
brew upgrade codenav

Uninstalling

# Uninstall a formula
brew uninstall codenav

# Remove the tap entirely
brew untap shaharia-lab/tap

Troubleshooting

# Update Homebrew
brew update

# Reinstall a formula
brew reinstall codenav

# Check formula info
brew info codenav

# Check for issues
brew doctor

Contributing

Formula updates are automated through GitHub Actions when new releases are published in the source repositories.

License

MIT License - See individual tool repositories for their specific licenses.

About

Homebrew tap for installing tools and libraries from Shaharia Lab

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Contributors

Languages