Skip to content

Pullrun

v0.6.5 Maintenance

This release keeps dependencies and maintenance posture current for teams operating this tool.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Install scripts now prefer names with the " - - " suffix while still falling back to bare names for compatibility.

Changes in this release

Refactor Low

Install scripts now use `<binary>-<os>-<arch>` naming convention for paths.

Install scripts now use `<binary>-<os>-<arch>` naming convention for paths.

Source: llm_adapter@2026-07-15

Confidence: high

Full changelog

Naming convention fix

All install paths now consistently use the <binary>-<os>-<arch> suffix
convention. Previously:

  • Windows CLI (install.sh) looked for bare pullrun.exe or pullrun
    inside the Windows tarball, but the tarball contains pullrun-windows-amd64.
  • WSL2 runtime looked for bare pullrun-runtime inside the Linux tarball,
    but the tarball contains pullrun-runtime-linux-amd64.

Both now try the suffixed name first, then fall back to the bare name (so old
tarballs still work). The convention is documented in AGENTS.md.

No binary changes — only install.sh and docs.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Pullrun

Get notified when new releases ship.

Sign up free

About Pullrun

All releases →

Related context

Beta — feedback welcome: [email protected]