AppImage installer for Linux
Project description
AppImage Installer
A command-line tool for installing and managing AppImage applications on Linux.
Features
- Install AppImage applications
- Uninstall installed applications
- List installed applications
- Multi-language support (English, Turkish, German, French)
- Sandbox support
- Clean installation option
Installation
From Source
# Clone the repository
git clone https://github.com/yourusername/appimage-installer.git
cd appimage-installer
# Install the package
pip install .
Using PyInstaller (Standalone Binary)
# Build the standalone binary
pyinstaller --onefile --name appimage-installer appimage_installer/__init__.py
# The binary will be created in the dist directory
Usage
# Install an AppImage
appimage-installer -i /path/to/app.AppImage
# Install with sandbox disabled
appimage-installer -i /path/to/app.AppImage -s
# Install and delete original file
appimage-installer -i /path/to/app.AppImage -c
# Uninstall an application
appimage-installer -u appname
# List installed applications
appimage-installer -l
# Show version
appimage-installer -v
# Change language
appimage-installer -L tr # Turkish
appimage-installer -L de # German
appimage-installer -L fr # French
License
MIT License
Author
Developed by altaykirecci
opriori (c)(p)2025 (https://www.opriori.com.tr)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file appimage_installer-1.0.0.tar.gz.
File metadata
- Download URL: appimage_installer-1.0.0.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a0fcc146c314dc4afc785db7fe8d62a4cc21dd32cb92b8a04d8fb3a13eb35d0
|
|
| MD5 |
0dca690573ebc58904149ae493ec84ef
|
|
| BLAKE2b-256 |
7b4e5d8518cee5d0ca818e596bc9da47359c71c13432e35f35bd3641571ebd82
|
File details
Details for the file appimage_installer-1.0.0-py3-none-any.whl.
File metadata
- Download URL: appimage_installer-1.0.0-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79e3daaaa33e48eae138d8710928a395dfbc5713510fb1225cef293957bf50d1
|
|
| MD5 |
a79388c8b39490c6c452614db74b346d
|
|
| BLAKE2b-256 |
43230fcff4d039fe8807d29d6b6d984b2812508c421984966129b212e13cd734
|