Skip to content

FileIyagi 2.25.4

Latest

Choose a tag to compare

@iyagicom iyagicom released this 06 Sep 10:30
4fd95ea

πŸš€ 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)

  1. Download FileIyagi-vX.X.X-linux-x64.zip
  2. Extract the archive.
  3. Run:
bash install.sh

The installer:

  • Installs FileIyagi to ~/.local/bin/
  • Registers the application icon
  • Installs the .desktop entry
  • 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 .zip package 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.deb

The 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.rpm

The 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.zst

The 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 ⚠️ Provided, not officially supported

FileIyagi bundles Qt 6.11.1.
The bundled Qt runtime is used by FileIyagi itself and does not require users to install Qt separately.