Features Screenshots How It Works Install FAQ GitHub
Open Source · MIT Licensed · v1.2.0

The Ultimate
AppImage Manager
for Linux

Install, organize, and sandbox your AppImages with a single click. Simple, secure, and beautifully designed.

100%
Free & Open Source
MIT
License
Tauri
Powered by Rust
Firejail
Security Sandboxing

Watch the Demo

Beautiful by Design

A clean, modern interface that makes managing AppImages a joy

Linuxy Library - Installed Apps
Library View
Linuxy Discover - AppImage Hub
AppImage Hub
Linuxy Settings Panel
Settings
Linuxy Auto-Discovery
Auto-Discovery

Why Linuxy?

Everything you need to manage AppImages on Linux

One-Click Installation

Drag and drop AppImage files to install them instantly. Automatic desktop entry creation and icon extraction.

Firejail Sandboxing

Run apps in a secure sandbox with a single click. Toggle sandboxing per application for extra security.

Automatic Updates

Built-in update checking keeps your AppImages up to date. Supports delta updates when available.

Beautiful UI

Modern dark theme with system-follow support. Clean, responsive interface built with React and Tauri.

Storage Management

Monitor disk usage, see installation dates, and manage all your AppImages from one place.

App Discovery

Browse and discover new AppImages directly from the integrated AppImageHub catalog.

How It Works

Get started in three simple steps

1

Install Linuxy

Download the DEB/RPM package from GitHub releases or build from source.

2

Add AppImages

Drag and drop files or discover apps from the built-in AppImageHub store.

3

Launch & Enjoy

One-click launch, optional Firejail sandboxing, automatic updates. Done!

Install Linuxy

Choose your preferred installation method

DEB
RPM
AUR
Source

DEB Package Recommended

Perfect for Debian, Ubuntu, Linux Mint, Pop!_OS, and derivatives

sudo apt install ./linuxy_1.2.0_amd64.deb
Download DEB
Tip: You can also use dpkg -i linuxy_*.deb && apt install -f for manual installation.

RPM Package

For Fedora, RHEL, CentOS, openSUSE, and derivatives

# Fedora / RHEL
sudo dnf install ./linuxy-*.rpm

# openSUSE
sudo zypper install ./linuxy-*.rpm
Download RPM
Note: Make sure to have RPM fusion repositories enabled on Fedora for best compatibility.

AUR Package Stable

For Arch Linux, Manjaro, EndeavourOS, and derivatives

yay -S linuxy
View AUR Page Install with AUR Helper
Alternative: You can also use paru -S linuxy or any other AUR helper of your choice.

Build from Source

For all distributions and custom setups

git clone https://github.com/swadhinbiswas/linuxy
cd linuxy
npm install
npm run tauri build
View on GitHub Contributing Guide
Requirements: Node.js, Rust, and Tauri dependencies must be installed. Check the README for detailed instructions.

Ready to Try Linuxy?

Join thousands of Linux users managing their AppImages the modern way.

Get Started Now

Frequently Asked Questions

What is an AppImage?

AppImage is a universal package format for Linux. It's a single executable file containing an application and all its dependencies, allowing you to run software without installation or root access.

Do I need Firejail?

Firejail is optional but highly recommended. Linuxy works perfectly without it, but Firejail adds an essential security layer by sandboxing your AppImages. Install with: sudo apt install firejail

Where are AppImages stored?

Linuxy stores AppImages in ~/.local/appimages/ and creates desktop entries in ~/.local/share/applications/ for easy access from your application menu.

Is Linuxy free?

Yes! Linuxy is 100% free and open source under the MIT license. There are no premium features or payments.

What distributions are supported?

Linuxy runs on any Linux distribution. We provide DEB and RPM packages for major distros, plus AUR for Arch Linux, with source code available for all others.

How do I report bugs or request features?

Please open an issue on our GitHub Issues page. We welcome bug reports, feature requests, and contributions!