This is a Homebrew tap for CLI tools by @madeinoz67.
brew tap madeinoz67/tap| Formula | Description |
|---|---|
| go-rag | Single-binary local RAG database — bundled pure-Go embeddings, no Ollama required |
| lldap-cli | Command-line interface for LLDAP server management |
| voice-server | Local-first TTS voice server using MLX-audio with Kokoro-82M model |
# Install go-rag
brew install madeinoz67/tap/go-rag
go-rag init && go-rag add ./my-docs && go-rag query "how does X work?"
# Install lldap-cli
brew install madeinoz67/tap/lldap-cli
# Install voice-server
brew install madeinoz67/tap/voice-server
# Or after tapping
brew tap madeinoz67/tap
brew install go-rag
# Start voice-server as a service
brew services start madeinoz67/tap/voice-serverbrew update
brew upgrade madeinoz67/tap/go-ragIf you have issues with a formula, please report them to the respective project repository.
For tap-specific issues, open an issue here.