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

nlfox 3cbccde67e feat: add pull to refresh for PagedMemoList (#4128) 17 hours ago
.github 5601daef40 chore: add semantic action 1 week ago
bin 1167df29d8 feat: add security related settings 2 months ago
docs 171a89564e chore: tweak gen apidocs 1 month ago
internal 74498a726e chore: update package 1 month ago
plugin 74498a726e chore: update package 1 month ago
proto f007185b8f chore: tweak form styles 1 week ago
scripts 45d4d391d8 fix: air script in windows 1 week ago
server 57c00734e2 fix: frontend build 2 weeks ago
store 80785de900 chore: remove unused script 5 days ago
test 43d13a3edc chore: tweak linter 1 month ago
web 3cbccde67e feat: add pull to refresh for PagedMemoList (#4128) 17 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) 5 months ago
.golangci.yaml 96b9269cd3 chore: fix golangci linter 2 months ago
.goreleaser.yaml 5f26c52b49 feat: add goreleaser 6 months ago
CODEOWNERS bd9003c24b chore: update readme (#1047) 1 year ago
Dockerfile b915eaa620 chore: bump dependencies 1 month ago
LICENSE cd7000da70 feat: responsive view (#75) 2 years ago
README.md 9c4d25cc4d chore: update README.md 1 month ago
SECURITY.md 0dd0714ad0 chore: update security 1 year ago
go.mod b4f9c09d85 chore: upgrade backend dependencies 1 week ago
go.sum b4f9c09d85 chore: upgrade backend dependencies 1 week 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.