Skip to content

0.4.2

Choose a tag to compare

@github-actions github-actions released this 26 Aug 16:40
· 68 commits to main since this release

Downloads

Windows

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

macOS

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

Linux

File Notes
ShellPilot-0.4.2-x86_64.AppImage Any distribution — chmod +x and run
ShellPilot-0.4.2-amd64.deb Debian and Ubuntu — sudo apt install ./ShellPilot-0.4.2-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/28104/Wed Aug 26 06:24:01 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.4.2-amd64.deb 3659ac450df22e681d2546c15836d0f707aff89c88e3fb07bff63673d97afc0d
ShellPilot-0.4.2-arm64.dmg 6b10aac3b4347562170220cd00e3aab76059961ee97c185e215890bd1ff52cc2
ShellPilot-0.4.2-portable.exe acb2f60521262b84f525dcd2d1f1ff54398c3ac244343a3ddeb3750a2eefa9fe
ShellPilot-0.4.2-setup.exe 6b0eed61ebbed6fcb292f05f0bd2cd5d4ab5b42c77e24ee74bd0535bd53c67bd
ShellPilot-0.4.2-x64.dmg c2557a62a078e6a21c12dd9582d2cd2f0275c5d4f0e4070dd18cf13cd46a4a58
ShellPilot-0.4.2-x86_64.AppImage 12d21711e6aa0c52c0643b96a80ed531353ca2462b7b736a7fb2c31d36e09c0b

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.1...v0.4.2