598369e894
- Hook system for customization - Documentation and installation scripts - Multi-platform support via GitHub releases - Binaries available for Windows, Linux (x64/ARM64), macOS (Intel/Apple Silicon) Generated with Claude Code via Happy
41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
# Claude Mem v3.3.8
|
|
|
|
## 🚀 Installation
|
|
|
|
### Quick Install (Recommended)
|
|
```bash
|
|
curl -fsSL https://raw.githubusercontent.com/thedotmack/claude-mem/main/install.sh | bash
|
|
```
|
|
|
|
### Manual Download
|
|
Download the appropriate binary for your platform from the [releases page](https://github.com/thedotmack/claude-mem/releases/latest):
|
|
|
|
- **Windows x64**: `claude-mem.exe`
|
|
- **Linux x64**: `claude-mem-linux`
|
|
- **Linux ARM64**: `claude-mem-linux-arm64`
|
|
- **macOS ARM64** (Apple Silicon): `claude-mem-macos-arm64`
|
|
- **macOS x64** (Intel): `claude-mem-macos-x64`
|
|
|
|
## 📦 What's Included
|
|
|
|
- Multi-platform binaries for Windows, Linux, and macOS
|
|
- Hook system for customization
|
|
- Full documentation
|
|
- MCP server integration for Claude Code
|
|
|
|
## 🔧 Supported Platforms
|
|
|
|
| Platform | Architecture | Binary Name |
|
|
|----------|--------------|-------------|
|
|
| Windows | x64 | claude-mem.exe |
|
|
| Linux | x64 | claude-mem-linux |
|
|
| Linux | ARM64 | claude-mem-linux-arm64 |
|
|
| macOS | ARM64 (Apple Silicon) | claude-mem-macos-arm64 |
|
|
| macOS | x64 (Intel) | claude-mem-macos-x64 |
|
|
|
|
## 📝 License
|
|
|
|
Binary distribution under proprietary license (free to use).
|
|
Hook files under MIT license (open source).
|
|
See LICENSE file for details.
|