Skip to content

XetalEngine/CachyOsTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CachyOsTools 🚀

CachyOsTools Logo
A comprehensive system management tool for CachyOS (tested) and other Arch-based distributions.

🎨 Logo Gallery

Logo 1 Logo 2 Logo 3 Logo 4 Logo 5 Logo 6 Logo 7 Logo 8 Logo 9 Logo 10

CachyOsTools Qt Arch

✨ Features

  • Drive Management - Mount, unmount, and manage storage devices
  • System Tweaks - Performance optimizations and system configurations
  • Service Management - Start, stop, and configure system services
  • Backup & Restore - System backup and restoration tools
  • GPU Passthrough - KVM GPU passthrough configuration
  • System Monitoring - Log viewing and system diagnostics

📦 Dependencies

Install the required dependencies:

sudo pacman -S qt6-base cmake gcc make

Optional dependencies for full functionality:

sudo pacman -S udisks2 systemd-analyze rsync

🛠️ Building

Quick Build

git clone https://github.com/XetalEngine/CachyOsTools.git
cd CachyOsTools
chmod +x build.sh
./build.sh

Manual Build

mkdir build && cd build
cmake ..
make -j$(nproc)

🚀 Running

After building, run the application:

./CachyOsTools

📋 Requirements

  • OS: CachyOS (tested), other Arch-based distributions (untested)
  • Qt: Qt6 or Qt5
  • Compiler: GCC with C++17 support
  • Build Tools: CMake 3.16+

🤝 Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

📄 License

This project is licensed under the GNU General Public License v3 (GPLv3). See the LICENSE file for details.

What this means:

  • ✅ You can use, modify, and distribute this software
  • ✅ Any modifications or improvements must remain open source
  • ✅ Derivative works must also be licensed under GPLv3
  • ✅ Source code must be made available to users
  • 🔒 This ensures CachyOsTools and all its improvements stay open source forever

Made with ❤️ for the CachyOS and Arch community

About

Linux Tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published