repo.pyhall.dev — PyHall Release Trust Repository This is the canonical machine-facing release-repository and release-trust surface for PyHall products. Human download interface: https://apps.pyhall.dev Machine endpoints: GET /index.json — machine-readable product/channel/artifact manifest GET /install.sh — dynamic platform-aware install script GET /:app_id — all builds for a product (e.g. /hallmonitor) GET /:app_id/:version — version detail with checksums and signing status GET /api/builds — all active build registrations (CI/tooling use) apt repository (Hall Monitor, Linux/Debian): curl -fsSL https://repo.pyhall.dev/pyhall.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/pyhall.gpg echo "deb https://repo.pyhall.dev stable main" | sudo tee /etc/apt/sources.list.d/pyhall.list sudo apt update && sudo apt install pyhall Note: GPG key and signed packages available at Hall Monitor v0.3.0 launch. Documentation: https://pyhall.dev/docs