Skip to content

crateria/morphball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crateria

Morphball

CI

Morphball is a secure archive manager featuring Landlock LSM-sandboxed decompression engines for zip, 7z, and tar.gz.

Packages Produced

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)

Installation

Add the official Crateria repository and install the packages:

Debian / Ubuntu / Pop!_OS

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 morphball

Fedora

sudo curl -fsSL https://crateria.github.io/packages/rpm/crateria.repo -o /etc/yum.repos.d/crateria.repo
sudo dnf install morphball

How to Use

  • CLI (Command Line):
    morphball extract archive.zip -o ./destination
  • TUI (Terminal UI): Run morphball-tui to visually manage and unpack archives.

About

Secure archive manager in Rust — CLI + TUI with zip-slip path checks.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Sponsor this project

Contributors

Languages