0.5.1
Downloads
Windows
| File | Notes |
|---|---|
ShellPilot-0.5.1-setup.exe |
Installer with desktop and Start-menu shortcuts. Pick this one if unsure. |
ShellPilot-0.5.1-portable.exe |
Single file, no install, keeps its data beside the .exe — runs from a USB stick |
macOS
| File | Notes |
|---|---|
ShellPilot-0.5.1-arm64.dmg |
Apple Silicon (M1 and later) |
ShellPilot-0.5.1-x64.dmg |
Intel Macs |
Linux
| File | Notes |
|---|---|
ShellPilot-0.5.1-x86_64.AppImage |
Any distribution — chmod +x and run |
ShellPilot-0.5.1-amd64.deb |
Debian and Ubuntu — sudo apt install ./ShellPilot-0.5.1-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 |
ShellPilot-0.5.1-setup.exeShellPilot-0.5.1-portable.exeShellPilot-0.5.1-x64.dmgShellPilot-0.5.1-arm64.dmgShellPilot-0.5.1-x86_64.AppImageShellPilot-0.5.1-amd64.deb
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.1-amd64.deb |
78be69fce63d8908ccaff07539dc57b7807071639f71fc46f26dba30e4de558d |
ShellPilot-0.5.1-arm64.dmg |
398c3d2ce9e2c7ef52a0d36cf011ff26e37dad66c946591fa51609bf0ebf326c |
ShellPilot-0.5.1-portable.exe |
78a282571126f59b12f630ffdcc4e3465e37b295161cc2f62a7cff6092a1fe3f |
ShellPilot-0.5.1-setup.exe |
05346c7d51e93a17bb056f6b61a2eed390f3aee06230c837f012ab97821f2bcb |
ShellPilot-0.5.1-x64.dmg |
bac681bffa9c6d45e2769dc64cccd45cc20474297e3c01a080626ef4855d0b81 |
ShellPilot-0.5.1-x86_64.AppImage |
11ddcc45c1734fe9122a3eae8e3311e3dcfcfdb28923cc9470071c8d3e9f2b61 |
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.5.0...v0.5.1