File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464
6565 - name : Install uv
6666 run : |
67- pip install uv
68-
69- - name : Create virtual env
70- run : |
71- uv venv
67+ curl -LsSf https://astral.sh/uv/install.sh | sh
68+ echo "$HOME/.cargo/bin" >> $GITHUB_PATH
7269
7370 - name : Install librsvg
7471 run : brew install librsvg
8481 uv pip install -e ".[dev]"
8582 cd installer
8683 uv run python setup.py bdist_mac
84+ # Remove quarantine attribute
85+ xattr -dr com.apple.quarantine "dist/Basic Memory Installer.app"
8786
8887 - name : Zip macOS installer
8988 run : |
Original file line number Diff line number Diff line change 1+ # Basic Memory Installer
2+
3+ This installer configures Basic Memory to work with Claude Desktop.
4+
5+ ## Installation
6+
7+ 1 . Download the latest installer from the [ releases page] ( https://github.com/basicmachines-co/basic-memory/releases )
8+ 2 . Unzip the downloaded file
9+ 3 . Since the app is currently unsigned, you'll need to:
10+ - Right-click (or Control-click) the app
11+ - Select "Open" from the context menu
12+ - Click "Open" in the warning dialog
13+ 4 . Follow the installation instructions
14+ 5 . Restart Claude Desktop
15+
16+ The warning only appears the first time you open the app. Future updates will include proper code signing.
You can’t perform that action at this time.
0 commit comments