Download Latest Version Buildprof 0.2.6 source code.zip (1.5 MB) Google Add to Preferred Sources
Home / v0.2.4
Name Modified Size InfoDownloads / Week
Parent folder
buildprof-ui-v0.2.4.tar.zst 2026-09-11 14.4 MB
buildprof-0.2.4-1.aarch64.rpm 2026-09-11 707.6 kB
buildprof_0.2.4-1_arm64.deb 2026-09-11 610.5 kB
buildprof-0.2.4-1.x86_64.rpm 2026-09-11 731.4 kB
buildprof_0.2.4-1_amd64.deb 2026-09-11 672.4 kB
buildprof-x86_64-unknown-linux-gnu.tar.xz 2026-09-11 675.3 kB
buildprof-x86_64-unknown-linux-gnu.tar.xz.sha256 2026-09-11 109 Bytes
buildprof-x86_64-unknown-linux-musl.tar.xz 2026-09-11 738.8 kB
buildprof-x86_64-unknown-linux-musl.tar.xz.sha256 2026-09-11 110 Bytes
buildprof.rb 2026-09-11 2.6 kB
dist-manifest.json 2026-09-11 24.4 kB
sha256.sum 2026-09-11 724 Bytes
source.tar.gz 2026-09-11 782.4 kB
source.tar.gz.sha256 2026-09-11 81 Bytes
buildprof-aarch64-apple-darwin.tar.xz 2026-09-11 301.9 kB
buildprof-aarch64-apple-darwin.tar.xz.sha256 2026-09-11 105 Bytes
buildprof-aarch64-unknown-linux-gnu.tar.xz 2026-09-11 610.7 kB
buildprof-aarch64-unknown-linux-gnu.tar.xz.sha256 2026-09-11 110 Bytes
buildprof-aarch64-unknown-linux-musl.tar.xz 2026-09-11 656.8 kB
buildprof-aarch64-unknown-linux-musl.tar.xz.sha256 2026-09-11 111 Bytes
buildprof-installer.sh 2026-09-11 56.0 kB
buildprof-x86_64-apple-darwin.tar.xz 2026-09-11 343.1 kB
buildprof-x86_64-apple-darwin.tar.xz.sha256 2026-09-11 104 Bytes
Buildprof 0.2.4 source code.tar.gz 2026-09-11 784.0 kB
Buildprof 0.2.4 source code.zip 2026-09-11 829.4 kB
README.md 2026-09-11 3.2 kB
Totals: 26 Items   22.9 MB 0

Buildprof records every process a build starts and every file it opens, and shows the whole build on an interactive timeline in your browser.

Changes

Changed

  • The UI no longer probes localhost for a native Trace Processor when it starts. Chrome asked for permission to access other apps and services on the device for that probe before any trace was opened, and blocking it silently broke loading traces from the CLI.
  • The CLI explains that Chrome permission prompt while it waits for the browser to fetch a trace, and how to recover after blocking it.
  • When the UI fetches a trace from this machine, the loading page says to allow that prompt. If the fetch fails, the error says whether Chrome is blocking the site or nothing answered, and how to recover, instead of the generic download error.

Install

Recording requires Linux. Existing recordings can be viewed on other platforms in the web UI without installing Buildprof. Install on your Linux build machine using whichever method you prefer:

Shell script

:::sh
curl -fsSL https://buildprof.lalitm.com/install.sh | sh

Homebrew

:::sh
brew install lalitmaganti/tap/buildprof

mise

:::sh
mise use -g github:LalitMaganti/buildprof

Downloads

File Platform Checksum
buildprof-aarch64-apple-darwin.tar.xz (github.com) Apple Silicon macOS checksum
buildprof-x86_64-apple-darwin.tar.xz (github.com) Intel macOS checksum
buildprof-aarch64-unknown-linux-gnu.tar.xz (github.com) ARM64 Linux checksum
buildprof-x86_64-unknown-linux-gnu.tar.xz (github.com) x64 Linux checksum
buildprof-aarch64-unknown-linux-musl.tar.xz (github.com) ARM64 MUSL Linux checksum
buildprof-x86_64-unknown-linux-musl.tar.xz (github.com) x64 MUSL Linux checksum
Source: README.md, updated 2026-09-11