Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up cobalt Requires Docker Desktop. No source code needed — pulls pre-built images and starts cobalt with all dependencies.
Image:
ghcr.io/imputnet/cobalt:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: cobalt
description: "Fast, no-nonsense media downloader for YouTube, Twitter, and more"
repository: https://github.com/imputnet/cobalt
logo: https://raw.githubusercontent.com/imputnet/cobalt/current/web/static/favicon.svg
image: ghcr.io/imputnet/cobalt:latest
provides:
- protocol: http
port: 9000
exposed: true
health: /api/serverInfo
restart: always Test Results
Last Tested
2026-04-08
Health Check
Passing
Startup Time
1s
Total Disk
255 MB
Learn More
Spec references for features used in this Launchfile.