A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts https://usememos.com/

Zhiyuan Zheng 51a7934616 fix: firefox/safari to redirect to /explore in HomeLayout (#3001) 4 months ago
.github a4fa67cd18 chore: update dependencies 4 months ago
api 8d08cfe1c9 fix: incorrectly checking whether registration is allowed in the login v1 api (#2998) 4 months ago
bin b0f52ade7a chore: remove metric service 4 months ago
docs ba460382b0 chore: remove type-gen script 4 months ago
internal de8db63811 chore: rename workspace setting service 5 months ago
plugin 4aa4417d91 chore: allow all 20x response status code in webhook (#2947) 4 months ago
proto e585578553 chore: tweak readme 4 months ago
scripts 03d67d5a00 feat: add mermaid support in codeblock (#2971) 4 months ago
server b0f52ade7a chore: remove metric service 4 months ago
store 5b92ac1775 chore: fix setting migrator 4 months ago
test 51d58d3982 chore: add workspace setting migrator 4 months ago
web 51a7934616 fix: firefox/safari to redirect to /explore in HomeLayout (#3001) 4 months ago
.dockerignore c5368fe8d3 chore: update resource dialog style (#982) 1 year ago
.gitignore 673809e07d fix: docker-compose.dev.yaml (#2695) 6 months ago
.golangci.yaml a4452d8a2f chore: update linter rules 5 months ago
CODEOWNERS bd9003c24b chore: update readme (#1047) 1 year ago
Dockerfile a4fa67cd18 chore: update dependencies 4 months ago
LICENSE cd7000da70 feat: responsive view (#75) 2 years ago
README.md e585578553 chore: tweak readme 4 months ago
SECURITY.md 0dd0714ad0 chore: update security 7 months ago
go.mod b0f52ade7a chore: remove metric service 4 months ago
go.sum b0f52ade7a chore: remove metric service 4 months ago

README.md

Memos

A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts.

Home PageBlogsDocsLive Demo

Docker pull Translation status Discord

demo

Key points

  • Open source and free forever. Embrace a future where creativity knows no boundaries with our open-source solution – free today, tomorrow, and always.
  • Self-hosting with Docker in just seconds. Enjoy the flexibility, scalability, and ease of setup that Docker provides, allowing you to have full control over your data and privacy.
  • Pure text with added Markdown support. Say goodbye to the overwhelming mental burden of rich formatting and embrace a minimalist approach.
  • Customize and share your notes effortlessly. With our intuitive sharing features, you can easily collaborate and distribute your notes with others.
  • RESTful API for third-party services. Embrace the power of integration and unleash new possibilities with our RESTful API support.

Deploy with Docker in seconds

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

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.

Contribution

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. We greatly appreciate any contributions you make. Thank you for being a part of our community! 🥰

Star history

Star History Chart

Other projects

  • Slash: An open source, self-hosted bookmarks and link sharing platform. Save and share your links very easily.
  • Gomark: A markdown parser written in Go for Memos. And its WebAssembly version is also available.