ADC - ArchivedDataCodec
ADC (ArchivedDataCodec) is an open-source file extension and archiving/compression tool that uses Zlib for efficient compression and decompression of various file types. With a simple command-line interface, ADC supports both Windows and Linux, making it easy for users to archive and extract files.
ADC Archiver uses an 8-byte header to identify and manage its archive format. This allows for efficient storage and retrieval of data, making it suitable for both personal and professional use.
Why ADC?
- ADC is open-source and driven by a community and me, Mealman1551 in my spare time.
- ADC is cross-platform, it works on Windows and Linux.
- ADC is easy to use, it has a simple command-line interface.
- ADC is efficient, it uses Zlib for compression and decompression.
- ADC supports a wide range of file types, making it versatile for various applications.
- ADC is designed for both developers and users, with a focus on usability and functionality.
- ADC is suitable for archiving and compressing files, making it a great choice for managing large datasets.
- ADC is actively developed and maintained, ensuring it stays up-to-date with the latest technologies and user needs.
- ADC is designed to be lightweight and fast, making it ideal for quick archiving and extraction tasks.
ADC for Every Archive
ADC Archiver can compress and archive any file, therefore it's really suitable for sorting and managing files and archives.
Cross-Platform
ADC Archiver is made for many platforms, may it be Windows or Linux, ADC is there for you.
Features
- Great Compression Algorithm: Utilizes zlib for efficient compression.
- Cross-Platform: Compatible with both Windows and Linux.
- Command-Line Interface: Simple and intuitive interface.
- Support: Supports a wide range of file types.
Getting Started
Prerequisites
Developers:
- python 3.12.x
- zlib library (typically included with Python)
- tkinter
- os
- colorama
- progress
- cryptography
Users:
- Windows 8 or higher
- A Linux distro with at least glibc 2.31 (glibc 2.31 support was introduced on 26-08-2025)
Downloads
Windows
For Windows, you can download the setup file and run it to install ADC Archiver. The setup will create a shortcut in your Start Menu for easy access. ADC is compatible with Windows 8 and higher.
Windows downloadSHA256:
7FC94C376A12A721FCBEB285473165AA4B0CC6CAB2A46AED637CBA052E2608FA
Linux
For Linux, you can download the tar.xz file and execute
install.sh to install ADC Archiver.
The install script will set up ADC and after installation, you can run
ADC
from the terminal using the command:
adc
ADC is compatible with Linux distributions that have glibc 2.31 or
higher.
To remove run remove.sh
SHA256:
C1BB7EED16FC40926934397CBBCDBA6E174D101983EDC3814237780D35BA2D85
There is also a command to install ADC, this command requires
xz-utils and wget
mkdir -p ~/adc-temp && cd ~/adc-temp && wget -O adc.tar.xz "https://gitlab.com/adc-project/tars/-/raw/main/adc.tar.xz?inline=false" && tar -xJf adc.tar.xz && sudo ./install.sh && cd ~ && rm -rf ~/adc-temp
To remove ADC, run this command:
wget -O- "https://gitlab.com/adc-project/bash/-/raw/main/remove.sh" | bash
for more info about how to run on Linux see this: Documentation
Compile/build from source code
Don't like the setup, won't the setup run or want a portable version? You can compile ADC Archiver from source. Available for Windows and Linux.
Compile ADC from sourceADC Canary: The Latest Live Development Version
ADC Canary is the active development branch of the project, focused on collaboration and rapid iteration. It receives daily updates and is not intended for general use, but for developers who want to contribute. You can fork the Canary repository, make changes ranging from minor documentation edits to new features and submit a pull request. Once you've made 25 valid contributions, you will receive a Personal Access Token (PAT) that allows you to commit and push directly to the Canary branch (with limited permissions). Be sure to read the Code of Conduct in the main ADC repository to help maintain a positive and respectful environment.
ADC Canary on GitLabContributing
We welcome contributions to ADC! Whether you're a developer, designer, or just someone who wants to help:
Steps to Contribute
- Fork the Repository: Fork the repository to your own GitHub account.
- Clone the Repository: Clone your forked repository
to
your local machine:
git clone https://gitlab.com/Mealman1551/adc-canary.git - Modify the Code: Make your changes or fixes.
- Commit Your Changes: Commit with a clear message:
git commit -m "Your descriptive commit message" - Push Your Changes: Push to your fork:
git push origin main - Create a Pull Request: Go to the original repository and create a pull request from your fork. Provide a clear description of your changes and why they are necessary.
- Review and Feedback: Project maintainers will review your pull request. Be open to feedback and make changes if requested.
Note: Maintainers will review the diff and blame to see what you changed. Only change the lines you need. Changes are manually implemented to avoid merge conflicts due to frequent updates.
Code Style Guidelines
- Follow the existing code style and conventions.
- Use meaningful variable and function names.
- Write clear and concise commit messages.
- Document your code with comments where necessary.
- Run tests to ensure your changes do not break existing functionality.
Reporting Issues
If you encounter any bugs or issues, please report them on the issue tracker. Provide as much detail as possible, including steps to reproduce the issue, expected behavior, and any error messages.