No install. Runs in your browser.

A free hex editor
right in your browser.

Open-source binary analysis tool with structure parsing, entropy visualization, and a plugin ecosystem.
No install, no signup — just open and start.

HexForge — ready in seconds
HexForge hex editor interface showing PE file analysis with colored structure regions and data inspector panel

Key Features

search

Hex Viewer & Editor

Browse and edit binary files with a responsive hex view, cursor navigation, and data inspector.

account_tree

Structure Parsing

Built-in PE, ELF, ZIP parsers and a JS template engine for custom file formats.

bar_chart

Entropy Visualization

Canvas-based entropy map to spot compressed, encrypted, or packed regions at a glance.

extension

Plugin Marketplace

Extend with community WASM plugins for templates, extractors, and data processors.

Why HexForge

Designed around real analysis needs

Traditional hex editors require licenses, installs, and setup. HexForge takes a different approach.

credit_card_off Typical Desktop Tool

Commercial hex editors often require annual licenses that can cost hundreds per seat.

check_circle With HexForge

MIT open source

Free for personal and commercial use. No license keys, no seat limits. View source on GitHub.

hourglass_top Typical Desktop Tool

Installing a desktop hex editor often requires downloads, admin rights, and configuration.

check_circle With HexForge

Open a URL and start

Runs directly in Chrome, Edge, or Firefox. No installer, no admin rights, works on any machine with a browser.

extension_off Typical Desktop Tool

Extending functionality often means learning proprietary scripting or waiting for vendor updates.

check_circle With HexForge

Script console & plugins

Write JavaScript scripts with the hf API, or install WASM plugins from the marketplace to add new parsers and tools.

Use Cases

How people use HexForge

Built for security researchers, CTF players, reverse engineers, and developers.

01

Quick file inspection

Need to inspect a file's headers, check entropy, or extract strings? Drop the file into HexForge and get results instantly — no setup needed.

Auto file format detection String extraction Entropy visualization
description
sample.exe
1.2 MB · PE32+ Executable
Parsed
Format PE32+ (x64)
Entropy 6.42 / 8.0
Sections .text, .rdata, .data, .rsrc
Strings Found 847
02

Visual structure mapping

Complex binary formats are hard to reason about in raw hex. Use the built-in node graph to visually map file structures and trace data flows.

Drag-and-drop node editor 18 built-in node types JSON export & import
Read Bytes
XOR Key
Hash
Slice
Base64
Log
Visual data processing pipeline with drag-and-drop nodes
03

Scriptable analysis workflows

The built-in script console lets you automate analysis with a JavaScript API. Read bytes, highlight regions, calculate hashes, search patterns, and build custom file parsers.

JavaScript hf API Built-in snippets JS template engine
Script Console
// Read first 16 bytes and calculate hash
const data = await hf.read(0, 16);
const hash = await hf.sha256(new Uint8Array(data));
hf.highlight(0, 16, '#44ff44', 'Header');
hf.log(`SHA-256: ${hash}`);
▶ SHA-256: a1b2c3d4e5f6...
Compare

HexForge vs. traditional hex editors

Each approach has trade-offs. Here's how they differ.

Feature
HexForge logo HexForge
Desktop Hex Editors
Cost Free (MIT license) Free to $400+/year
Platform Any modern browser Windows / macOS / Linux
Installation None (web app / PWA) Download & install required
File privacy Files stay in browser (no upload) Local processing
Structure parsing PE, ELF, ZIP + JS templates Varies by tool
Extensibility WASM plugins + JS scripts Proprietary scripting or plugins
Very large files (4GB+) Browser memory limits apply Native memory access

Comparison based on general characteristics. Specific features vary by product. HexForge is best suited for quick analysis tasks and collaborative workflows.

About the Project

Built by NuriLab

HexForge is developed by NuriLab, a cybersecurity research company specializing in malware analysis and binary forensics. We built HexForge because we needed a fast, accessible hex editor for daily security research — and decided to open-source it so everyone can benefit.

The project is MIT-licensed and hosted on GitHub. Contributions, bug reports, and feature requests are welcome.

Try HexForge now

Nothing to install. Nothing to pay.
Open your browser and go.

No signup required · Offline PWA support · Your files never leave your browser

Launch HexForge →
lock Files never leave your browser
code MIT Open Source
wifi_off Works offline