Skip to content

0.5.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 06:48
· 47 commits to main since this release

Downloads

Windows

File Notes
ShellPilot-0.5.0-setup.exe Installer with desktop and Start-menu shortcuts. Pick this one if unsure.
ShellPilot-0.5.0-portable.exe Single file, no install, keeps its data beside the .exe — runs from a USB stick

macOS

File Notes
ShellPilot-0.5.0-arm64.dmg Apple Silicon (M1 and later)
ShellPilot-0.5.0-x64.dmg Intel Macs

Linux

File Notes
ShellPilot-0.5.0-x86_64.AppImage Any distribution — chmod +x and run
ShellPilot-0.5.0-amd64.deb Debian and Ubuntu — sudo apt install ./ShellPilot-0.5.0-amd64.deb

Antivirus scan

These builds are unsigned, so every release is scanned before publishing.

Scanner Result
Microsoft Defender (Windows runner) no threats found
ClamAV ClamAV 1.5.3/28109/Mon Aug 31 06:24:07 2026 clean
VirusTotal (70+ engines) per-file reports below

One or two detections from minor engines are normal for an unsigned
Electron installer. Verify the SHA-256 of what you downloaded against
the value listed below, or build from source.

Checksums

These are the whole reason an unsigned build is still safe to trust: they
prove the file you have is the file this workflow built. Check yours before
running it.

shasum -a 256 <file>                      # macOS, Linux
certutil -hashfile <file> SHA256          # Windows
File SHA-256
ShellPilot-0.5.0-amd64.deb 21e1b7cdf7b7b0883bd27e63ec8cef760a8aba86b1691a6753748f57cc98d74a
ShellPilot-0.5.0-arm64.dmg d1652762897304f93b4af38252c2161875828db9748440cef9f17e53fed71893
ShellPilot-0.5.0-portable.exe f9924f037509cfb3501eb2edc5ee03c3035e47df564799e318f0b072e24fe313
ShellPilot-0.5.0-setup.exe bd60189754b968f34ea7d39b77bf2e4fc484b56d4370434b956db838513260d6
ShellPilot-0.5.0-x64.dmg e1f1719780510a98520743b2ba3745fe1e8d7265f0f1950277d47e1ed36056e2
ShellPilot-0.5.0-x86_64.AppImage db17c3b1c89a2a9dfba43644721da91cd7883ae5762e777bba460f4b9ab18ccf

The .blockmap files are build metadata, not downloads — they describe
binary deltas between versions and are only read by an updater. The source
archives are a snapshot of the repository, not a build.

Builds are not notarized — the macOS apps are ad-hoc signed, the Windows
ones unsigned. SmartScreen will warn on first run — choose More info → Run
anyway
. On macOS, first run only: right-click the app → Open, or go to
System Settings → Privacy & Security and click Open Anyway. If you would
rather use the Terminal, /usr/bin/xattr -cr /Applications/ShellPilot.app clears
the quarantine flag (spelt with the full path, because a Homebrew or pip xattr
earlier on your PATH may not support -r). Every installer's SHA-256 is
listed under Checksums above, which is the strongest integrity check available
here.


Full Changelog: v0.4.4...v0.5.0