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

boojack 956befc8a7 fix: patch memo row status (#1755) 1 year ago
.github 2e34ce90a1 chore: upgrade version `0.13.1` (#1754) 1 year ago
.vscode b42e5c3213 chore: update vscode setting enforcement for go111module="on" (#1738) 1 year ago
api 8628d1e4b2 feat: add Telegram bot config UI (#1747) 1 year ago
assets 2e14561bfc chore: update logo assets (#1407) 1 year ago
cmd 0baf6b0e19 feat: add test for user store (#1438) 1 year ago
common b40571095d feat: update memo detail page (#1682) 1 year ago
docs e69f7c735b chore(revert): retire demo site (#1733) 1 year ago
plugin 8628d1e4b2 feat: add Telegram bot config UI (#1747) 1 year ago
scripts 43819b021e chore: add demo banner (#1739) 1 year ago
server 2e34ce90a1 chore: upgrade version `0.13.1` (#1754) 1 year ago
setup 0baf6b0e19 feat: add test for user store (#1438) 1 year ago
store 956befc8a7 fix: patch memo row status (#1755) 1 year ago
test ea728d232d refactor: memo store (#1741) 1 year ago
web 2e34ce90a1 chore: upgrade version `0.13.1` (#1754) 1 year ago
.dockerignore c5368fe8d3 chore: update resource dialog style (#982) 1 year ago
.gitignore 94f97208e3 chore: setup project workspace for better DX (#1048) 1 year ago
.golangci.yaml 466bfe4b49 chore: update golangci-lint config (#168) 1 year ago
CODEOWNERS bd9003c24b chore: update readme (#1047) 1 year ago
Dockerfile 45c119627b chore: move flags into env variables (#1732) 1 year ago
LICENSE cd7000da70 feat: responsive view (#75) 2 years ago
README.md e69f7c735b chore(revert): retire demo site (#1733) 1 year ago
SECURITY.md 89179f78c2 chore: add `SECURITY.md` (#562) 1 year ago
docker-compose.uffizzi.yml afaaec8492 feat(mode): add demo mode (#1121) 1 year ago
docker-compose.yaml 43575e6f54 chore: update readme 1 year ago
go.mod d80aa67c97 feat: parse markdown to html format in rss (#1683) 1 year ago
go.sum d80aa67c97 feat: parse markdown to html format in rss (#1683) 1 year ago
main.go 1517688076 chore: update code structure (#1139) 1 year ago

README.md

memos

A lightweight, self-hosted memo hub. Open Source and Free forever.

DocumentationLive Demo • Discuss in Discord / Telegram

GitHub stars Discord

demo

Key points

  • Open source and free forever
  • Self-hosting with Docker in seconds
  • Markdown support
  • Customizable and sharable
  • RESTful API for self-service

Deploy with Docker in seconds

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.

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


Acknowledgements

  • Thanks Uffizzi for sponsoring preview environments for PRs.

Star history

Star History Chart