Ananicy-CPP Debian Package v1.2.48-2
This release provides an unofficial Debian package for Ananicy-CPP, bundled with the community-maintained rules from CachyOS ananicy-rules, for amd64 Debian-based systems.
Highlights
- Automatic process-priority management.
- Community-maintained rules for games, desktop applications, audio services, and background workloads.
- Native systemd integration with automatic service startup.
- Service hardening directives for improved system integration.
- Configuration and rules installed under
/etc/ananicy.d/. - Support for custom local rules.
- Clean package build without repository metadata.
- Debian package validation through GitHub Actions and Lintian.
Notes
- The
ananicy-cpp.servicesystemd unit starts automatically after installation. - The package is intended for Debian, Ubuntu, AnduinOS, and compatible
amd64distributions. - This is an unofficial downstream Debian package. Ananicy-CPP and the CachyOS rules remain subject to their respective licenses.
- See the README for installation, configuration, service management, and custom rule instructions.
Full Changelog: v1.2.48...v1.2.48-2
Installation
Download the .deb file below and install it using your preferred method.
For terminal installation:
sudo apt install ./ananicy-debian_1.2.48-2_amd64.debAfter installation, check the service status with:
systemctl status ananicy-cpp.service
To view live service logs:
sudo journalctl -u ananicy-cpp.service -f