Morphball is a secure archive manager featuring Landlock LSM-sandboxed decompression engines for zip, 7z, and tar.gz.
This repository builds official .deb (Debian/Ubuntu/Pop!_OS) and .rpm (Fedora) packages:
morphball(The CLI extraction tool - CUI)morphball-tui(A keyboard-driven terminal file browser and extractor - TUI)
Add the official Crateria repository and install the packages:
sudo mkdir -p /etc/apt/keyrings
sudo curl -fsSL https://crateria.github.io/packages/apt/crateria-keyring.gpg -o /etc/apt/keyrings/crateria.gpg
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/crateria.gpg] https://crateria.github.io/packages/apt stable main" | sudo tee /etc/apt/sources.list.d/crateria.list
sudo apt update
sudo apt install morphballsudo curl -fsSL https://crateria.github.io/packages/rpm/crateria.repo -o /etc/yum.repos.d/crateria.repo
sudo dnf install morphball- CLI (Command Line):
morphball extract archive.zip -o ./destination
- TUI (Terminal UI): Run
morphball-tuito visually manage and unpack archives.