← TrendWatcher
Hacker News
5/10

SlimPass

A dependency-free SSH passphrase and secret prompt for hardened Linux desktops — TPM or biometric unlock, wayland-native, no Qt, no KDE, no X11.

Target user

Linux sysadmins and security-conscious developers on minimal Wayland distros

Features
  • Single statically-linked binary using GTK4 only, no Qt or X11 in the dependency tree
  • TPM2 and fingerprint unlock for SSH key passphrases stored in a kernel keyring
  • Pipe-friendly mode for build tools like the Go toolchain that need to prompt during a non-TTY build
  • Audit log of every passphrase prompt with timestamp and requesting PID
Why now

The HN post shows there's real demand for a Wayland-native, minimal askpass; current options all drag in X11 or full KDE stacks.

Signals · overall 5/10
Demand
4/10

Multiple forum threads (unix.stackexchange, Arch BBS, spencerkrum.com) show real but narrow pain around ssh-askpass on Wayland/Sway; HN traction was a modest 34 points, indicating a small but real audience.Using ssh-askpass with wayland - Spencer KrumHow do I get ssh-askpass working in Wayland, on KDE?

Whitespace
5/10

Not wide open: wayprompt already ships a Wayland-native ssh-askpass via wl-clipboard, and Marius just published a GTK4/Zig ssh-askpass targeting exactly this niche on hardened Gentoo/Sway.wayprompt: Drop-in pinentry replacement for Waylandマリウス . A GTK4 ssh-askpass in Zig

Monetization
2/10

Hard to monetize: this is a ~hundred-line CLI shim, the entire category (ksshaskpass, lxqt-openssh-askpass, gnome-ssh-askpass, wayprompt, Marius's tool) ships free under permissive licenses; sysadmin users expect FOSS for desktop plumbing.マリウス . A GTK4 ssh-askpass in Zigwayprompt: Drop-in pinentry replacement for Wayland

Longevity
6/10

SSH and ssh-agent aren't going away, and Wayland is the directional default for major Linux desktops (Fedora, Ubuntu, Debian, Gentoo), so the pain point persists, but TPM-resident keys (ssh-tpm-agent) and hardware keys (FIDO2/-sk) are quietly reducing passphrase-prompt frequency for the target user.GitHub - Foxboron/ssh-tpm-agent

Feasibility
8/10

Tiny, well-defined scope: a Wayland-native ssh-askpass is essentially a stdin reader + one Wayland surface or GTK4 window; Marius shipped a working version in Zig single-handedly, and wayprompt proves the wl-clipboard/direct approach is also small.マリウス . A GTK4 ssh-askpass in Zigwayprompt: Drop-in pinentry replacement for Wayland

A GTK4 SSH-askpass in Zig · 34 points · 9 commentsHacker News · 2026-07-31 (today)
SlimPass — TrendWatcher