LogPulse Agent downloads

Tarballs for the LogPulse agent. Versioned, content-addressed, immutable.

Install

curl -fsSL https://get.logpulse.io | sudo sh

Layout

Files are organised by version:

/v0.1.0/logpulse-agent_v0.1.0_linux_amd64.tar.gz
/v0.1.0/logpulse-agent_v0.1.0_linux_amd64.tar.gz.sha256
/v0.1.0/logpulse-agent_v0.1.0_linux_amd64.tar.gz.sig
/v0.1.0/logpulse-agent_v0.1.0_linux_arm64.tar.gz
... etc
/latest.txt   ← plaintext: the most recently released version

Verifying signatures

Each tarball is signed with cosign keyless via GitHub Actions OIDC. The install script verifies automatically when cosign is installed.

Source: github.com/Layer-Group/LogPulse