Welcome to spacestat!

spacestat is a Rust-based TUI disk usage analyzer.

You can download the latest .deb package here:

View Changelog

Deb Repository

To install and get updates via APT, follow these steps:

1. Add the repository's GPG key:

    curl -sS https://spacestat.codexworker.com/repo/spacestat.gpg | sudo gpg --dearmor -o /usr/share/keyrings/spacestat-archive-keyring.gpg
    

2. Add the repository to your sources list:

    echo "deb [arch=amd64 signed-by=/usr/share/keyrings/spacestat-archive-keyring.gpg] https://spacestat.codexworker.com/repo ./" | sudo tee /etc/apt/sources.list.d/spacestat.list > /dev/null
    

3. Update and install:

    sudo apt-get update
    sudo apt-get install spacestat