Skip to content

daemon-hound v1.0.2

Choose a tag to compare

@github-actions github-actions released this 23 Jun 16:44

Installation

macOS / Linux (Homebrew)

brew tap 0xdps/packages
brew install daemon-hound

Linux (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-hound

Linux (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-hound

Direct Download

Download the binary for your platform from the assets below.

Docker

docker pull ghcr.io/0xdps/daemon-hound:v1.0.2

Changelog

  • 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.