daemon-hound v1.0.3
Installation
macOS / Linux (Homebrew)
brew tap 0xdps/packages
brew install daemon-houndLinux (APT Repository - Debian/Ubuntu)
echo 'deb [trusted=yes] https://0xdps.github.io/daemon-hound/apt stable main' | sudo tee /etc/apt/sources.list.d/daemon-hound.list
sudo apt update
sudo apt install daemon-houndLinux (RPM - Fedora/RHEL/openSUSE)
Download the .rpm from the assets below.
Windows (Scoop)
scoop bucket add daemon-hound https://github.com/0xdps/scoop-bucket
scoop install daemon-houndDirect Download
Download the binary for your platform from the assets below.
Docker
docker pull ghcr.io/0xdps/daemon-hound:v1.0.3Changelog
- aa82ffc feat: enhance APT repository build process and update deployment steps
- 0ca16a9 feat: streamline APT repository build process by removing unnecessary Python dependency
Changelog
See CHANGELOG.md for full details.