A tool to install and manage packages from GitHub releases, helping you avoid outdated or unused packages cluttering your system.
You can choose v0.4.2 as a valid alternative for v0.5.0, if you would like to avoid python annoyances; the previous version is written in golang and thus produces a self-contained binary.
- Linux
- Python 3.10+
- uv (recommended) or
pipandvenv sudoaccess (for installing packages)- For GUI: System packages
python3-pyside6andkirigami2(or equivalent for your distro)
Issues and PRs are welcome!
# Clone and setup
git clone https://github.com/tranquil-tr0/get.git
cd get
# Install system dependencies (Ubuntu/Debian)
sudo apt install python3-pyside6 qml-module-org-kde-kirigami2