0.4.4
Downloads
Windows
| File | Notes |
|---|---|
ShellPilot-0.4.4-setup.exe |
Installer with desktop and Start-menu shortcuts. Pick this one if unsure. |
ShellPilot-0.4.4-portable.exe |
Single file, no install, keeps its data beside the .exe — runs from a USB stick |
macOS
| File | Notes |
|---|---|
ShellPilot-0.4.4-arm64.dmg |
Apple Silicon (M1 and later) |
ShellPilot-0.4.4-x64.dmg |
Intel Macs |
Linux
| File | Notes |
|---|---|
ShellPilot-0.4.4-x86_64.AppImage |
Any distribution — chmod +x and run |
ShellPilot-0.4.4-amd64.deb |
Debian and Ubuntu — sudo apt install ./ShellPilot-0.4.4-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 |
ShellPilot-0.4.4-setup.exeShellPilot-0.4.4-portable.exeShellPilot-0.4.4-x64.dmgShellPilot-0.4.4-arm64.dmgShellPilot-0.4.4-x86_64.AppImageShellPilot-0.4.4-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.4.4-amd64.deb |
314cfd8dd0c1c8e30a98f2f85ddb117c8f1ab803ee5f0f3dbe9f09196012eb0c |
ShellPilot-0.4.4-arm64.dmg |
e2037ae345d683dd0b1eabd80158984fe576c3a3fe1a94cda038bca43bf0f45d |
ShellPilot-0.4.4-portable.exe |
0398701f5b00c2b68f3cca04ab191b8c44c5fd651ac2958bdbe155cf0d9263c0 |
ShellPilot-0.4.4-setup.exe |
cba8cab8cdf35bd8ec782d184db851ddfc53e0d778f6383380140fc9d076f871 |
ShellPilot-0.4.4-x64.dmg |
bdf32a65179accf1df5bf49f205edd68bb2602837fd1216b94f34ad49cccf6e1 |
ShellPilot-0.4.4-x86_64.AppImage |
4b0c1e886f5c9878103cb40898a5b68ed8bc37e491b61aa16684d3caba17d5b2 |
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
- Make a pending AI approval visible, and recognise hosts OpenSSH already trusts by @ZeeshanSultan in #13
- Release 0.4.4 by @ZeeshanSultan in #14
Full Changelog: v0.4.3...v0.4.4