{"id":13439021,"url":"https://github.com/sharkdp/hexyl","last_synced_at":"2025-05-12T22:36:07.984Z","repository":{"id":37514264,"uuid":"156294298","full_name":"sharkdp/hexyl","owner":"sharkdp","description":"A command-line hex viewer","archived":false,"fork":false,"pushed_at":"2025-03-09T18:29:27.000Z","size":548,"stargazers_count":9593,"open_issues_count":23,"forks_count":240,"subscribers_count":69,"default_branch":"master","last_synced_at":"2025-05-05T17:21:49.286Z","etag":null,"topics":["binary-data","command-line","hexadecimal","rust","tool"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sharkdp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"sharkdp"}},"created_at":"2018-11-05T22:53:35.000Z","updated_at":"2025-05-05T08:41:36.000Z","dependencies_parsed_at":"2024-01-12T21:20:00.259Z","dependency_job_id":"c3b9414a-1499-4fc6-9492-0ba2a4540ca8","html_url":"https://github.com/sharkdp/hexyl","commit_stats":{"total_commits":370,"total_committers":46,"mean_commits":8.043478260869565,"dds":0.7135135135135136,"last_synced_commit":"816779e968d35dc371a3b29b4b425a9097ca8038"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharkdp%2Fhexyl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharkdp%2Fhexyl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharkdp%2Fhexyl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharkdp%2Fhexyl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sharkdp","download_url":"https://codeload.github.com/sharkdp/hexyl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253141475,"owners_count":21860541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["binary-data","command-line","hexadecimal","rust","tool"],"created_at":"2024-07-31T03:01:10.499Z","updated_at":"2025-05-12T22:36:07.937Z","avatar_url":"https://github.com/sharkdp.png","language":"Rust","readme":"![](doc/logo.svg)\n\n[![CICD](https://github.com/sharkdp/hexyl/actions/workflows/CICD.yml/badge.svg)](https://github.com/sharkdp/hexyl/actions/workflows/CICD.yml)\n[![](https://img.shields.io/crates/l/hexyl.svg?colorB=22ba4c)](https://crates.io/crates/hexyl)\n![](https://img.shields.io/crates/v/hexyl.svg?colorB=00aa88)\n\n`hexyl` is a hex viewer for the terminal. It uses a colored output to distinguish different categories\nof bytes (NULL bytes, printable ASCII characters, ASCII whitespace characters, other ASCII characters and non-ASCII).\n\n### Sponsors\n\nA special *thank you* goes to our biggest \u003ca href=\"doc/sponsors.md\"\u003esponsor\u003c/a\u003e:\u003cbr\u003e\n\n\u003ca href=\"https://www.warp.dev/hexyl\"\u003e\n  \u003cimg src=\"doc/sponsors/warp-logo.png\" width=\"200\" alt=\"Warp\"\u003e\n  \u003cbr\u003e\n  \u003cstrong\u003eWarp, the intelligent terminal\u003c/strong\u003e\n  \u003cbr\u003e\n  \u003csub\u003eAvailable on MacOS, Linux, Windows\u003c/sub\u003e\n\u003c/a\u003e\n\n## Preview\n\n![](https://i.imgur.com/MWO9uSL.png)\n\n![](https://i.imgur.com/Dp7Wncz.png)\n\n![](https://i.imgur.com/ln3TniI.png)\n\n![](https://i.imgur.com/f8nm8g6.png)\n\n\n## Installation\n\n### On Ubuntu\n\n*... and other Debian-based Linux distributions.*\n\nIf you run Ubuntu 19.10 (Eoan Ermine) or newer, you can install the [officially maintained package](https://packages.ubuntu.com/search?keywords=hexyl):\n```bash\nsudo apt install hexyl\n```\nIf you use an older version of Ubuntu, you can download\nthe latest `.deb` package from the release page and install it via:\n\n``` bash\nsudo dpkg -i hexyl_0.15.0_amd64.deb  # adapt version number and architecture\n```\n\n### On Debian\n\nIf you run Debian Buster or newer, you can install the [officially maintained Debian package](https://packages.debian.org/search?searchon=names\u0026keywords=hexyl):\n```bash\nsudo apt-get install hexyl\n```\n\nIf you run an older version of Debian, see above for instructions on how to\nmanually install `hexyl`.\n\n### On Fedora\n\nIf you run Fedora 35 or newer, you can install the [officially maintained Fedora package](https://packages.fedoraproject.org/pkgs/rust-hexyl/hexyl):\n\n```bash\nsudo dnf install hexyl\n```\n\n### On Arch Linux\n\nYou can install `hexyl` from [the official package repository](https://archlinux.org/packages/extra/x86_64/hexyl/):\n\n```\npacman -S hexyl\n```\n\n### On Void Linux\n\n```\nxbps-install hexyl\n```\n\n### On Gentoo Linux\n\nAvailable in [dm9pZCAq overlay](https://github.com/gentoo-mirror/dm9pZCAq)\n\n```\nsudo eselect repository enable dm9pZCAq\nsudo emerge --sync dm9pZCAq\nsudo emerge sys-apps/hexyl::dm9pZCAq\n```\n\n### On macOS\n\nVia [Homebrew](https://brew.sh):\n\n```\nbrew install hexyl\n```\n\n...or via [MacPorts](https://www.macports.org):\n\n```\nsudo port install hexyl\n```\n\n### On FreeBSD\n\n```\npkg install hexyl\n```\n\n### On NetBSD\n\n```\npkgin install hexyl\n```\n\n### On OpenBSD\n\n```\ndoas pkg_add hexyl\n```\n\n### on Termux\n```\npkg install hexyl\n```\nor\n```\napt install hexyl\n```\n\n### Via Nix\n\n```\nnix-env -i hexyl\n```\n\n### Via Guix\n\n```\nguix package -i hexyl\n```\n\nOr add the `hexyl` package in the list of packages to be installed in your system configuration (e.g., `/etc/config.scm`).\n\n### On other distributions\n\nCheck out the [release page](https://github.com/sharkdp/hexyl/releases) for binary builds.\n\n### On Windows\n\nCheck out the [release page](https://github.com/sharkdp/hexyl/releases) for binary builds.\nAlternatively, install from source via `cargo`, `snap` or `scoop` (see below).\nMake sure that you use a terminal that supports ANSI escape sequences (like ConHost v2 since Windows 10 1703\nor Windows Terminal since Windows 10 1903).\n\n### Via cargo\n\nIf you have Rust 1.56 or higher, you can install `hexyl` from source via `cargo`:\n```\ncargo install hexyl\n```\n\nAlternatively, you can install `hexyl` directly from the repository by using:\n```\ngit clone https://github.com/sharkdp/hexyl\ncargo install --path ./hexyl\n```\n\nNote: To convert the man page, you will need [Pandoc](https://pandoc.org/).\n\nYou can convert from Markdown by using (in the project root):\n```\npandoc -s -f markdown -t man -o ./doc/hexyl.1 ./doc/hexyl.1.md\n```\n\n### Via snap package\n\n```\nsudo snap install hexyl\n```\n[Get it from the Snap Store](https://snapcraft.io/hexyl)\n\n\n### Via [Scoop](https://scoop.sh)\n```\nscoop install hexyl\n```\n\n### Via [X-CMD](https://x-cmd.com)\n```\nx env use hexyl\n```\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)\n\nat your option.\n","funding_links":["https://github.com/sponsors/sharkdp"],"categories":["HarmonyOS","Programming.","Rust","Applications","Command Line","\u003ca id=\"43b0310ac54c147a62c545a2b0f4bce2\"\u003e\u003c/a\u003e辅助周边","Awesome Repositories","cat","Programming Related","rust","其他_安全与渗透","Tools","Programming Languages","\u003ca id=\"569887799ee0148230cc5d7bf98e96d0\"\u003e\u003c/a\u003e未分类-Assist","Other","2. Commend Tools","Shell","\u003ca name=\"viewers\"\u003e\u003c/a\u003eViewers","Terminal","File","🛠️ General Tools","Hex Viewers/Dumpers"],"sub_categories":["Windows Manager","System tools","Dependency Management","\u003ca id=\"569887799ee0148230cc5d7bf98e96d0\"\u003e\u003c/a\u003e未分类","ELF binary format","网络服务_其他","Hex","Rust","\u003ca id=\"776c034543a65be69c061d1aafce3127\"\u003e\u003c/a\u003e新添加的","PCAP","Satellite","Other","🔍 Hex Editors"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharkdp%2Fhexyl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharkdp%2Fhexyl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharkdp%2Fhexyl/lists"}