Download Latest Version Buildprof 0.2.6 source code.zip (1.5 MB) Google Add to Preferred Sources
Home / v0.2.5
Name Modified Size InfoDownloads / Week
Parent folder
buildprof-ui-v0.2.5.tar.zst 2026-09-11 14.4 MB
buildprof-0.2.5-1.x86_64.rpm 2026-09-11 856.9 kB
buildprof_0.2.5-1_amd64.deb 2026-09-11 788.4 kB
buildprof_0.2.5-1_arm64.deb 2026-09-11 717.5 kB
buildprof-0.2.5-1.aarch64.rpm 2026-09-11 834.8 kB
sha256.sum 2026-09-11 724 Bytes
source.tar.gz 2026-09-11 1.5 MB
source.tar.gz.sha256 2026-09-11 81 Bytes
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 459.8 kB
buildprof-x86_64-apple-darwin.tar.xz.sha256 2026-09-11 104 Bytes
buildprof-x86_64-unknown-linux-gnu.tar.xz 2026-09-11 791.1 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 858.7 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 25.6 kB
buildprof-aarch64-apple-darwin.tar.xz 2026-09-11 410.0 kB
buildprof-aarch64-apple-darwin.tar.xz.sha256 2026-09-11 105 Bytes
buildprof-aarch64-unknown-linux-gnu.tar.xz 2026-09-11 720.3 kB
buildprof-aarch64-unknown-linux-gnu.tar.xz.sha256 2026-09-11 110 Bytes
buildprof-aarch64-unknown-linux-musl.tar.xz 2026-09-11 768.4 kB
Buildprof 0.2.5 source code.tar.gz 2026-09-11 1.5 MB
Buildprof 0.2.5 source code.zip 2026-09-11 1.6 MB
README.md 2026-09-11 3.7 kB
Totals: 26 Items   26.3 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

  • Messages are coloured when they go to a terminal: errors red, hints yellow, and paths, URLs, and commands highlighted. NO_COLOR turns colour off and CLICOLOR_FORCE turns it on for pipes.
  • The report printed after a recording is set apart from the build's output and is shorter: a headline, the port forward and URL on their own lines over SSH, the browser permission note, and the wait.

Fixed

  • --compiler-traces now collects nightly Rust self-profile data whenever the build runs a nightly compiler, including through cargo +nightly or a rust-toolchain file. The nightly check used to look only at the default toolchain at startup, so those recordings had no compiler tracks.

Changed

  • The one-request server that hands a trace to the browser is now built on tiny_http instead of hand-written HTTP parsing.
  • While the UI waits for a trace from this machine, a dialog explains the browser prompt to access other apps and services on this device. The CLI, README, and error dialogs name the site setting that re-allows it: "Apps on device" in Chrome, "Access this device" in Firefox.

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