Choose Your Download Format
Select the best installation method for your Linux distribution.
AppImage
Universal format - works on all distributions
Download AppImage
File: MaSender-1.0.0.AppImage
Size: ~130 MB
Best for: All Linux distros
DEB Package
For Ubuntu, Debian, and derivatives
Download DEB
File: MaSender_1.0.0_amd64.deb
Size: ~120 MB
Best for: Ubuntu, Debian, Mint
RPM Package
For Fedora, CentOS, RHEL, openSUSE
Download RPM
File: MaSender-1.0.0.x86_64.rpm
Size: ~120 MB
Best for: Fedora, CentOS, RHEL
License Required: After installation, you'll need to purchase a license key ($13.99) to activate all features.
Software Safety: MaSender is 100% clean and secure software. Security warnings may appear because the packages are not signed with distribution-specific keys. The software contains no malware, spyware, or viruses.
Installation Instructions
Option 1: AppImage (Recommended)
Universal format that works on any Linux distribution without installation.
1
Download and make executable
chmod +x MaSender-1.0.0.AppImage
2
Run MaSender
./MaSender-1.0.0.AppImage
3
Optional: Desktop integration
Right-click the AppImage and select "Integrate" to add to applications menu.
Option 2: DEB Package (Ubuntu/Debian)
Native package installation with automatic dependency resolution.
1
Install with package manager
sudo apt update
sudo apt install ./MaSender_1.0.0_amd64.deb
2
Launch from menu or terminal
masender
Option 3: RPM Package (Fedora/RHEL/openSUSE)
Native package installation for RPM-based distributions.
1
Install with package manager
# Fedora/CentOS/RHEL:
sudo dnf install MaSender-1.0.0.x86_64.rpm
# openSUSE:
sudo zypper install MaSender-1.0.0.x86_64.rpm
2
Launch from menu or terminal
masender
Distribution-Specific Notes
Ubuntu / Debian
AppImage should work out of the box. For TAR.GZ, you may need:
sudo apt update
sudo apt install libgtk-3-0 libx11-xcb1 libxss1 libasound2
Fedora / RHEL / CentOS
Install required dependencies:
sudo dnf install gtk3 libX11-xcb libXScrnSaver alsa-lib
Arch Linux
Install dependencies via pacman:
sudo pacman -S gtk3 libxss alsa-lib
openSUSE
Install required packages:
sudo zypper install gtk3-devel libX11-xcb1 libXss1 alsa