Skip to content

v0.0.8

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Feb 15:15
· 3 commits to main since this release

Binary Downloads

Download the appropriate binary for your platform:

Linux

macOS

Windows

Quick Install (Recommended)

Homebrew (macOS/Linux)

brew tap memovai/mem
brew install memov

Shell Script

curl -fsSL https://raw.githubusercontent.com/memovai/memov/main/install.sh | bash

Manual 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 --help

Windows

# 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 --help

Performance

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.