Build intelligence for Gradle.
Without the enterprise price tag.

Pulse gives your team build scans, remote build cache, and actionable analytics. You only pay for the infrastructure you actually use.

Everything you need. Nothing you don't.

A Gradle plugin and a web dashboard. That's it. No agents, no complex infrastructure, no sales calls.

Build Scans

Every build captured automatically. See task breakdowns, test results, cache hit rates, git info, and environment details at a glance.

Remote Build Cache

Share build outputs across your team. Backed by cloud storage with Gradle's native HTTP build cache protocol. Faster CI, faster local builds.

Team Analytics

Track build durations, success rates, and cache effectiveness over time. Spot regressions before they slow your team down.

Up and running in 5 minutes

1

Apply the Gradle plugin

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"))
}
2

Run your build

./gradlew build --build-cache
3

See your build scan instantly

Build data flows to your dashboard automatically. Task timings, test results, cache stats, git info — all there.

Install the Pulse CLI

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

Full CLI documentation →

Pay only for what you use

No per-seat licensing. No annual contracts. Your costs scale with your actual usage — most teams pay just a few dollars a month.

$0to start

Infrastructure costs are passed through at cost. No markup. Full usage transparency on your dashboard.

  • Unlimited team members
  • Unlimited build scans
  • Remote build cache included
  • Full API access
  • Real-time usage & cost dashboard
Get started free