A lightweight, self-hosted memo hub. Open Source and Free forever.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
dependabot[bot] c43762a9b6
chore: bump lucide-react from 0.453.0 to 0.486.0 in /web (#4590)
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.453.0 to 0.486.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.486.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
.github chore: fix lint 3 months ago
bin/memos chore: move dsn output to dev mode 5 months ago
internal/util chore: move resource name test 3 months ago
plugin fix: aws-chunked encoding is not supported with the specified x-amz-content-sha256 value for some s3 providers (#4575) 3 months ago
proto chore: fix lint 3 months ago
scripts Add executable permission to scripts/build.sh (#4486) 4 months ago
server feat: update ItalicNode to use repeated children instead of content (#4566) 3 months ago
store fix: remove errors.Wrap(nil) (#4576) 3 months ago
web chore: bump lucide-react from 0.453.0 to 0.486.0 in /web (#4590) 3 months ago
.dockerignore chore: update resource dialog style (#982) 2 years ago
.gitignore chore(dev): update build guides 5 months ago
.golangci.yaml chore: update linter config 4 months ago
.goreleaser.yaml chore: remove cgo 5 months ago
CODEOWNERS chore: update readme (#1047) 2 years ago
Dockerfile chore: bump golang version 4 months ago
LICENSE chore: update LICENSE (#4394) 4 months ago
README.md fix: update README.md (#4492) 3 months ago
SECURITY.md chore: update security 2 years ago
entrypoint.sh feat: add sh entrypoint to allow MEMOS_DSN_FILE to load variable from secret (#4236) 6 months ago
go.mod feat: update ItalicNode to use repeated children instead of content (#4566) 3 months ago
go.sum feat: update ItalicNode to use repeated children instead of content (#4566) 3 months ago

README.md

Memos - Open Source, Self-hosted, Your Notes, Your Way

Memos

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 PageBlogsDocsLive Demo

Docker pull Docker image size Discord

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

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.

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.

[!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.

Star history

Star History Chart

Other Projects

  • Slash: An open source, self-hosted bookmarks and link sharing platform. Save and share your links very easily.
  • Gomark: A markdown parser written in Go for Memos. And its WebAssembly version is also available.