
Hexel Editor — a native macOS hex editor that actually understands file formats
Launched on Product Hunt today: https://www.producthunt.com/products/hexel-editor
Every time I needed to look at raw bytes on my Mac I ended up either in something that felt ported from 2003, or in a terminal squinting at xxd output. So I built the thing I actually wanted.
Hexel Editor is a native macOS hex editor. Xcode-style document window — navigator on the left, a precise hex grid in the middle, a live data inspector on the right.
Opens anything, instantly Large files are memory-mapped, so a multi-GB binary opens as fast as a 2 KB one and stays responsive while you scroll.
Tells you what the bytes mean The inspector decodes Int/UInt 8–64, Float32/64, binary, hex and strings at the cursor. Little- or big-endian, toggled instantly.
Understands real file formats Built-in parsers for Mach-O, PE, ELF, PNG, JPEG, GIF, BMP, ZIP, gzip and PDF. Click a parsed field in the navigator and it jumps straight to those bytes.
Finds anything Hex pattern search with ?? wildcards for don't-care bytes, text search in UTF-8 / UTF-16 LE / UTF-16 BE / ASCII, and Go-to-Offset in hex (0x…), octal (0o…) or decimal.
Analyzes CRC32, MD5, SHA-1, SHA-256, plus entropy and a byte-frequency histogram over a selection or the whole file.
Annotates Named, colored bookmarks and plain-text notes on any byte range — exportable as .hexel files so you can share findings alongside the binary.
Edits safely Insert / overwrite / delete, a read-only mode, unlimited undo and redo, and atomic saves that won't corrupt the file.
Private by design No network access, no analytics, no tracking. Your files never leave your Mac.
Happy to answer anything. I'm especially curious what formats people would want parsers for next — that's the part of the roadmap I most want input on.