ADC
ADC (ArchivedDataCodec) is an open-source archiver and compression tool designed for transparency, performance, and portability across Windows and Linux.
The ADC format uses a simple 8-byte header and a linear archive layout, making it easy to implement and audit while still providing efficient compression.
Explore ADC
Visit the dedicated pages below to browse downloads, community channels, news, and features.
Why ADC
- Purpose-built archive format - no legacy baggage or hidden metadata.
- Predictable linear structure - sequential read/write without complex central tables.
- Simple implementation - straightforward to support in any language.
- Fine-grained control - each file is stored and handled with explicit semantics.
- Optional encryption - integrated password support without external tooling.
- Deterministic behavior - same input produces the same archive each time.
Getting Started
ADC is built for users and developers who need a compact, transparent archive format and a dependable command-line workflow.
- Windows 8 or newer
- Linux with glibc 2.31 or newer
- Python 3.13+ for source builds