A simple AppImage management tool for Linux that helps you install, uninstall and upgrade AppImage applications across different Linux distributions.
- Install, uninstall, upgrade AppImage applications
- Cross-distribution compatibility
- Simple command-line interface
Download the latest release for your distribution:
- Debian/Ubuntu:
.debpackage - Fedora:
.rpmpackage - Arch Linux:
.pkg.tar.zstpackage
# Show help
apphatch --help
# Install an AppImage
apphatch install <appimage-file-path>
# Uninstall an AppImage
apphatch uninstall <app-name>
# Upgrade an app
apphatch upgrade <app-name> -p <appimage-file-path>It extracts AppImage at /opt/<app-name> and on typical Linux system it creates .desktop at ~/.local/share/applications/
- Rust 1.70+
- Cargo
git clone https://github.com/ccxlv/apphatch.git
cd apphatch
cargo build --releaseThe binary will be available at target/release/apphatch.
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.