This is the official Homebrew tap for Enzyme, an AI-powered knowledge management system for markdown vaults.
brew tap byenzyme/enzyme
brew install enzymeAfter installation, you can use the enzyme command:
# Navigate to your markdown vault
cd /path/to/your/vault
# Start the timeline UI
enzyme
# Or run context search
enzyme context "your search query"For more information, see the main Enzyme repository.
Currently supports:
- macOS Apple Silicon (M1/M2/M3) - ARM64
brew upgrade enzymebrew uninstall enzyme
brew untap byenzyme/enzymeThis tap is automatically updated by the Enzyme release process. The formula is updated with each new release.
If you need to manually update the formula:
- Update the version, URL, and SHA256 in
Formula/enzyme.rb - Test the formula locally:
brew install --build-from-source Formula/enzyme.rb - Commit and push changes
For issues with:
- Installation: Report in this repository
- Enzyme functionality: Report in the main repository
MIT