CyberChef Container Image¶
Self-hosted CyberChef instance for encryption, encoding, compression, and data analysis workflows.
Features¶
Packages the upstream CyberChef release with sensible defaults and static assets baked in.
- Listens on port 8080 so you can drop it behind any reverse proxy or expose it locally with
podman run -p 8080:8080. - Ships as a single container image that is automatically rebuilt when new CyberChef versions are published.

Usage¶
Pull the image¶
podman pull registry.gitlab.com/niclas-zone/ctr/cyberchef:latest
podman pull registry.gitlab.com/niclas-zone/ctr/cyberchef:v10.19.4
Run CyberChef locally¶
Open http://localhost:8080 in your browser to use the UI.
Author¶
Niclas Heinz
Contributing¶
Contributions are welcome! Please open an issue or submit a merge request if you have suggestions or improvements.
License¶
- Container configuration: MIT (see
LICENSE). - CyberChef itself: Apache-2.0.