Skip to content

Releases: wavever/buildby

v1.2.0

30 May 15:55

Choose a tag to compare

Added

  • Added buildby --all / buildby -a as the primary full-scan command, with --scan kept as a legacy alias.
  • Added short filter flags for all supported stacks, including -e, -f, -t, and -n.
  • Added a persistent analysis cache that reuses results when app versions and executable fingerprints are unchanged.
  • Added --no-cache to force a fresh batch analysis.
  • Added automatic config file creation on first run with cache: true and excludeApps: [].
  • Added excludeApps config support to skip apps from --all and per-stack scans by app name, Bundle ID, or full path.
  • Added English README screenshots.

Changed

  • Redesigned the full-scan output with a more shareable desktop app stack profile and compact distribution chart.
  • Improved table rendering for CJK, emoji, and ANSI-colored output.
  • Improved batch-scan speed with worker-based analysis, batched size reads, and reduced expensive command calls.
  • Batch scans skip signature and localized-name lookups to keep scans fast.

Fixed

  • Fixed locale handling so neutral terminal locales such as C.UTF-8 fall back correctly while explicit English overrides still work.

buildby v1.1.0

21 May 05:39

Choose a tag to compare

What is buildby?

buildby is a small CLI that detects what desktop applications are built with on macOS and Windows. It can identify Electron, Flutter, Tauri, Qt, CEF, JVM, .NET, NW.js, React Native, wxWidgets, Unity, and native apps.

Highlights

  • Inspect a single app by name or path.
  • Scan installed desktop apps and group them by technology stack.
  • Filter apps by stack, for example Electron, Flutter, Tauri, Qt, JVM, CEF, or native.
  • Show signature and notarization details for single-app inspection.
  • Install from npm, GitHub Releases, or GitHub Packages.

Install

npm i -g @wavever/buildby

Try it

buildby discord
buildby --scan
buildby --electron

Release artifact

The attached wavever-buildby-1.1.0.tgz file is generated automatically by the GitHub Actions release workflow.

Full Changelog: https://github.com/wavever/buildby/commits/v1.1.0