2022-10-01 09:49:59 +08:00
2022-09-16 23:34:57 +08:00
2022-08-25 20:44:17 +08:00
2022-10-01 09:49:59 +08:00
2022-09-05 21:14:17 +08:00
2022-09-09 00:32:01 +08:00
2022-09-03 18:41:54 +08:00
2022-08-27 08:57:05 +08:00
2022-10-01 00:06:56 +08:00
2022-10-01 09:49:59 +08:00
2022-08-27 08:57:05 +08:00
2022-03-06 12:07:58 +08:00
2022-09-03 18:46:16 +08:00
2022-09-09 00:50:58 +08:00
2022-09-09 00:50:58 +08:00
2022-06-19 11:32:49 +08:00
2022-09-09 00:32:01 +08:00

✍️ memos

An open source, self-hosted knowledge base that works with a SQLite db file.

GitHub stars Docker pull Go report

Live DemoDiscuss in Telegram 👾

demo

Features

  • 🦄 Fully open source;
  • 📜 Writing in plain textarea without any burden,
    • and support some useful markdown syntax 💪.
  • 🌄 Share the memo in a pretty image or personal page like Twitter;
  • 🚀 Fast self-hosting with Docker;
  • 🤠 Pleasant UI and UX;

Deploy with Docker

Docker Run

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

Memos should be running at http://localhost:5230. If the ~/.memos/ does not have a memos_prod.db file, then memos will auto generate it.

Docker Compose

See more in the example docker-compose.yaml file.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. 🥰

Gets more about development guide.

Star history

Star History Chart

Description
An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way.
Readme MIT 71 MiB
Languages
Go 54.1%
TypeScript 45.1%
Less 0.3%
JavaScript 0.1%
Shell 0.1%
Other 0.1%