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

Steven c401a07933 chore: update dependencies 11 hours ago
.github c401a07933 chore: update dependencies 11 hours ago
bin 1167df29d8 feat: add security related settings 1 month ago
docs 171a89564e chore: tweak gen apidocs 1 week ago
internal fc2cd43dc2 chore: tweak util tests 1 month ago
plugin b376a20fb4 chore: tweak linter warnings 1 month ago
proto c401a07933 chore: update dependencies 11 hours ago
scripts 35b0bd82f4 chore: migrate of Docker compose v2 (#3857) 1 month ago
server 69ad5178b3 chore: update `MaxCallRecvMsgSize` 3 days ago
store cf4e660f41 chore: add memo location setting 6 days ago
test 759f7c6171 chore: fix workspace setting tests 2 weeks ago
web f0d43c9577 feat: add tag count to tree view (#3970) 15 hours ago
.dockerignore c5368fe8d3 chore: update resource dialog style (#982) 1 year ago
.gitignore 2c819ace4e feat: return not found error instead internal error for local file not exist (#3543) 3 months ago
.golangci.yaml 96b9269cd3 chore: fix golangci linter 1 month ago
.goreleaser.yaml 5f26c52b49 feat: add goreleaser 5 months ago
CODEOWNERS bd9003c24b chore: update readme (#1047) 1 year ago
Dockerfile b915eaa620 chore: bump dependencies 1 week ago
LICENSE cd7000da70 feat: responsive view (#75) 2 years ago
README.md 9c4d25cc4d chore: update README.md 1 week ago
SECURITY.md 0dd0714ad0 chore: update security 10 months ago
go.mod 4ab06f5f11 chore: bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.22 to 1.17.25 (#3978) 21 hours ago
go.sum 4ab06f5f11 chore: bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.22 to 1.17.25 (#3978) 21 hours ago

README.md

Memos - Open Source, Self-hosted, Your Notes, Your Way

Memos

An open-source, self-hosted note-taking solution designed for seamless deployment and multi-platform access. Experience effortless plain text writing with pain-free, complemented by robust Markdown syntax support for enhanced formatting.

Home PageBlogsDocsLive Demo

Docker pull Discord

demo

Main Features

  • Privacy First 🏠: Take control of your data. All runtime data is securely stored in your local database.
  • Create at Speed ✍️: Save content as plain text for quick access, with Markdown support for fast formatting and easy sharing.
  • Lightweight but Powerful 🤲: Built with Go, React.js, and a compact architecture, our application delivers powerful performance in a lightweight package.
  • Customizable 🧩: Easily customize your server name, icon, description, system style, and execution scripts to make it uniquely yours.
  • Open Source 🦦: Memos embraces the future of open source, with all code available on GitHub for transparency and collaboration.
  • Free to Use 💸: Enjoy all features completely free, with no charges ever for any content.

Deploy with Docker in seconds

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

[!NOTE] This command is only applicable for Unix/Linux systems. For Windows, please refer to the detailed documentation.

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! 🥰

Sponsorship

If you find Memos helpful, please consider sponsoring us. Your support will help us to continue developing and maintaining the project.

❤️ Thanks to the following sponsors and backers: yourselfhosted, Burning_Wipf, ...see more.

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.