Pulse gives your team build scans, remote build cache, and actionable analytics. You only pay for the infrastructure you actually use.
A Gradle plugin and a web dashboard. That's it. No agents, no complex infrastructure, no sales calls.
Every build captured automatically. See task breakdowns, test results, cache hit rates, git info, and environment details at a glance.
Share build outputs across your team. Backed by cloud storage with Gradle's native HTTP build cache protocol. Faster CI, faster local builds.
Track build durations, success rates, and cache effectiveness over time. Spot regressions before they slow your team down.
plugins {
id("dev.premex.pulse") version "0.1.7"
}
pulse {
serverUrl.set("https://pulse.premex.se")
organization.set("my-team")
apiToken.set(providers.environmentVariable("PULSE_API_TOKEN"))
}./gradlew build --build-cache
Build data flows to your dashboard automatically. Task timings, test results, cache stats, git info — all there.
Authenticate, set up projects, upload Xcode build scans, and browse your builds — all from the terminal.
macOS, Linux, WSL
curl -fsSL https://pulse.premex.se/install.sh | bash
Windows PowerShell
irm https://pulse.premex.se/install.ps1 | iex
Windows CMD
curl -fsSL https://pulse.premex.se/install.cmd -o install.cmd && install.cmd && del install.cmd
No per-seat licensing. No annual contracts. Your costs scale with your actual usage — most teams pay just a few dollars a month.
Infrastructure costs are passed through at cost. No markup. Full usage transparency on your dashboard.