Windows
your systemx86_64
The app is for the desktop, the console version for servers and scripts. Both understand the same container format: what one builds, the other opens.
A file manager for the container: directory tree, search, drag and drop, compression and encryption settings.
x86_64
ARM64
AMD64
The dan command for servers, scripts and backups. Every method is in the command reference.
| System | Architecture | Files |
|---|---|---|
| Windowsyour system | x86_64 | exe |
| ARM64 | exe | |
| macOSyour system | x86_64 | pkg |
| ARM64 | pkg | |
| Linuxyour system | AMD64 | debrpmtar.gz |
| ARM64 | debrpmtar.gz | |
| FreeBSDyour system | AMD64 | tar.gz |
| Solaris 11.4your system | x86_64 | tar.gz |
fc08c91aa61002f793790c3ed34188c5e12ef2e1d5efd84b77d03bb399522a493ba1f381fc45958214d11e3ce6a49380167dd514947d75babe0a3771231f3464ab91926794cd62016df886ec27a9ae623451b864535cf34fd71dc79871e45126450deba337c4c73e3e7064e95e24d64f3f4faa1d5b2bc5c96a5e809e35c0c619e778833a96c31cffd0b2fc42f5bca416592eecc0f7640fc4f2200a20e8443659da135385a63a9ed21da03fd33b5d6d068129838d46e56243e11fe97ef70f5aa9Run the .exe installer and follow the steps — for both the app and the console version.
The app: open the .dmg image and drag Crisper to Applications. The console version: open the
.pkg installer and follow the steps.
Debian, Ubuntu, Astra and relatives — the .deb package; Fedora, RHEL, RED OS, Alt, openSUSE — .rpm;
anything else — the .tar.gz archive.
sudo apt install ./file.deb sudo dnf install ./file.rpm tar -xzf file.tar.gz
Unpack the .tar.gz archive and run dan.
tar -xzf file.tar.gzTo make sure a file arrived whole and untampered, compare its SHA-256 checksum with the list above:
shasum -a 256 file on macOS, sha256sum file on Linux, sha256 file on FreeBSD,
digest -a sha256 file on Solaris, Get-FileHash file in PowerShell.