BenchLocal can be packaged for Linux as:
AppImagefor direct download and executiontar.gzas a secondary portable archive
Current release target:
x64
Build from the repo root:
cd BenchLocal
npm run build:linuxOr build all release artifacts from the repo root:
npm run release:allArtifacts are written to:
app/dist/
Expected outputs:
BenchLocal-<version>-linux-x64.AppImageBenchLocal-<version>-linux-x64.tar.gz
Notes:
- no Linux developer account is required for direct distribution
- code signing is optional for the first Linux release path
- verifier-backed Bench Packs still require Docker installed and running on the target machine
- Linux validation should be done on a real Linux machine before release