The easiest way to integrate AppImage applications into your Linux system!
- One-Command Setup - Transform AppImages into native-like applications
- Desktop Integration - Automatic menu entries and icon extraction
- Secure Installation - Proper permissions and system-wide availability
- Beautiful Interface - Clear, colorful, and user-friendly interaction
- Error Handling - Comprehensive validation and recovery
curl -s https://raw.githubusercontent.com/1hehaq/setappimage/main/setappimage.sh | bash
# Clone the repository
git clone https://github.com/1hehaq/setappimage.git
# Navigate to the project directory
cd setappimage
# Make executable and install
chmod +x setappimage.sh
sudo cp setappimage.sh /usr/local/bin/setappimage
sudo setappimage
📂 AppImage path: ~/Downloads/MyApp.AppImage
📝 Application name: My Amazing App
$ sudo setappimage
📂 AppImage path: ~/Downloads/VSCode.AppImage
📝 Application name: VSCode
✨ Done! VSCode is now in your applications menu!
$ sudo setappimage
📂 AppImage path: ~/Downloads/Obsidian.AppImage
📝 Application name: Obsidian
✨ Done! Obsidian is ready to use!
├── Makes AppImage executable
├── Moves to /opt/appimages
├── Extracts application icon
├── Creates desktop entry
└── Updates system database
├── Proper permission handling
├── Secure installation paths
├── System-wide availability
└── Comprehensive validation
This project is licensed under the MIT License - see the LICENSE
file for details.
Made with ❤️ for the Linux Community
Built by 1hehaq