hexcurse

Ncurses-based console hex editor for viewing and editing binary files

brewmacoslinux
Try with needOr install directly
Source

About

Ncurses-based console hex editor

Commands

hexcurse

Examples

Open a binary file for editing$ hexcurse /path/to/file.bin
Open a file in read-only mode$ hexcurse -r /path/to/file.bin
Create a new file with hexcurse$ hexcurse newfile.bin