Skip to content
@hexz-org

hexz-org

Hexz

Seekable, deduplicated compression format built in Rust.

Hexz packs large datasets into compressed, indexed archives that support instant random access — no full decompression needed. Originally built to boot virtual machines over the network in milliseconds.

Projects

Repository Description
hexz Core engine, CLI, Python bindings, and FUSE filesystem
hexz-platform Web platform and dashboard (in development, not yet public)

Install

pip install hexz           # Python library
cargo install hexz-cli     # CLI tool

Pre-built binaries for Linux, macOS, and Windows are available on the releases page.

Key Features

  • Seekable compression — Random access to any byte offset without decompressing the whole file
  • Block-level deduplication — BLAKE3 hashing + FastCDC content-defined chunking
  • Thin snapshots — Parent-child delta storage (v2 only stores what changed from v1)
  • Streaming from S3 — Only fetches the blocks you need, with prefetch and caching
  • Cross-platform — Linux, macOS, Windows (x86_64 and aarch64)

Links

Popular repositories Loading

  1. hexz hexz Public

    Hexz is a seekable, deduplicated, block-compressed binary archive format written in Rust, with Python bindings. A .hxz file stores arbitrary binary data in independently-compressed blocks with a tw…

    Rust 2 1

  2. .github .github Public

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Rust

Most used topics

Loading…