Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up cyberchef Requires Docker Desktop. No source code needed — pulls pre-built images and starts cyberchef with all dependencies.
Image:
ghcr.io/gchq/cyberchef:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: cyberchef
description: "Web app for data encoding, decoding, encryption, and analysis"
repository: https://github.com/gchq/CyberChef
logo: https://raw.githubusercontent.com/gchq/CyberChef/master/src/web/static/images/logo/cyberchef.svg
image: ghcr.io/gchq/cyberchef:latest
provides:
- protocol: http
port: 8000
exposed: true
health: /
restart: always Test Results
Last Tested
2026-04-08
Health Check
Passing
Startup Time
1s
Total Disk
203 MB
Learn More
Spec references for features used in this Launchfile.