A lightweight, self-hosted memo hub. Open Source and Free forever.
Documentation • Live Demo • Discuss in Discord / Telegram
docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos ghcr.io/usememos/memos:latest
The
~/.memos/
directory will be used as the data directory on your local machine, while/var/opt/memos
is the directory of the volume in Docker and should not be modified.
Learn more about other installation methods.