Skip to content

Adzip v1.0.0 - First Release

Latest

Choose a tag to compare

@AdityaByte AdityaByte released this 07 Apr 17:36
· 6 commits to main since this 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/