Download Latest Version Buildprof 0.2.6 source code.zip (1.5 MB) Google Add to Preferred Sources
Home / v0.2.3
Name Modified Size InfoDownloads / Week
Parent folder
buildprof-ui-v0.2.3.tar.zst 2026-09-09 14.4 MB
buildprof-0.2.3-1.x86_64.rpm 2026-09-09 730.1 kB
buildprof_0.2.3-1_amd64.deb 2026-09-09 671.4 kB
buildprof-0.2.3-1.aarch64.rpm 2026-09-09 706.8 kB
buildprof_0.2.3-1_arm64.deb 2026-09-09 607.6 kB
buildprof-x86_64-unknown-linux-gnu.tar.xz.sha256 2026-09-09 109 Bytes
buildprof-x86_64-unknown-linux-musl.tar.xz 2026-09-09 737.4 kB
buildprof-x86_64-unknown-linux-musl.tar.xz.sha256 2026-09-09 110 Bytes
buildprof.rb 2026-09-09 2.6 kB
dist-manifest.json 2026-09-09 24.3 kB
sha256.sum 2026-09-09 724 Bytes
source.tar.gz 2026-09-09 779.5 kB
source.tar.gz.sha256 2026-09-09 81 Bytes
buildprof-aarch64-apple-darwin.tar.xz 2026-09-09 300.9 kB
buildprof-aarch64-apple-darwin.tar.xz.sha256 2026-09-09 105 Bytes
buildprof-aarch64-unknown-linux-gnu.tar.xz 2026-09-09 610.0 kB
buildprof-aarch64-unknown-linux-gnu.tar.xz.sha256 2026-09-09 110 Bytes
buildprof-aarch64-unknown-linux-musl.tar.xz 2026-09-09 656.4 kB
buildprof-aarch64-unknown-linux-musl.tar.xz.sha256 2026-09-09 111 Bytes
buildprof-installer.sh 2026-09-09 56.0 kB
buildprof-x86_64-apple-darwin.tar.xz 2026-09-09 341.9 kB
buildprof-x86_64-apple-darwin.tar.xz.sha256 2026-09-09 104 Bytes
buildprof-x86_64-unknown-linux-gnu.tar.xz 2026-09-09 674.5 kB
Buildprof 0.2.3 source code.tar.gz 2026-09-09 781.1 kB
Buildprof 0.2.3 source code.zip 2026-09-09 825.2 kB
README.md 2026-09-09 3.1 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

Added

  • --no-file-events records the process timeline without filesystem tracing, reducing overhead for builds that open many files. Compiler tracing remains independently selectable.
  • Recordings carry their collection settings. The UI indicates when file events were not recorded and explains why file lists and dependency links are unavailable. Older recordings continue to open.

Changed

  • Event names and categories are written once per trace and referenced by id from each event, instead of being repeated as strings on every event. Traces are smaller and load faster; nothing changes in what the UI shows.

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-09