Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up archivebox Requires Docker Desktop. No source code needed — pulls pre-built images and starts archivebox with all dependencies.
Image:
archivebox/archivebox:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: archivebox
description: "Self-hosted web archiving — saves HTML, JS, PDFs, media from any URL"
repository: https://github.com/ArchiveBox/ArchiveBox
logo: https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/dev/archivebox/static/icon.png
image: archivebox/archivebox:latest
provides:
- protocol: http
port: 8000
exposed: true
storage:
data:
path: /data
persistent: true
restart: always Test Results
Last Tested
2026-04-09
Health Check
Passing
Startup Time
2s
Total Disk
2116 MB
Learn More
Spec references for features used in this Launchfile.