| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Homebrew tap for installing Basic Memory - an AI-powered knowledge management system with MCP server integration.
# Add this tap
brew tap basicmachines-co/basic-memory
# Install Basic Memory
brew install basic-memoryOr install directly:
brew install basicmachines-co/basic-memory/basic-memoryInstall a specific beta, release candidate, or development version:
# Install a specific beta version
BM_VERSION=0.13.8b1 brew install basicmachines-co/basic-memory/basic-memory-beta
# Install a release candidate
BM_VERSION=0.13.8rc1 brew install basicmachines-co/basic-memory/basic-memory-beta
# Install a development version
BM_VERSION=0.13.8.dev1 brew install basicmachines-co/basic-memory/basic-memory-betaAvailable versions can be found at: https://pypi.org/project/basic-memory/#history
After installation:
# Check version
basic-memory --version
# Use the shorthand
bm --helpYou can have either the stable or beta version installed at a time:
# Switch from stable to beta
brew uninstall basic-memory
BM_VERSION=x.y.z brew install basic-memory-beta
# Switch from beta to stable
brew uninstall basic-memory-beta
brew install basic-memoryConfiguration files are installed to:
To install from source:
brew install --HEAD basic-memoryDuring installation you may see an error like:
Error: Failed changing dylib ID of .../libexec/.../some_file.so Error: Failed to fix install linkage
This is harmless. Homebrew tries to rewrite internal paths in all shared libraries, but some Python extension modules (built by Rust via maturin/PyO3) don't have enough header space for the longer paths. The installation completes successfully despite the warning, and basic-memory works normally.
This tap is maintained at: https://github.com/basicmachines-co/homebrew-basic-memory
Report issues or submit pull requests there.
| Back | FazBrowse Home | New Git URL |