Binary Downloads
Download the appropriate binary for your platform:
Linux
macOS
- mem-macos-x86_64.tar.gz (Intel)
- mem-macos-arm64.tar.gz (Apple Silicon)
Windows
Quick Install (Recommended)
Homebrew (macOS/Linux)
brew tap memovai/mem
brew install memovShell Script
curl -fsSL https://raw.githubusercontent.com/memovai/memov/main/install.sh | bashManual Installation
Linux / macOS
# Download and extract
tar -xzf mem-<platform>-<arch>.tar.gz
# Install to /usr/local/lib and create symlink
sudo cp -r mem /usr/local/lib/
sudo ln -sf /usr/local/lib/mem/mem /usr/local/bin/mem
# Verify installation
mem --helpWindows
# Extract the zip file
# Add the extracted 'mem' folder to your PATH
# Or move mem\mem.exe to a directory in your PATH
# Verify installation
mem --helpPerformance
This release uses onedir mode for fast startup:
- First run: ~10-20s (OS security scan)
- Subsequent runs: ~0.2s
See docs/BUILD_AND_INSTALL.md for detailed instructions.