Drop any file to identify it
No upload. No signup. No sending your file halfway across the internet.
We tell you what it is, right here in your browser.
Drop it!
Let go to identify this file.
Couldn't identify this file
Need to convert it? fwip it →
AppImage is the simplest Linux application format: download one file, make it executable (`chmod +x`), and run it. No installation, no package manager, no root access, no dependencies to install. The application and everything it needs is inside a single file that runs on any Linux distribution.
The format works by bundling the application, its libraries, and a minimal runtime into a compressed filesystem image. When you run it, the image mounts temporarily and the application launches. Close the application, and the mount disappears. Delete the file, and the application is gone. It's the USB flash drive approach to software distribution.
The tradeoff is no automatic updates, no system integration (desktop shortcuts must be created manually or via appimaged), and no sandboxing. AppImages run with full user permissions. The format is popular for distributing niche applications, development tools, and portable software that users want to try without committing to an installation.