🌐
GitHub
github.com › usememos › memos
GitHub - usememos/memos: Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours. · GitHub
3 weeks ago - docker run -d \ --name memos \ -p 5230:5230 \ -v ~/.memos:/var/opt/memos \ neosmemo/memos:stable
Starred by 59.4K users
Forked by 4.3K users
Languages   Go 55.6% | TypeScript 43.6%
🌐
Memos
usememos.com
Memos - Open-Source Self-Hosted Notes
Run Memos on your server, store notes in your database, and keep the data path clear. No folder choice, no template step, no title required before a thought is worth saving. Write in a format that stays readable, portable, and easy to back up outside the app. Start on a Raspberry Pi, VPS, or cloud box with a lightweight Docker deploy.
Discussions

Self-host Memos - a nice lightweight, open-source note taking app
Why no mobile app and no pwa either? I can understand mobile development raises costs and maintenance, but pwa should be feasible More on reddit.com
🌐 r/selfhosted
29
85
August 11, 2025
Memos: A lightweight, self-hosted memo hub
Is a "memo hub" a common term that I'm just not familiar with · I used to think I just wasn’t educated enough and someone with more education would know exactly what it does and why it was created just by context alone, but now I don’t think that’s what’s happening More on news.ycombinator.com
🌐 news.ycombinator.com
40
129
July 13, 2023
Dockered Notes / Memos service, accessible via browser, with a related good android app: which one? Suggestions? Your experiences?
There is an companion app for memos https://play.google.com/store/apps/details?id=me.mudkip.moememos More on reddit.com
🌐 r/selfhosted
2
3
November 14, 2024
Best Self-hosted Note taking app
I'm using Joplin https://hub.docker.com/r/joplin/server https://joplinapp.org More on reddit.com
🌐 r/selfhosted
34
0
March 28, 2025
🌐
Docker Hub
hub.docker.com › r › neosmemo › memos
neosmemo/memos - Docker Image
Search Docker Hub · K · Help · Back · System theme · Sign inSign up · Back · Back · Sponsored OSS · By neosmemo•Updated about 2 hours ago · A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts. Image · Web servers · 225 · 5M+ OverviewTags · See more in https://github.com/usememos/memos⁠ ·
🌐
GitHub
github.com › MemTensor › MemOS
GitHub - MemTensor/MemOS: Self-evolving memory OS for LLM & AI Agents: ultra-persistent memory, hybrid-retrieval, and cross-task skill reuse, with 35.24% token savings · GitHub
Configure docker/.env.example and copy to MemOS/.env
Starred by 8.9K users
Forked by 794 users
Languages   TypeScript 50.7% | Python 41.9% | HTML 4.0% | JavaScript 1.9% | CSS 0.7% | Shell 0.7%
🌐
Memos
usememos.com › home › documentation › getting started
Getting Started - Memos
If you want a checked-in deployment file, use Docker Compose. If you are contributing or need a custom build, use Build From Source. ... The first user becomes the host admin and can configure registration, authentication, storage, and other global settings. ... # Welcome to Memos This is my first memo.
🌐
Mintlify
mintlify.com › mintlify atlas › mintlify-atlas/docs-atlas-9ba7c5f3 › docker installation
Docker Installation - Memos
February 28, 2026 - Memos stores all data in /var/opt/memos inside the container. Mount this directory to persist your data: ... docker run -d \ --name memos \ -p 5230:5230 \ -v ~/.memos:/var/opt/memos \ -e MEMOS_PORT=5230 \ -e MEMOS_DRIVER=sqlite \ neosmemo/memos:stable
🌐
Docker Hub
hub.docker.com › r › elestio › memos
elestio/memos - Docker Image
version: '3.3' services: memos: image: 'elestio/memos:latest' restart: always ports: - '172.17.0.1:5230:5230' volumes: - './memos/:/var/opt/memos' Copy
🌐
DEV Community
dev.to › lightningdev123 › owning-your-notes-self-hosting-memos-with-docker-and-secure-access-via-pinggy-20bm
Owning Your Notes: Self-Hosting Memos with Docker and Secure Access via Pinggy - DEV Community
January 5, 2026 - This article walks through a practical way to run your own note-taking system using Memos, containerized with Docker, and made accessible from anywhere using Pinggy.
Find elsewhere
🌐
Reddit
reddit.com › r/selfhosted › self-host memos - a nice lightweight, open-source note taking app
r/selfhosted on Reddit: Self-host Memos - a nice lightweight, open-source note taking app
August 11, 2025 -

