sonic3
Developer
Jenin Sutradhar
About
Features:#
Operation Modes: Compress, decompress, archive, and extract files.
Compression Algorithms: Gzip, Zstandard (Zstd), LZ4, S2 (Snappy), No Compression.
Archive Formats: ZIP, TAR.GZ, TAR.XZ, (7z - future).
Encryption: Password-based encryption with Argon2 and AES-GCM.
Checksum Verification: MD5/CRC32 for file integrity.
Cross-Platform: Supports Windows, macOS, and Linux.
Installation
You can install this directly from the source code using the Fyne command as follows:
go install fyne.io/tools/cmd/fyne@latest
fyne install github.com/JeninSutradhar/sonic3@latest
Or you can download the code directly from git:
git clone https://github.com/JeninSutradhar/sonic3