hexyl

A command-line hex viewer

Github stars Tracking Chart

Build Status

hexyl is a simple hex viewer for the terminal. It uses a colored output to distinguish different categories
of bytes (NULL bytes, printable ASCII characters, ASCII whitespace characters, other ASCII characters and non-ASCII).

Preview

Installation

On Debian-based systems

wget "https://github.com/sharkdp/hexyl/releases/download/v0.6.0/hexyl_0.6.0_amd64.deb"
sudo dpkg -i hexyl_0.6.0_amd64.deb

On Arch Linux

You can install hexyl from the official package repository:

pacman -S hexyl

On macOS

brew install hexyl

On FreeBSD

pkg install hexyl

Via Nix

nix-env -i hexyl

On other distributions

Check out the release page for binary builds.

On Windows

For now, you will have to install from source via cargo (see below). Make sure that you
use a terminal that supports ANSI escape sequences (like ConHost v2 since Windows 10 1703
or Windows Terminal since Windows 10 1903).

Via cargo

If you have Rust 1.31 or higher, you can install hexyl from source via cargo:

cargo install hexyl

License

Licensed under either of

at your option.

Main metrics

Overview
Name With Ownersharkdp/hexyl
Primary LanguageRust
Program languageRust (Language Count: 1)
Platform
License:Apache License 2.0
所有者活动
Created At2018-11-05 22:53:35
Pushed At2025-06-16 20:41:37
Last Commit At2025-06-16 13:41:37
Release Count18
Last Release Namev0.16.0 (Posted on )
First Release Namev0.2.0 (Posted on )
用户参与
Stargazers Count9.7k
Watchers Count69
Fork Count241
Commits Count474
Has Issues Enabled
Issues Count115
Issue Open Count18
Pull Requests Count105
Pull Requests Open Count4
Pull Requests Close Count25
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private