Install on Linux
Requirements
Section titled “Requirements”- Ubuntu 22.04+, Debian 12+, Fedora 39+, or any modern distro
- x86_64 or ARM64 (aarch64)
- glibc 2.31+
Option A — .deb package (Debian / Ubuntu)
Section titled “Option A — .deb package (Debian / Ubuntu)”wget https://github.com/yadu9989/memstrata/releases/latest/download/memstrata-pro_5.2.x_amd64.debsudo dpkg -i memstrata-pro_5.2.x_amd64.debmemstrata initOption B — .rpm package (Fedora / RHEL)
Section titled “Option B — .rpm package (Fedora / RHEL)”wget https://github.com/yadu9989/memstrata/releases/latest/download/memstrata-pro-5.2.x.x86_64.rpmsudo rpm -i memstrata-pro-5.2.x.x86_64.rpmmemstrata initOption C — AppImage (any distro)
Section titled “Option C — AppImage (any distro)”wget https://github.com/yadu9989/memstrata/releases/latest/download/MemStrata-5.2.x-x86_64.AppImagechmod +x MemStrata-5.2.x-x86_64.AppImage./MemStrata-5.2.x-x86_64.AppImage --install # installs CLI to ~/.local/bin/memstratamemstrata initOption D — pipx
Section titled “Option D — pipx”pip3 install pipxpipx install memstrata-promemstrata initVerify the install
Section titled “Verify the install”memstrata statusExpected output:
MemStrata v5.2.xMCP server: stopped (run 'memstrata serve' to start)Database: ~/.memstrata/index.dbLicense: Pro (60-day trial active)Auto-start with systemd
Section titled “Auto-start with systemd”memstrata install-service --systemdThis creates ~/.config/systemd/user/memstrata.service and enables it. The harness starts on login.
systemctl --user status memstrataUninstall
Section titled “Uninstall”memstrata uninstall # removes systemd unit and symlinkssudo dpkg -r memstrata-pro # or: sudo rpm -e memstrata-pro# Optional: remove local datarm -rf ~/.memstrata/