Releases: AdityaByte/CustomArchiver
Releases · AdityaByte/CustomArchiver
Release list
Adzip v1.0.0 - First Release
🚀 First Official Release of AdZip 🚀
Simple file bundling without compression - because sometimes you just need to pack files together!
✨ Key Features
- Lightweight Archiving: Bundle files with almost zero overhead
- Transparent Structure: Human-readable archive format
- Blazing Fast: No compression means instant operation
- Portable: Single binary that works anywhere (just drop it in your PATH)
🛠️ Installation
# Build from source
go build -o adzip main.go
# Make it globally available (Linux/macOS)
sudo mv adzip /usr/local/bin/