π Installation
Linux
FileIyagi provides Linux packages for the following distributions:
- Ubuntu 24.04 / 26.04 β
.deb - Debian β
.deb - Fedora β
.rpm - Arch Linux β
.zst
These packages are the officially supported and tested Linux releases.
For other Linux distributions, a portable .zip package is provided. The zip package is intended for users who want to run FileIyagi on distributions not listed above, but these distributions are not officially tested or supported.
Linux β .zip (Other Distributions)
- Download
FileIyagi-vX.X.X-linux-x64.zip - Extract the archive.
- Run:
bash install.shThe installer:
- Installs FileIyagi to
~/.local/bin/ - Registers the application icon
- Installs the
.desktopentry - Registers FileIyagi as the default file manager
- Configures the XDG Portal FileChooser backend for browser Save-As dialogs
Qt 6.11.1 is included with FileIyagi.
No separate Qt installation is required.
The
.zippackage is provided as a portable compatibility option for other Linux distributions. Compatibility may vary depending on the distribution, desktop environment, system libraries, and other components. These distributions are not part of the official support matrix.
Linux β .deb (Ubuntu / Debian)
For Ubuntu 24.04, Ubuntu 26.04, and supported Debian systems, use the .deb package.
sudo apt install ./FileIyagi-vX.X.X-linux-x64.debThe package includes the FileIyagi runtime and its bundled Qt 6.11.1 environment.
Linux β .rpm (Fedora)
For supported Fedora releases, use the .rpm package.
sudo dnf install ./FileIyagi-vX.X.X-linux-x64.rpmThe package includes the FileIyagi runtime and its bundled Qt 6.11.1 environment.
Linux β .zst (Arch Linux)
For supported Arch Linux systems, use the .zst package.
sudo pacman -U ./FileIyagi-vX.X.X-linux-x64.pkg.tar.zstThe package includes the FileIyagi runtime and its bundled Qt 6.11.1 environment.
Support Matrix
| Distribution | Package | Status |
|---|---|---|
| Ubuntu 24.04 | .deb |
β Supported / Tested |
| Ubuntu 26.04 | .deb |
β Supported / Tested |
| Debian | .deb |
β Supported |
| Fedora | .rpm |
β Supported / Tested |
| Arch Linux | .zst |
β Supported / Tested |
| Other Linux distributions | .zip |
FileIyagi bundles Qt 6.11.1.
The bundled Qt runtime is used by FileIyagi itself and does not require users to install Qt separately.