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

Zeng1998 97789fce79 fix: unexpected reset of the storage setting (#1475) 1 year ago
.github 27a1792e78 chore: update Uffizzi Workflows (#1390) 1 year ago
.vscode afaaec8492 feat(mode): add demo mode (#1121) 1 year ago
api 4419b4d4ae chore: update version and remove isDev flag (#1452) 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 d0b8b076cf feat: implement sign in with SSO (#1119) 1 year ago
docs bc595b40e7 feat: add docs for memos setup after deploying (#1419) 1 year ago
plugin c7a57191bd feat: add jwt auth (#1441) 1 year ago
scripts 1517688076 chore: update code structure (#1139) 1 year ago
server e20636026e fix: return external link directly (#1465) 1 year ago
setup 0baf6b0e19 feat: add test for user store (#1438) 1 year ago
store e20636026e fix: return external link directly (#1465) 1 year ago
test c9a5df81ce chore: update store tests (#1449) 1 year ago
web 97789fce79 fix: unexpected reset of the storage setting (#1475) 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 70e32637b0 build: update dockerfile for using cache to speed up (#1372) 1 year ago
LICENSE cd7000da70 feat: responsive view (#75) 2 years ago
README.md 1ea65c0b60 chore: update logo (#1442) 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 c7a57191bd feat: add jwt auth (#1441) 1 year ago
go.sum c7a57191bd feat: add jwt auth (#1441) 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.

Live Demo • Discuss in Telegram / Discord

GitHub stars Docker pull 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 neosmemo/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