An open-source, self-hosted memo hub with knowledge management and collaboration.

Features :

Privacy-First – Full control of your notes with self-hosting.
Tagging System – Organize content with custom tags.
Full-Text Search – Quickly find notes by keywords.
Media Embedding – Add images, videos, and links directly in notes.
Lightweight & Fast – Low resource usage with a responsive UI.
Cross-Platform Access – Works on desktop and mobile browsers.
PostgreSQL Support – Reliable, scalable storage for all your data.

To self-host you own copy of all setup done in single click, at here.
it uses Railway to self-host with all the setup done, which you can configure as you wish.

Links:

Self host in single click

Github

🌐
Techdox
docs.techdox.nz › memos
Setting Up Memos with Docker Compose - Techdox Docs
Memos is a self-hosted note-taking application that offers a convenient way to organize and store personal notes, memos, and other pieces of information. This Docker Compose setup deploys Memos in a Docker container, providing an easy-to-manage ...
🌐
goNeuland
goneuland.de › home › allgemein › memos – an open-source, self-hosted note-taking service
Memos – an open-source, self-hosted note-taking service | goNeuland
February 8, 2026 - services: memos: container_name: memos image: neosmemo/memos:0.26.0 environment: MEMOS_MODE: prod labels: traefik.enable: "true" traefik.docker.network: proxy traefik.http.routers.memos.entrypoints: websecure traefik.http.routers.memos.rule: Host(`memos.eurodomain.de`) traefik.http.routers.memos.middlewares: default@file traefik.http.routers.memos.tls: "true" traefik.http.routers.memos.tls.certresolver: tls_resolver traefik.http.routers.memos.service: memos traefik.http.services.memos.loadbalancer.server.port: "5230" volumes: - ./data:/var/opt/memos networks: - proxy read_only: true restart: always security_opt: - no-new-privileges:true # Nur wenn Sie die Iphone App nutzen brauchen Sie Mortis um die API zu konvertieren.
🌐
Christophe Avonture
avonture.be › blog › docker-memos
Self-hosted note-taking application | Christophe Avonture
July 29, 2025 - Deploy the memos self-hosted note-taking application quickly using Docker. Learn how to use its simple features - Markdown, checklists, tags, and image pasting.
🌐
Memos
usememos.com › docs › installation
Installation - Memos
docker run -d \ --name memos \ --publish 5230:5230 \ --volume ~/.memos/:/var/opt/memos \ neosmemo/memos:stable
🌐
Opalstack Community
community.opalstack.com › d › 1138-installing-a-self-hosted-memo-hub
Installing a self-hosted memo hub - Opalstack Community Forum
Discussion for Opalstack web and email hosting, the managed hosting service for developers and businesses like yours!
🌐
Railway
railway.com › deploy › memo
Deploy Memos (Open-Source Knowledge Base & Memo Notes Tool)
Run docker-compose up -d or build the project manually. Visit your server’s public IP, log in, and start creating memos.
🌐
Memos
usememos.com › home › documentation
Documentation - Memos
Run Memos with Docker, Compose, source builds, or Kubernetes.
🌐
Hacker News
news.ycombinator.com › item
Memos: A lightweight, self-hosted memo hub | Hacker News
July 13, 2023 - Is a "memo hub" a common term that I'm just not familiar with · I used to think I just wasn’t educated enough and someone with more education would know exactly what it does and why it was created just by context alone, but now I don’t think that’s what’s happening