Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 react self-hosted social-network sqlite
Last synced: 1 day 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T15:44:38.000Z (10 days ago)
- Last Synced: 2025-01-06T11:14:11.439Z (8 days ago)
- Topics: docker, go, markdown, memo, microblog, note-taking, react, self-hosted, social-network, sqlite
- Language: Go
- Homepage: https://usememos.com
- Size: 32.5 MB
- Stars: 35,727
- Watchers: 154
- Forks: 2,560
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - usememos/memos - An open source, lightweight note-taking service. Easily capture and share your great thoughts. (Go)
- awesome-homelab - Memos - source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way. | (Apps / Writing)
- 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-webtech - Memos - first, lightweight note-taking service with multi-tenancy and sharing capabilities. (Applications / Communication)
- awesome-ops - usememos/memos - 12-08|2024-10-06 | 一项隐私优先的轻量级笔记服务, 轻松捕捉并分享您的精彩想法, [flomo](https://flomoapp.com/) 的开源替代品 | (Wiki-Server)
- awesome-repositories - usememos/memos - An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way. (Go)
- 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")|![图](https://img.shields.io/github/release-date/usememos/memos?label= "title")|![图](https://img.shields.io/github/license/usememos/memos?label= "title")|![图](https://img.shields.io/github/stars/usememos/memos?label=&style=flat "title")|![图](https://img.shields.io/github/languages/top/usememos/memos "title")| (Note)
- StarryDivineSky - usememos/memos
- my-awesome - usememos/memos - taking,react,self-hosted,social-network,sqlite pushed_at:2025-01 star:35.8k fork:2.6k An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way. (Go)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/usememos/memos - Self-hostable note taking service (Jump To / Productivity)
- awesome-rainmana - usememos/memos - An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way. (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 - usememos/memos - An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way. (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![demo](https://www.usememos.com/demo.png)
## 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
```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).
## 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](https://github.com/yourselfhosted)**, **[Burning_Wipf](https://github.com/KUKARAF)**, _[...see more](https://github.com/sponsors/usememos)_.
## Star history
[![Star History Chart](https://api.star-history.com/svg?repos=usememos/memos&type=Date)](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.