https://github.com/usememos/memos
An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way.
https://github.com/usememos/memos
docker go markdown memo microblog note-taking notecard react self-hosted social-network sqlite
Last synced: 5 months ago
JSON representation
An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way.
- Host: GitHub
- URL: https://github.com/usememos/memos
- Owner: usememos
- License: mit
- Created: 2021-12-08T15:30:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T14:41:07.000Z (5 months ago)
- Last Synced: 2025-05-12T14:51:05.645Z (5 months ago)
- Topics: docker, go, markdown, memo, microblog, note-taking, notecard, react, self-hosted, social-network, sqlite
- Language: Go
- Homepage: https://usememos.com
- Size: 33.9 MB
- Stars: 39,395
- Watchers: 163
- Forks: 2,814
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-homelab - Memos - source, self-hosted knowledge management and note-taking platform designed for privacy-conscious users and organizations. | (Apps / Writing)
- awesome - usememos/memos - A modern, open-source, self-hosted knowledge management and note-taking platform designed for privacy-conscious users and organizations. (Go)
- awesome-webtech - Memos - first, lightweight note-taking service with multi-tenancy and sharing capabilities. (Applications / Communication)
- awesome-repositories - usememos/memos - A modern, open-source, self-hosted knowledge management and note-taking platform designed for privacy-conscious users and organizations. (Go)
- Awesome-NAS-Docker - 项目地址 - commit/usememos/memos?label) | (置顶 / 9、效率工具集合)
- awesome-github-star - memos - first, lightweight note-taking service. Easily capture and share your great thoughts | usememos | 19345 | (Go)
- awesome-golang-repositories - memos - hosted knowledge base that works with a SQLite db file. (Repositories)
- awesome-open-source-systems - memos - A memo hub with knowledge management and social networking. (Knowledge Center / Wiki / Follow me)
- awesome-nas - memos - commit/usememos/memos?label= "title")||||| (Note)
- StarryDivineSky - usememos/memos
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/usememos/memos - Self-hostable note taking service (Productivity / Other)
- awesome-ops - usememos/memos - 12-08|2025-06-30 | 一项隐私优先的轻量级笔记服务, 轻松捕捉并分享您的精彩想法, [flomo](https://flomoapp.com/) 的开源替代品 | (Wiki-Server)
- definitive-opensource - Memos - source, self-hosted knowledge management and note-taking platform designed for privacy-conscious users and organizations. | `SelfHost` | **44.7k** | (Table of Contents / Note Taking)
- awesome-rainmana - usememos/memos - A modern, open-source, self-hosted knowledge management and note-taking platform designed for privacy-conscious users and organizations. (Go)
- awesome - usememos/memos - A modern, open-source, self-hosted knowledge management and note-taking platform designed for privacy-conscious users and organizations. (Go)
- awesome - usememos/memos - An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way. (Go)
- awesome-nas - memos - source, self-hosted knowledge management and note-taking (Productivity)
- awesome-markdown - Memos - 一款现代、开源的自托管知识管理和笔记应用。它提供轻量而强大的 **Markdown** 支持,并能私密地捕捉和分享想法。Memos 强调快捷记录和**碎片化知识管理**,并支持标签、全文搜索和 RESTful API,是个人搭建专属知识库、进行**轻量级微博客**或**日志记录**的理想选择。  (写作与编辑环境 / 笔记与知识管理软件)
- my-awesome - usememos/memos - taking,notecard,react,self-hosted,social-network,sqlite pushed_at:2025-09 star:44.3k fork:3.2k A modern, open-source, self-hosted knowledge management and note-taking platform designed for privacy-conscious users and organizations. (Go)
README
# Memos - Open Source, Self-hosted, Your Notes, Your Way
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 Page •
Blogs •
Docs •
Live Demo
## Features
- **Privacy First** 🏡: Your data, your control. All runtime data is securely stored in your local database.
- **Create at Speed** ✍️: Write and save content as plain text for quick access, with Markdown support for fast formatting and easy sharing.
- **Lightweight but Powerful** ⚡: Built with Go and React.js, our app combines a compact architecture with powerful performance.
- **Customizable** 🧩: Personalize your experience by customizing the server name, icon, description, theme, and execution scripts.
- **Open Source** 🦦: Fully open source, with all code available on GitHub for transparency and collaboration.
- **Free to Use** 💸: Enjoy all features at no cost, no hidden fees, no subscriptions.## Deploy with Docker in seconds
```bash
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](https://www.usememos.com/docs/install/container-install#docker-on-windows).
>
> 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](https://www.usememos.com/docs/install).
> [!WARNING]
> Memos is still under active development, so you may encounter bugs or breaking changes as we improve.## 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! 🥰
Guide to [contribution](https://www.usememos.com/docs/contribution/development).
## Star history
[](https://star-history.com/#usememos/memos&Date)
## Other Projects
- [**Slash**](https://github.com/yourselfhosted/slash): An open source, self-hosted bookmarks and link sharing platform. Save and share your links very easily.
- [**Gomark**](https://github.com/usememos/gomark): A markdown parser written in Go for Memos. And its [WebAssembly version](https://github.com/usememos/gomark-wasm) is also available.