A collection of tools for Linux in a user-friendly way.
- Install the proper package for your operating system from Releases and run it from the applications menu.
There's a PPA available for LinuxToys. To use it:
sudo add-apt-repository ppa:psygreg/linuxtoys && sudo apt update
You may obtain it and keep it up-to-date from the COPR repository: sudo dnf copr enable psygreg/linuxtoys
Get it from the Arch User Repository using aura -A linuxtoys-bin
; or
- Download the PKGBUILD and
.install
files from Releases - Run
makepkg -si
on the folder you downloaded the file to install.
- Shader Booster only works in systems using the
bash
orzsh
shells as default. - GRUB-btrfs, besides its obvious requirements, depends on
systemd-init
to enable boot snapshots and cleanup. - Lucidglyph is only confirmed to work on Gnome and Plasma desktops. With all others, your mileage may vary.
- The linux-cachyos kernel port to Debian/Ubuntu-based systems may require its LTO setting changed to 'Full' or 'None' to work in some systems. ThinLTO is only known to work in the standard Ubuntu-Gnome flavour and in Debian Testing, so far, although it is the optimal setting if it works for your system.
- LACT is an overclocking tool. Use with caution.
- PyEnv only supports running in
bash
orzsh
shells. - Godot 4 .NET a.k.a. GodotSharp is not compatible with Arch-based operating systems, as there isn't a .NET SDK available from Microsoft officially for those.
- Unity Hub only supports Debian, Ubuntu and Red Hat Enterprise Linux, so its installer will only work on these systems.
This will require debuild
, obtained from the devscripts
package..
- Clone the repo.
- Open terminal on
src/buildfiles/deb/linuxtoys*
- Run
debuild -S
for .changes file ordebuild -us -uc
for a .deb package.
Requires rpmbuild
.
- Clone the repo.
- Open terminal on the
src/buildfiles/rpm/rpmbuild
subdirectory. rpmbuild -bb SPECS/linuxtoys.spec
To contribute with translations, you can fork this repo, add a new language file to the resources/lang
folder and send a Pull Request. I can make the necessary adjustments to the program's code myself to accomodate new languages.
Other contributions can be made by forking, adding your changes and sending a Pull Request as well.
All Pull Requests will be manually checked before approval.
- Lucidglyph by Maximilionus
- GRUB-btrfs by Antynea
- Pipewire Audio Capture plugin for OBS Studio by Dimitris Papaioanou
- LACT by Ilya Zlobintsev
- Easy Effects by Wellington Wallace
- StreamController by 'Core447'
- MakeResolveDeb by Daniel Tufvesson
- Darktable
- Foliate by John Factotum
- Custom Wine Builds by 'NelloKudo'
- auto-cpufreq by Adnan Hodzic
- Chaotic AUR
- The CachyOS Team
- Pyenv
- NVM-sh
- WiVRn
- Oversteer by Bernat
- And the Linux Community