Skip to content

daemon-hound v1.0.3

Choose a tag to compare

@github-actions github-actions released this 24 Jun 11:34

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

Changelog

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