Downloads
Official release artifacts for bastion-base (Debian 13 Trixie, amd64, component main). Install from the static Debian archive or download the .deb directly; verify SHA256 checksums before installing.
APT repository
Static archive at https://download.edgewatch.com/debian/bastion (browse dists/trixie). Suite trixie, component main.
deb [trusted=yes] https://download.edgewatch.com/debian/bastion trixie main
Add to /etc/apt/sources.list.d/bastion.list, then sudo apt update && sudo apt install bastion-base. The same source also serves bastion-telemetry (the node agent; Depends: bastion-base): sudo apt install bastion-telemetry. See installation docs.
Edgewatch Bastion Base — Debian package
Installable amd64 package for Debian 13 (Trixie), suite trixie, component main. Served as a static Debian archive under /debian/bastion/ (Apache-style indexes) and mirrored from GitHub Releases on tagged pipelines. Use apt with the sources.list line on the downloads page or install the .deb directly.
bastion-telemetry — Debian package
Node/telemetry agent (ew-node-agent + ewctl) for Debian 13 (Trixie), amd64. Maintains the outbound mTLS connection to the Edgewatch endpoint: enrollment, signed config pull, heartbeats, command execution and telemetry. Requires bastion-base (apt resolves it automatically: it is declared as Depends: bastion-base, ca-certificates). Install with "sudo apt install bastion-telemetry".
Live / ISO images
No pre-built ISO or live image is published from this repository today. Use the Debian package above, or build from source with the Docker/Makefile workflow documented in the project README.