daemon-hound v1.0.2
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.2Changelog
- b23ca10 feat: add APT repository support for Debian/Ubuntu installation and update documentation
- 210b82f feat: enhance macOS app bundle support and skip protected directories in file watching
Changelog
See CHANGELOG.md for full details.