Favicon of Memos

Memos

Capture ideas with a lightweight, self-hosted memo hub. Open source, privacy-first, and free forever. Deploy in minutes and own your data completely.

Memos is a lightweight, self-hosted memo hub designed for you to effortlessly capture and share your ideas. It's built with a privacy-first approach, ensuring your thoughts remain yours alone. As a completely open-source and free tool, it gives you full control over your data without any tracking, analytics, or data harvesting.

Take control of your notes with a platform that prioritizes simplicity and ownership:

  • 100% Private: Your data is never tracked or sold. What you write stays with you, on your server.
  • Blazing Fast: A lightweight server and efficient database mean you can capture ideas at the speed of thought without lag.
  • Future-Proof Format: Write in Markdown to own your content forever. Avoid proprietary formats and vendor lock-in.
  • Deploy Anywhere: Set it up on a Raspberry Pi, a home server, or in the cloud. A single Docker command gets you running in under 5 minutes.
  • Truly Open Source: With an MIT license and a large community of contributors, the project is transparent and collaborative.
  • Free Forever: All features are available without paywalls, subscriptions, or premium upsells.

Directory Structure

memos
memos-data
.env
docker-compose.yml

docker-compose.yml

services:
  memos:
    image: ghcr.io/usememos/memos:latest
    container_name: memos
    volumes:
      - ./memos-data:/var/opt/memos
    ports:
      - "5230:5230"
    restart: always

.env

# Memos does not require sensitive environment variables for its default SQLite configuration.
# Initial setup (admin creation) is done via the web UI on first launch.

Share:

Ad
Favicon

 

  
 

Similar to Memos

Favicon

 

  
  
Favicon

 

  
  
Favicon