esc
Type to search the docs
Back to catalog

memos

Tested

Lightweight self-hosted memo hub

memos screenshot

Run locally

Tested and verified to launch successfully.

Terminal
$ npx launchfile up memos

Requires Docker Desktop. No source code needed — pulls pre-built images and starts memos with all dependencies.

Image: neosmemo/memos:stable
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: memos
description: "Lightweight self-hosted memo hub"
repository: https://github.com/usememos/memos
logo: https://raw.githubusercontent.com/usememos/memos/main/web/public/logo.webp

image: neosmemo/memos:stable
provides:
  - protocol: http
    port: 5230
    exposed: true
storage:
  data:
    path: /var/opt/memos
    persistent: true
restart: always

Test Results

Last Tested

2026-04-06

Health Check

Passing

Startup Time

1s

Total Disk

49 MB

Learn More

Spec references for features used in this Launchfile.