src/cli/upgrade.ts — self-update
Purpose
Section titled “Purpose”vx upgrade [tag] downloads the release asset for this os/arch and
atomically renames it over the current executable.
Invariants
Section titled “Invariants”- Compiled-binary detection keys off
Bun.main/process.argv[1](/$bunfs/…), NOTimport.meta.path— under--minify --bytecodethe latter reports the original source path (the 2026-06-15 bug). - Running from source refuses with a git-pull hint.
isBunfsPath(p)exported for tests.