A Go implementation of the core data conversion algorithms from GCHQ's CyberChef.
Download the latest pre-built binary for your platform from the releases page.
Or use the install script:
curl -sSL https://raw.githubusercontent.com/yourusername/cyberchef-tui/main/install.sh | bashIf you have Go installed (version 1.21 or later):
go install github.com/yourusername/cyberchef-tui@latestOr build from source:
git clone https://github.com/yourusername/cyberchef-tui.git
cd cyberchef-tui
go build -o cyberchef-tui ./cmd/tui