hexyl
CLIA command-line hex viewer with colored output.
View binary files as colored hex dumps
Recipes
Curated from documentation and usage. Percentages are estimates, not measurements.
View binary file as hex
hexyl file.binView first 256 bytes
hexyl --length 256 file.binInstall
Homebrew
brew install hexylCargo
cargo install hexylAgent notes
- When to use
- Inspecting binary files or checking file signatures
- Quick examples
hexyl file.binhexyl --length 256 image.png
Use from an agent
curl -s https://clihub.com/api/tools/hexyl | jq '.agentHints.provenRecipes[] | {task, command, verified}'Or call get_tool with slug hexyl on the MCP server at https://clihub.com/mcp.