Crisper
RU

Download Crisper

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.

Desktop version 1.0

The app

A file manager for the container: directory tree, search, drag and drop, compression and encryption settings.

Terminal version 3.0.3

For the terminal

The dan command for servers, scripts and backups. Every method is in the command reference.

SystemArchitectureFiles
Windowsyour systemx86_64exe
ARM64exe
macOSyour systemx86_64pkg
ARM64pkg
Linuxyour systemAMD64debrpmtar.gz
ARM64debrpmtar.gz
FreeBSDyour systemAMD64tar.gz
Solaris 11.4your systemx86_64tar.gz
SHA-256 checksums
  • SetupCrisperDesktop-1.0.exefc08c91aa61002f793790c3ed34188c5e12ef2e1d5efd84b77d03bb399522a49
  • Crisper-1.0-macos-arm64.dmg3ba1f381fc45958214d11e3ce6a49380167dd514947d75babe0a3771231f3464
  • Crisper-desktop-1.0-1.amd64.rpmab91926794cd62016df886ec27a9ae623451b864535cf34fd71dc79871e45126
  • SetupCrisper-3.0.3.exe450deba337c4c73e3e7064e95e24d64f3f4faa1d5b2bc5c96a5e809e35c0c619
  • Crisper-macos-installer-arm64-3.0.3.pkge778833a96c31cffd0b2fc42f5bca416592eecc0f7640fc4f2200a20e8443659
  • Crisper-3.0.3-1.amd64.rpmda135385a63a9ed21da03fd33b5d6d068129838d46e56243e11fe97ef70f5aa9
Installation

How to install

Windows

Run the .exe installer and follow the steps — for both the app and the console version.

macOS

The app: open the .dmg image and drag Crisper to Applications. The console version: open the .pkg installer and follow the steps.

Linux

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

FreeBSD and Solaris

Unpack the .tar.gz archive and run dan.

tar -xzf file.tar.gz

To 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.