This is about the desktop app (https://terminal.shodan.io), not the Python CLI. Opening it here because there is no public GitHub repo for Shodan Terminal, and this is the GitHub project you still watch. The Homebrew tap on GitLab has zero issues and zero merge requests.
Bug
Homebrew cask shodan-public/shodan/shodan-terminal is version 0.14.0, but the installed .app still identifies as 0.13.1.
brew info --cask shodan-terminal # 0.14.0
defaults read "/Applications/Shodan Terminal.app/Contents/Info" CFBundleShortVersionString
# 0.13.1
defaults read "/Applications/Shodan Terminal.app/Contents/Info" CFBundleVersion
# 0.13.1
Finder / Spotlight / mdls kMDItemVersion all show 0.13.1.
This is not a stale Homebrew cache
- Cask URL:
https://terminal.shodan.io/releases/0.14.0/shodan-terminal-macos-arm64.zip
- Current arm64 sha256:
c4d6e401b2750db2bbb181c88954fcdc3f7a3f6ee4000aaf5eb700349fa848aa
- That hash is not the 0.13.1 zip (
86cca6f0…).
- Tap history: dd81816 bumped the cask to 0.14.0 (2026-07-17); cad177ac republished the same tag with new checksums a few hours later. Info.plist is still 0.13.1 after the republish.
- No tap commits since 2026-07-17.
What the binary actually contains
The Mach-O embeds 0.13.1 next to the theme-help string (0.13.1Available themes: oblivion, light, contrast). The 0.14.0 strings in the binary are Iced GUI crates (iced_core-0.14.0, iced_winit-0.14.0, …), not the app version.
Build path in the binary: /builds/shodan-engineering/research/terminal (private GitLab). There is nothing public to send a PR against.
Likely cause
0.14.0 looks like an Iced 0.14 upgrade that was tagged on the CDN / Homebrew tap without bumping Cargo.toml / CFBundleShortVersionString off 0.13.1.
Ask
Please ship a 0.14.x (or 0.15) build whose Info.plist and crate version match the release tag, or confirm 0.14.0 was only a framework bump and Finder should keep saying 0.13.1.
This is about the desktop app (https://terminal.shodan.io), not the Python CLI. Opening it here because there is no public GitHub repo for Shodan Terminal, and this is the GitHub project you still watch. The Homebrew tap on GitLab has zero issues and zero merge requests.
Bug
Homebrew cask
shodan-public/shodan/shodan-terminalis version 0.14.0, but the installed.appstill identifies as 0.13.1.Finder / Spotlight /
mdls kMDItemVersionall show 0.13.1.This is not a stale Homebrew cache
https://terminal.shodan.io/releases/0.14.0/shodan-terminal-macos-arm64.zipc4d6e401b2750db2bbb181c88954fcdc3f7a3f6ee4000aaf5eb700349fa848aa86cca6f0…).What the binary actually contains
The Mach-O embeds
0.13.1next to the theme-help string (0.13.1Available themes: oblivion, light, contrast). The0.14.0strings in the binary are Iced GUI crates (iced_core-0.14.0,iced_winit-0.14.0, …), not the app version.Build path in the binary:
/builds/shodan-engineering/research/terminal(private GitLab). There is nothing public to send a PR against.Likely cause
0.14.0 looks like an Iced 0.14 upgrade that was tagged on the CDN / Homebrew tap without bumping
Cargo.toml/CFBundleShortVersionStringoff 0.13.1.Ask
Please ship a 0.14.x (or 0.15) build whose Info.plist and crate version match the release tag, or confirm 0.14.0 was only a framework bump and Finder should keep saying 0.13.1.