Skip to content

0.4.3

Choose a tag to compare

@github-actions github-actions released this 26 Aug 16:59
· 55 commits to main since this release
fa428a0

Downloads

Windows

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

macOS

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

Linux

File Notes
ShellPilot-0.4.3-x86_64.AppImage Any distribution — chmod +x and run
ShellPilot-0.4.3-amd64.deb Debian and Ubuntu — sudo apt install ./ShellPilot-0.4.3-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.3-amd64.deb 726cc1361cf5be92ab53474bb225f1738311e329635201fcc7516c85688bcc54
ShellPilot-0.4.3-arm64.dmg c6aa06a4faa36799a716da13ff7ae8c192053d1de7a4fb6d8ad189232d0c3b0e
ShellPilot-0.4.3-portable.exe aa28fd732459b47413c75b02ea8479bbade7d0f5885f03e0acb10c7ff9b474d3
ShellPilot-0.4.3-setup.exe ec41f88680a316951958064db1dc3691ed86ae158a590bba107488842297765b
ShellPilot-0.4.3-x64.dmg 061e93eb3edebf83d1b456c90051514e22e6cfed70a3e1f45037aa0538d144ba
ShellPilot-0.4.3-x86_64.AppImage 890cf1d37c419b6a5d16efeb6f3eef8e5e45cd647e2622e6d6e8e1d97670825c

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.


What's Changed

Full Changelog: v0.4.2...v0.4.3