The fast, modern, open-source and secure file archiver.
Created with Rust, Tauri and Svelte.
Acridotheres currently supports 11 archive formats through the use of custom libraries. The following table lists all supported formats and their respective libraries.
| Format | Internal name | Library |
|---|---|---|
| HSSP 7 | hssp7 |
HSSP7 |
| ZIP | zip |
NeoZip |
| RAR | rar |
NeoRar |
| HSSP 6 | hssp6 |
HSSP6 |
| HSSP 5 | hssp5 |
HSSP5 |
| HSSP 4 | hssp4 |
HSSP5 |
| UMSBT | umsbt |
3ds-formats |
| MSBT* | msbt |
3ds-formats |
| HSSP 3 | hssp3 |
HSSP2 |
| HSSP 2 | hssp2 |
HSSP2 |
| SFA (HSSP 1) | hssp1 |
HSSP2 |
Request a new format by creating a new issue.
Formats marked with an asterisk (*) are not really archive formats, but Acridotheres still supports them :)
| Internal name | Description |
|---|---|
auto |
Automatically detects the archive format based on file extension, magic bytes, etc. |
hssp |
Any HSSP version. Version is being detected automatically. |
HSSP (High-Speed Secure Package) is Acridotheres' custom archiving format. It is more adaptable and furture-proof than any other of the supported archive types. In version 8, it will get rebranded to HIA, the HSSP Infinity Archive as this will be the last update to the file structure and literally will have no limits.
RARlab's TOS don't allow other programs than WinRAR to create RAR archives, so we don't support this feature to avoid legal issues.
We currently only support Linux and Windows. Mobile versions are planned. MacOS is likely not going to be in development soon as I don't want to pay 800$ for a Mac Mini just to develop applications for this platform (this would be a massive downgrade from my Arch Linux PC I built myself lol). You can try compiling Acridotheres yourself, though.
This project is licensed under MIT license.