LinuxToys
May 8, 2026 ยท View on GitHub
LinuxToys is a collection of user-friendly tools designed for Linux systems. It aims to make powerful Linux functionality accessible to all users through an intuitive interface. For a complete feature list and detailed documentation, please visit our Wiki.
Compatibility
LinuxToys is compatible with the following Linux distributions, provided they are running their latest stable versions, and use systemd as their init system:
- Debian and derivatives (PikaOS, LMDE, etc.)
- Ubuntu and derivatives (Ubuntu flavours, Mint, Zorin, Tuxedo, etc.)
- Fedora and derivatives (Nobara, RHEL, CentOS, AlmaLinux, etc.)
- Arch Linux and derivatives (EndeavourOS, CachyOS, etc.)
- Manjaro and Big Linux
- OpenSUSE (Leap, Slowroll and Tumbleweed)
- Fedora-based Atomic Distributions (Atomic Fedora, Universal Blue images like Bazzite, Bluefin, Aurora)
- Solus
Only x86 computers are supported, as other architectures lack support from most packages that are components of LinuxToys, even though the app itself may run on ARM devices.
Usage without installation for stable versions
You can use LinuxToys without installing it by downloading the new AppImage made by our friends at pkgforge-dev from their releases page. Just download the latest release, make it executable, and run it. Issues with the AppImage can be reported at the AppImage repository, and both of us will be working together to make it the best experience possible.
Installation
Automatic Installation
The simplest way to install LinuxToys is by using the automated installation script. Open your terminal and run:
curl -fsSL https://linux.toys/install.sh | bash
Manual Installation
If you prefer to review the script before running it, you can download and execute it manually:
curl -fsSLJO https://linux.toys/install.sh
chmod +x install.sh
./install.sh
Official Repositories
LinuxToys is available in several official and community repositories for easier package management.
Ubuntu (PPA)
You can install LinuxToys from our official PPA on Launchpad:
sudo add-apt-repository ppa:psygreg/linuxtoys
sudo apt update
sudo apt install linuxtoys
Fedora / RHEL / OpenSUSE (COPR)
Packages are available via Fedora COPR for AlmaLinux 10, Fedora 41/42, OpenSUSE Leap/Tumbleweed, and RHEL 9/10.
For Standard Systems:
sudo dnf copr enable psygreg/linuxtoys
sudo dnf install linuxtoys
For Atomic Systems (Fedora Atomic, Universal Blue):
curl -fsSL https://copr.fedorainfracloud.org/coprs/psygreg/linuxtoys/repo/fedora-$(rpm -E %fedora)/psygreg-linuxtoys-fedora-$(rpm -E %fedora).repo | sudo tee /etc/yum.repos.d/psygreg-linuxtoys-fedora-$(rpm -E %fedora).repo
sudo rpm-ostree install linuxtoys
Arch Linux (AUR)
Arch Linux users can install the linuxtoys-bin package from the AUR:
git clone https://aur.archlinux.org/linuxtoys-bin.git
cd linuxtoys-bin
makepkg -si
From source GIT
Warning
This version is under constant development, therefore it may have instability as well as new features not yet available in the stable versions.
Running the application from source, please follow these steps.
Prerequisites
Ensure your system has the necessary dependencies installed.
Debian/Ubuntu:
sudo apt install -y bash git curl wget zenity python3 python3-gi python3-requests libgtk-3-0 gir1.2-gtk-3.0 gir1.2-vte-2.91
Fedora/RHEL:
sudo dnf install -y bash git curl wget zenity python3 python3-gobject python3-requests gtk3 vte291
Arch Linux:
sudo pacman -S --noconfirm bash git curl wget zenity python python-gobject python-requests gtk3 vte3
OpenSUSE:
sudo zypper in -y bash git curl wget zenity python3 python3-gobject python3-requests gtk3 libvte-2_91-0 typelib-1_0-Vte-2.91
Solus:
sudo eopkg it -y git curl wget zenity python3 python-gobject python-requests libvte
Cloning and Running
Clone the repository:
git clone --depth=1 https://github.com/psygreg/linuxtoys.git
cd linuxtoys
Run the application:
p3/linuxtoys.py
Update the application:
Note
When choosing the GIT method, updates must be made via GIT.
git pull
Development
For developers who wish to contribute, check our documentation, please refer to the Developer Guide.
To collaborate with scripts within the app and not the app itself, refer to the scripts repository.
Contributing
We welcome contributions! If you are interested in helping improve LinuxToys, please review our Contribution Guidelines.
Credits
This project is made possible by the community. For a full list of contributors, please visit our Credits Page.