Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up trilium-notes Requires Docker Desktop. No source code needed — pulls pre-built images and starts trilium-notes with all dependencies.
Image:
triliumnext/notes:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: trilium-notes
description: "Hierarchical note-taking and personal knowledge base"
repository: https://github.com/TriliumNext/Notes
logo: https://raw.githubusercontent.com/TriliumNext/Notes/master/images/app-icons/png/icon.png
image: triliumnext/notes:latest
provides:
- protocol: http
port: 8080
exposed: true
storage:
data:
path: /home/node/trilium-data
persistent: true
health: /
restart: always Test Results
Last Tested
2026-04-08
Health Check
Passing
Startup Time
6s
Total Disk
301 MB
Learn More
Spec references for features used in this Launchfile.