Skip to content

daemon-hound v1.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 16:48

Installation

macOS / Linux (Homebrew)

brew tap 0xdps/packages
brew install daemon-hound

Linux (APT Repository - Debian/Ubuntu)

curl -fsSL https://0xdps.github.io/daemon-hound/apt/daemon-hound-archive-keyring.gpg | sudo gpg --dearmor -o /usr/share/keyrings/daemon-hound-archive-keyring.gpg
echo 'deb [signed-by=/usr/share/keyrings/daemon-hound-archive-keyring.gpg] 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.1.0

Changelog

  • 781605f chore(install): Update install script URL to daemonhound.dev
  • e5977ed chore(release): Improve signing and verification
  • 8bffae8 chore(web): Remove web UI implementation
  • 401a16e feat(apt): Pass GPG passphrase to APT repo signing script
  • a7a9605 feat(assets): Add website images and logos
  • e5e4988 feat(docs): Add philosophy page and navigation
  • 867afe5 feat(macos): Add application icon and Info.plist, update build process
  • 9dd5148 feat(website): Add 'how it works' slideshow and reorganize assets
  • 3ebb558 feat(website): Add install script redirect
  • 56d333e feat(website): Add sitemap generation and robots.txt
  • aaef346 feat(website): Preload slideshow images for faster modal opening
  • e972337 feat(website): Use prefetch for slideshow images
  • 0be1f18 feat: Add Help section and refactor UI layouts
  • 83edccc feat: Bootstrap DaemonHound website
  • 09195af feat: Enhance UI consistency and standardize layouts
  • 001ef5f feat: Enhance UI with comprehensive CSS utilities and JavaScript refactors
  • 0ba73b8 feat: Enhance secret management, conflict resolution, and UI
  • 3c81117 feat: Implement comprehensive CSS design system
  • c55a65c feat: Implement core web UI handlers and templates
  • 8d548f7 feat: Link sidebar brand logo to dashboard
  • 4a13301 feat: Unify page titles for HTMX requests and refactor UI to Tailwind CSS
  • 8342fe7 feat: add lightweight vault access with clone and read commands
  • fd793b0 feat: add login, secrets management, and settings templates
  • 9b452f9 feat: enhance macOS release process with signing, notarization, and artifact management feat: add GPG signing for release checksums feat: update README and documentation for macOS signing and notarization feat: implement cleanup for legacy launch agents and app bundle removal feat: add scripts for preparing release secrets and building notarized DMGs
  • 987b9ef feat: enhance vault operations with improved cloning, conflict resolution, and migration handling
  • 88eac62 feat: implement smart merge for encrypted vault files
  • c44b99e feat: remove fsnotify dependency and related code from runner
  • 29d6c6a feat: update APT repository setup to use GPG key for signing and enhance installation instructions
  • 72ceb6c fix: YAML syntax errors in goreleaser.yaml brews and scoops sections
  • d17bc95 fix: add --pinentry-mode loopback to all gpg calls in APT repo script
  • 5a92cb8 refactor: Update license to AGPL-3.0

Changelog

See CHANGELOG.md for full details.