🧰
Open Source Toolkit

Know how to use it before you click: online, self-hosted, desktop, CLI

中文

Memos

usememos/memos
One-command deploy You need your own server, but the README has a copy-paste Docker command that gets it running.

Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours.

NotesSelf-hostable
Memos website screenshot

Deploy command

docker run -d \
  --name memos \
  -p 5230:5230 \
  -v ~/.memos:/var/opt/memos \
  neosmemo/memos:stable

Taken from the project README. You need a server with Docker; you may still need to add environment variables.

From the README

Memos is an open-source, self-hosted home for short-form thinking. Daily notes, links, work logs, and snippets flow into a chronological Markdown timeline—on infrastructure you control, without the overhead of an all-in-one workspace.

Stars
★ 63.3k
Language
Go
License
MIT
Last updated
2026-09-23
Category
Notes & knowledge base
Section
General