Skip to content

Mobile AI Dev Tools Arena

Termius vs Blink Shell

Termius wins · 85 (9 drawn)

Agenticness — how well agents can access and operate the productAgenticness

How well agents can access and operate the product

Agent access

  1. ai-native userPoint an agent at llms.txt or agent-oriented docs

    weight 2 · round to Termius
    Termiusfullprobed8/10

    A probe confirms docs.termius.com/llms.txt returns HTTP 200 with structured documentation links, meaning an agent can be pointed directly at an llms.txt file. Missing for 10: no first-party announcement or documentation explicitly describing/promoting the llms.txt file as an agent-facing feature, and no independent corroboration of its completeness or maintenance.

    • [probe] PROBE llms.txt: HTTP 200 at https://docs.termius.com/llms.txt # termius.docs ## Documentation - [What is Termius](https://docs.termius.com…
    Blink Shellnone0/10

    Probe confirms no llms.txt exists (404) and no agent-oriented API docs are found; Blink Shell is a terminal/SSH client with no evidence of agent-friendly documentation.

    • [probe] PROBE llms.txt: HTTP 404 at https://docs.blink.sh/llms.txt
    • [probe] PROBE openapi: all candidate paths 404 (https://docs.blink.sh/openapi.json, https://docs.blink.sh/swagger.json, https://docs.blink.sh/api/op…
  2. ai-native userDrive the product through a documented public API

    weight 3 · round drawn
    Termiusnone0/10

    No evidence of a documented public API for driving Termius programmatically; OpenAPI probes all returned 404, and docs focus on UI/CLI features like snippets, AI command generation, and sync rather than an API for external agent control.

    • [probe] PROBE openapi: all candidate paths 404 (https://docs.termius.com/openapi.json, https://docs.termius.com/swagger.json, https://docs.termius.c…
    • [probe] PROBE llms.txt: HTTP 200 at https://docs.termius.com/llms.txt # termius.docs ## Documentation - [What is Termius](https://docs.termius.com…
    Blink Shellnone0/10

    No public API or SDK is documented; probes for llms.txt and OpenAPI/Swagger specs all returned 404, and no evidence pack item describes a programmatic/API interface for driving Blink Shell.

    • [probe] PROBE llms.txt: HTTP 404 at https://docs.blink.sh/llms.txt
    • [probe] PROBE openapi: all candidate paths 404 (https://docs.blink.sh/openapi.json, https://docs.blink.sh/swagger.json, https://docs.blink.sh/api/op…

Api quality

  1. ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)

    weight 2 · round drawn
    Termiusnone0/10

    A probe explicitly checked for OpenAPI/Swagger spec files at common paths and all returned 404, and no other evidence mentions a machine-readable API spec being available for download.

    • [probe] PROBE openapi: all candidate paths 404 (https://docs.termius.com/openapi.json, https://docs.termius.com/swagger.json, https://docs.termius.c…
    Blink Shellnone0/10

    Blink Shell is a terminal/SSH client, not an API-providing service, but the axis was probed and no machine-readable API spec exists — probes show 404 for llms.txt and all OpenAPI/swagger candidate paths, and no docs mention any API spec.

    • [probe] PROBE llms.txt: HTTP 404 at https://docs.blink.sh/llms.txt
    • [probe] PROBE openapi: all candidate paths 404 (https://docs.blink.sh/openapi.json, https://docs.blink.sh/swagger.json, https://docs.blink.sh/api/op…

Automation depth — how much of the product can run unattendedAutomation depth

How much of the product can run unattended

  1. ai-native userDefine rules that trigger actions automatically on events

    weight 3 · round drawn
    Termiusnone0/10

    Termius evidence covers saved connections, jump-host auto-routing, snippets/broadcast commands, and AI command generation, but none of this describes user-defined rules that trigger actions automatically on events (e.g., on-connect/on-disconnect triggers, webhooks, conditional automations). Jump-host auto-connect is a static config, not an event-rule engine, and no evidence pack item describes any such automation system.

    • [claimed-docs] if you configure a jump host for a Group, every Host within it will automatically connect through that jump host
    • [claimed-docs] You can broadcast a command to all sessions simultaneously and save the entire setup as a reusable template.
    • [claimed-docs] execute them on multiple hosts at once from the Snippets screen
    • [claimed-docs] Termius can convert a plain-language description into a shell command... Termius generates the command using AI.
    Blink Shellnone0/10

    No evidence Blink Shell supports defining rules or triggers for automated actions on events; it is a terminal/SSH/Mosh client with no automation-rule engine documented.

    • ai-native userSchedule recurring jobs or workflows

      weight 2 · round drawn
      Termiusnone0/10

      Termius offers snippets, broadcast commands, and templates, but no evidence of scheduling recurring jobs or workflows (e.g., cron-like triggers or timed automation) exists in the pack.

        Blink Shellnone0/10

        Blink Shell is a terminal/SSH/Mosh client; there is no evidence of any scheduling, cron-like, or recurring workflow/job automation capability in the docs or community discussion.

        Networking access — stories about networking access in this arenaNetworking access

        Stories about networking access in this arena

        Mesh network

        1. power-userConnect directly to my servers without relying on a cloud relay, proxy, or VPN

          weight 2 · round drawn
          Termiusfullcommunity8/10

          Termius explicitly documents local-first, direct SSH connections without cloud dependency: "Termius doesn't depend on the cloud to manage your access... Connect directly to your servers without the internet, a proxy, or VPN," backed by locally encrypted infrastructure storage. Community evidence corroborates real direct SSH usage in the field (debugging via SSH from mobile), though no independent technical audit verifies the no-relay claim. Missing for 10: independent/hands-on verification of the no-relay architecture claim, and details on how sync (which does use Termius cloud) is kept separate from the direct connection path.

          • [claimed-docs] Termius doesn't depend on the cloud to manage your access. Your infrastructure is stored and encrypted locally. Connect directly to your ser…
          • [claimed-docs] Every account includes a Personal vault, accessible only to you and synced across all your devices.
          • [community] Saved my butt once when my docker containers were bouncing while on vacation—debugged and deployed a fix from my iPhone while my wife drove.…
          • [community] Wow, this app saved my butt over a year ago when I ran out of laptop battery in the field.
          Blink Shellfullcommunity8/10

          Blink Shell is a direct SSH/Mosh client built on libssh, connecting straight to hosts via hostname/user with no cloud relay or VPN required, and this is corroborated by community reviews praising its solid direct connectivity and open-source transparency. Missing for 10: independent technical audit confirming no telemetry/relay involvement, and no explicit statement ruling out any proxy usage.

          • [claimed-docs] In Blink type mosh [user@]hostname. For example : mosh irwin@irwinvb.
          • [claimed-docs] In Blink type ssh [user@]hostname. For example : ssh irwin@irwinvb.
          • [claimed-docs] Hosts: create hosts that can be accessed with only the hostname.
          • [claimed-docs] Supports Ed25519, ECDSA and RSA keys. It is built on top of libssh and libssh2.
          • [community] Been using it (beta testing on iPhone and paid version on iPad so I can compare) for a while. Improving steadily, solid connectivity. So far…
          • [community] Bought it even though it apparently has no agent forwarding... Pretty good, refresh seems faster than Prompt, especially when using htop and…
        2. developerGet secure infrastructure access to resources wherever they live, including Kubernetes clusters

          weight 3 · round drawn
          Termiusnone0/10

          Termius's evidence pack covers SSH/host management, port forwarding, vaults, snippets, and file transfer, but there is no mention anywhere of Kubernetes clusters, kubectl integration, or container-orchestration access—this is a specific capability that is entirely unevidenced.

            Blink Shellnone0/10

            Blink Shell provides SSH/Mosh terminal access to hosts, but there is no evidence of any Kubernetes-specific integration (kubectl exec, kubeconfig management, cluster access) or broader infrastructure-access features beyond generic SSH to named hosts.

            Offline sync — stories about offline sync in this arenaOffline sync

            Stories about offline sync in this arena

            Cross device sync

            1. power-userSync my saved hosts and connection settings across all my devices

              weight 2 · round to Termius
              Termiusfullcommunity8/10

              Termius documents a Personal vault synced across all devices, automatic sync of vaults/hosts/configurations on login, and cross-device access to hosts, keys, groups, snippets, and port-forwarding rules; community evidence corroborates cross-device usage (e.g., debugging from iPhone). Missing for 10: independent verification of sync reliability/conflict handling and no detailed technical explanation of sync mechanism/security internals.

              • [claimed-docs] Every account includes a Personal vault, accessible only to you and synced across all your devices.
              • [claimed-docs] Log in to your account — your Vaults, hosts, and configurations will be synced automatically.
              • [claimed-docs] Termius transforms this process with team vaults. Vaults serve as a single source of truth for Hosts, Groups, Snippets, Port Forwarding rule…
              • [claimed-docs] Items in the Keychain can be referenced by multiple Hosts and Groups without duplicating them.
              • [community] Saved my butt once when my docker containers were bouncing while on vacation—debugged and deployed a fix from my iPhone while my wife drove.…
              • [community] I love using Termius on my 12.9” iPad Pro with keyboard—full screen terminal with extra features that pop up right when needed.
              Blink Shellnone0/10

              There is no evidence of cross-device sync for hosts/settings; in fact a community comment explicitly requests this feature ('Could you consider adding config sync via iCloud/Dropbox? It's quite a pain to sync host lists across several iOS devices'), indicating it was not available.

              • [community] Could you consider adding config sync via iCloud/Dropbox? It's quite a pain to sync host lists across several iOS devices.

            Openness — open source, data portability, and self-hosting storiesOpenness

            Open source, data portability, and self-hosting stories

            1. ai-native userRead the product's source under an open license

              weight 2 · round to Blink Shell
              Termiusnone0/10

              Termius is closed-source; there's no evidence of an open license or public source repository, and community feedback (termius-comm-4) explicitly notes concerns about it being closed-source with no visibility into crypto implementation.

              • [community] I'm usually wary of using closed-source programs for sensitive tasks like SSH. I haven't found details on the crypto libraries used or secur…
              Blink Shellpartialcommunity5/10

              GitHub repo (blinksh/blink) is publicly available and community notes describe it as an open-source development process on GitHub, but the license itself is disputed—one commenter questions GPL compatibility with the App Store, and no evidence pack item explicitly names or confirms an OSI-approved open license for the source. missing for 10: explicit license file/name confirmation, resolution of the GPL/App Store tension, first-party statement of licensing terms.

              • [github] If you would like to participate on its development, we would love to have you on board! There are two ways to collaborate with the project:…
              • [community] The way in which Blink really blows the competition (e.g. Prompt) out of the water is its open source development process... Carlos [is] hig…
              • [community] I thought GPL was incompatible with the App Store? Wasn't VLC famously pulled from the App Store over a complaint about this?

            Privacy posture — data-handling and privacy storiesPrivacy posture

            Data-handling and privacy stories

            1. ai-native userOpt out of telemetry and usage tracking

              weight 2 · round drawn
              Termiusnone0/10

              No evidence pack item mentions telemetry, usage tracking, analytics opt-out, or any privacy/data-collection settings controllable by the user; documentation focuses on features (sync, keychain, SSH keys) not telemetry controls.

                Blink Shellnone0/10

                No evidence in the pack mentions telemetry, analytics, usage tracking, or any opt-out/privacy settings for Blink Shell; the evidence is entirely about SSH/Mosh features, UI, and community feedback unrelated to data collection.

                Security — security posture and hardening storiesSecurity

                Security posture and hardening stories

                Credential protection

                1. developerProtect my remote connections with biometric authentication like Face ID or fingerprint

                  weight 2 · round to Termius
                  Termiusfullclaimed8/10

                  Termius docs explicitly claim biometric protection via Windows Hello, Touch ID/Face ID, and Android biometrics tied to device-bound keys, directly matching the story. Missing for 10: independent/hands-on corroboration of biometric unlock in practice and details on implementation robustness across platforms.

                  • [claimed-docs] Secure connections with device-bound keys and biometric protection with Windows Hello, Touch ID/Face ID, or Android biometrics.
                  • [claimed-docs] Secure SSH authentication with FIDO2 security keys and MFA.
                  Blink Shellnone0/10

                  No evidence anywhere in the pack mentions Face ID, Touch ID, biometric authentication, or fingerprint-based unlock/authentication for Blink Shell; the security features documented are SSH key types and password-less key auth only.

                  • [claimed-docs] Supports Ed25519, ECDSA and RSA keys. It is built on top of libssh and libssh2.
                  • [claimed-docs] Keys: Create SSH key pairs for a more secure, password-less access to your servers.
                2. developerStore credentials once in a secure vault and reference them from multiple hosts

                  weight 2 · round to Termius
                  Termiusfullclaimed8/10

                  Termius provides a Keychain vault where credentials (SSH keys, passwords) are stored once and referenced by multiple Hosts and Groups without duplication, backed by Personal and Team vaults synced across devices with encryption. This directly matches the story's core need of centralized credential storage referenced across hosts. Missing for 10: independent/hands-on verification of the vault-reference mechanism specifically (community evidence covers general SSH client experience but not this exact vault-reuse workflow), and no detail on encryption specifics beyond marketing claims.

                  • [claimed-docs] Items in the Keychain can be referenced by multiple Hosts and Groups without duplicating them.
                  • [claimed-docs] Every account includes a Personal vault, accessible only to you and synced across all your devices.
                  • [claimed-docs] When you add team members, a Team vault is created automatically. This vault is shared with all team members, allowing your team to manage i…
                  • [claimed-docs] Termius transforms this process with team vaults. Vaults serve as a single source of truth for Hosts, Groups, Snippets, Port Forwarding rule…
                  • [claimed-docs] Create and manage your SSH keys with passphrase protection. Everything is encrypted and easily accessible from any device.
                  Blink Shellpartialclaimed5/10

                  Blink documents separate 'Keys' and 'Hosts' management features, implying SSH keys can be created once and associated with host entries for password-less access, which aligns with a credential-vault-and-reuse pattern. However, there is no explicit documentation confirming a single stored key can be referenced across multiple distinct hosts, no mention of encryption-at-rest or vault security guarantees, and no independent/community confirmation of this specific reuse workflow. Missing for 10: explicit multi-host key reuse documentation, vault security/encryption details, and independent corroboration of the workflow.

                  • [claimed-docs] Hosts: create hosts that can be accessed with only the hostname.
                  • [claimed-docs] Keys: Create SSH key pairs for a more secure, password-less access to your servers.
                  • [claimed-docs] In Blink type ssh [user@]hostname. For example : ssh irwin@irwinvb.
                3. power-userStore my SSH keys in a hardware-backed secure enclave protected by biometrics

                  weight 2 · round to Termius

                  Termius docs explicitly claim 'device-bound keys and biometric protection with Windows Hello, Touch ID/Face ID, or Android biometrics' plus FIDO2 security key support, matching the hardware-backed/biometric claim reasonably well. However, there's no explicit mention of a 'secure enclave' term or independent verification of how keys are hardware-isolated, and community comments express skepticism about SSH keys being stored on Termius' servers and about closed-source crypto practices, which tempers confidence without concretely disproving the biometric/device-bound claim. Missing for 10: independent/hands-on verification of the secure-enclave implementation, explicit documentation of enclave/TPM/Keystore usage, and resolution of community concerns about key storage location.

                  • [claimed-docs] Secure connections with device-bound keys and biometric protection with Windows Hello, Touch ID/Face ID, or Android biometrics.
                  • [claimed-docs] Secure SSH authentication with FIDO2 security keys and MFA.
                  • [claimed-docs] Create and manage your SSH keys with passphrase protection. Everything is encrypted and easily accessible from any device.
                  • [community] The only benefit of Termius seems to be a few nice colours, with the downside of being able to store your SSH keys on Termius' servers.
                  • [community] I'm usually wary of using closed-source programs for sensitive tasks like SSH. I haven't found details on the crypto libraries used or secur…
                  Blink Shellnone0/10

                  Evidence shows Blink Shell supports creating SSH key pairs (docs-12) but there is no mention of hardware-backed secure enclave storage or biometric protection for keys anywhere in the docs, GitHub, or community discussion.

                  • [claimed-docs] Keys: Create SSH key pairs for a more secure, password-less access to your servers.

                Terminal ssh — terminal and SSH workflows — shells, sessions, remote accessTerminal ssh

                Terminal and SSH workflows — shells, sessions, remote access

                Ssh connections

                1. power-userGroup multiple terminal sessions together and broadcast the same command to all of them

                  weight 2 · round to Termius
                  Termiusfullclaimed8/10

                  Termius Workspaces feature explicitly groups multiple terminal sessions and broadcasts the same input to all of them, with templates capturing layout, tabs, and running commands (termius-docs-18, termius-docs-19, termius-docs-4). Missing for 10: independent hands-on corroboration of broadcast reliability across many hosts and any documented limits/edge cases from community sources.

                  • [claimed-docs] Workspaces group multiple terminal sessions into one focused environment... Broadcast the same input to multiple sessions
                  • [claimed-docs] Workspace templates capture: Included connections, Tab names, Layout configuration, Working directories, Running commands at the time of sav…
                  • [claimed-docs] You can broadcast a command to all sessions simultaneously and save the entire setup as a reusable template.
                  Blink Shellnone0/10

                  Evidence shows Blink supports multiple shells, split view, and switching between sessions, but there is no mention of grouping sessions or broadcasting a single command to multiple sessions simultaneously.

                  • developerTransfer files to and from remote hosts via scp and sftp using my configured keys

                    weight 2 · round drawn
                    Termiusfullclaimed8/10

                    Termius documents SFTP file transfer with a dual-pane interface and one-click switching between terminal and SFTP sessions on the same host, using the same configured Hosts/Keychain credentials, plus a keychain for SSH key management with passphrase protection referenced across connections. This directly covers scp/sftp-style file transfer using configured keys. Missing for 10: explicit mention of the `scp` command/protocol specifically (only SFTP is named) and independent hands-on corroboration of file-transfer reliability.

                    • [claimed-docs] Dual-pane interface on the desktop: manage local or remote files side-by-side
                    • [claimed-docs] Integrated workflow: switch between a terminal session and an SFTP session for the same host with a single click
                    • [claimed-docs] Create and manage your SSH keys with passphrase protection. Everything is encrypted and easily accessible from any device.
                    • [claimed-docs] Items in the Keychain can be referenced by multiple Hosts and Groups without duplicating them.
                    Blink Shellfullclaimed8/10

                    GitHub docs explicitly show scp and sftp usage examples with remote hosts, and Blink supports configured SSH keys (Ed25519, ECDSA, RSA) for authentication per docs, confirming key-based scp/sftp transfers work. Missing for 10: independent hands-on verification of scp/sftp specifically (community discussion focuses mostly on ssh/mosh) and no detail on edge cases like large file transfer performance.

                    • [github] scp user@host.name.edu:filename . sftp localFilename user@host.name.edu:~/
                    • [claimed-docs] Supports Ed25519, ECDSA and RSA keys. It is built on top of libssh and libssh2.
                    • [claimed-docs] Keys: Create SSH key pairs for a more secure, password-less access to your servers.
                  • developerRun local UNIX commands like ls, grep, cat, tar, and curl directly in the app

                    weight 3 · round to Blink Shell
                    Termiusnone0/10

                    All evidence describes Termius as an SSH/SFTP client for connecting to and managing remote hosts (snippets run on hosts, port forwarding, session logs, SFTP), with no mention of a local shell/terminal mode for running commands like ls, grep, cat, tar, curl directly against the local machine. Missing for 10: any documentation or community confirmation of a local terminal tab/local command execution feature.

                    • [claimed-docs] execute them on multiple hosts at once from the Snippets screen
                    • [claimed-docs] In Termius, a snippet is a labeled shell script that you can save and run on different hosts without retyping it.
                    • [claimed-docs] Dual-pane interface on the desktop: manage local or remote files side-by-side
                    • [claimed-docs] Integrated workflow: switch between a terminal session and an SFTP session for the same host with a single click
                    Blink Shellpartialclaimed6/10

                    Docs explicitly list built-in commands including ls, grep, cat, cd, touch, cp, rm, mv, mkdir, df, du (blink-shell-docs-4) and file transfer via scp/sftp (blink-shell-gh-1), covering much of the 'run local UNIX commands' story. However, tar and curl are never mentioned anywhere in the evidence pack, so support for those specific commands is unconfirmed. missing for 10: explicit documentation or confirmation that tar and curl are supported as local commands, independent hands-on verification of command behavior.

                    • [claimed-docs] cat, grep, wc, cd, setenv, ls, touch, cp, rm, ln, mv, mkdir, rmdir, df, du
                    • [github] scp user@host.name.edu:filename . sftp localFilename user@host.name.edu:~/
                  • power-userOpen multiple terminal sessions, each with its own context, appearance, and history

                    weight 3 · round to Termius
                    Termiusfullcommunity8/10

                    Termius Workspaces explicitly group multiple terminal sessions with per-session tab names, layout, working directories, and saved templates, while each Host retains its own connection context, keychain-linked credentials, and per-host session logs/history. Community evidence corroborates multi-session use in the field (e.g., managing multiple servers via saved snippets and SSH sessions), though performance complaints on Windows suggest some friction at scale. Missing for 10: independent hands-on verification of per-session appearance customization (themes/fonts) and no direct community testimony about running many concurrent tabs smoothly.

                    • [claimed-docs] Workspaces group multiple terminal sessions into one focused environment... Broadcast the same input to multiple sessions
                    • [claimed-docs] Workspace templates capture: Included connections, Tab names, Layout configuration, Working directories, Running commands at the time of sav…
                    • [claimed-docs] Session logs are a record of your terminal activity. They help you review past work, troubleshoot issues, and collaborate with teammates.
                    • [claimed-docs] A group is a labeled collection of Hosts that share a common characteristic, such as a customer, location, or environment.
                    • [community] Combination of Termius's saved snippets and short shell scripts let me do monitoring without running a separate web-server behind auth. Easi…
                    • [community] Termius on Windows falls short of usability threshold due to slow performance at high resolutions—scrolling large text is much worse than gn…
                    Blink Shellpartialclaimed6/10

                    Docs confirm multiple shells can be opened (two-finger tap to create, swipe to switch) and each session can persist via Mosh even after sleep, plus per-shell customization via themes/fonts and hosts. However, there's no explicit evidence that each session maintains fully independent appearance/history configuration simultaneously (e.g., per-tab theme or scrollback isolation) beyond global settings. Missing for 10: documented per-session independent history/appearance settings, and independent corroboration of multi-session workflows beyond basic split-view/switching.

                    • [claimed-docs] To create a new shell, tap the screen with two fingers. To switch between active shells, swipe side to side.
                    • [claimed-docs] don't be afraid to put your device to sleep, when you wake it up later, your connections will be intact.
                    • [claimed-docs] You can flawlessly jump from home, to the train, and then to the office thanks to Mosh. Blink is rock-solid connected all the way.
                    • [claimed-docs] You can rock your terminal and roll your own themes and fonts beyond our included ones. And yes, we include Pragmata Pro by default!
                    • [github] We've incorporated SplitView, for those necessary Google searches and chats with coworkers.
                    • [claimed-docs] Hosts: create hosts that can be accessed with only the hostname.
                  • power-userKeep my terminal session alive across network changes and device sleep

                    weight 3 · round to Blink Shell

                    A single community comment confirms Termius supports Mosh, which enables sessions to survive network changes, and another notes remote debugging while mobile, suggesting some resilience to connectivity drops. However there is no first-party documentation describing session persistence across network changes or device sleep, and no evidence addressing behavior specifically during device sleep. missing for 10: first-party docs on Mosh/session-persistence feature, explicit device-sleep resilience evidence, independent verification beyond one HN comment.

                    • [community] Saved my butt once when my docker containers were bouncing while on vacation—debugged and deployed a fix from my iPhone while my wife drove.…
                    • [community] Wow, this app saved my butt over a year ago when I ran out of laptop battery in the field.
                    Blink Shellfullcommunity9/10

                    Blink Shell is built around Mosh, explicitly marketed for surviving network changes (train, home, office) and device sleep with connections remaining intact, backed by docs and community praise of solid connectivity. Missing for 10: independent hands-on verification specifically testing sleep/network-switch persistence rather than general connectivity praise.

                    • [claimed-docs] You can flawlessly jump from home, to the train, and then to the office thanks to Mosh. Blink is rock-solid connected all the way.
                    • [claimed-docs] don't be afraid to put your device to sleep, when you wake it up later, your connections will be intact.
                    • [claimed-docs] In Blink type mosh [user@]hostname. For example : mosh irwin@irwinvb.
                    • [community] Been using it (beta testing on iPhone and paid version on iPad so I can compare) for a while. Improving steadily, solid connectivity. So far…
                    • [community] Bought it even though it apparently has no agent forwarding... Pretty good, refresh seems faster than Prompt, especially when using htop and…
                  • developerConnect to remote servers using SSH with Ed25519, ECDSA, or RSA keys

                    weight 3 · round drawn
                    Termiusfullcommunity9/10

                    Termius docs explicitly confirm it can generate Ed25519, ECDSA, RSA (and ML-DSA) keys with passphrase protection, and supports importing existing ~/.ssh keys and configs for connecting to remote servers via SSH. Community evidence corroborates real-world SSH usage as a core client function. Missing for 10: independent hands-on verification specifically testing each key type's SSH connection success.

                    • [claimed-docs] Termius can generate Ed25519, ECDSA, RSA, and ML-DSA keys.
                    • [claimed-docs] Create and manage your SSH keys with passphrase protection. Everything is encrypted and easily accessible from any device.
                    • [claimed-docs] Termius supports importing the contents of the `~/.ssh` folder, including `ssh_config`, `known_hosts`, and key files
                    • [community] Combination of Termius's saved snippets and short shell scripts let me do monitoring without running a separate web-server behind auth. Easi…
                    • [community] Saved my butt once when my docker containers were bouncing while on vacation—debugged and deployed a fix from my iPhone while my wife drove.…
                    Blink Shellfullcommunity9/10

                    Docs explicitly confirm support for Ed25519, ECDSA, and RSA keys via libssh/libssh2, with key pair creation and hostname-based ssh usage documented, and community discussion corroborates Ed25519 support as a differentiator from competitors. Missing for 10: independent hands-on verification of ECDSA/RSA specifically (community focus is mostly on Ed25519).

                    • [claimed-docs] Supports Ed25519, ECDSA and RSA keys. It is built on top of libssh and libssh2.
                    • [claimed-docs] Keys: Create SSH key pairs for a more secure, password-less access to your servers.
                    • [claimed-docs] In Blink type ssh [user@]hostname. For example : ssh irwin@irwinvb.
                    • [community] Does it support Ed25519 keys? This is one of the things that Panic's Prompt still lack support of, and I really miss it.
                  • power-userGenerate SSH key pairs for password-less access to my servers

                    weight 2 · round to Blink Shell
                    Termiusfullclaimed8/10

                    Termius docs explicitly confirm SSH key pair generation (Ed25519, ECDSA, RSA, ML-DSA) with passphrase protection, encrypted storage, and cross-device sync/keychain reuse across hosts for password-less auth. Missing for 10: independent hands-on verification of the key-generation workflow itself (community evidence covers other features but not this specific one).

                    • [claimed-docs] Create and manage your SSH keys with passphrase protection. Everything is encrypted and easily accessible from any device.
                    • [claimed-docs] Termius can generate Ed25519, ECDSA, RSA, and ML-DSA keys.
                    • [claimed-docs] Items in the Keychain can be referenced by multiple Hosts and Groups without duplicating them.
                    • [claimed-docs] Every account includes a Personal vault, accessible only to you and synced across all your devices.
                    Blink Shellfullcommunity9/10

                    Official docs explicitly describe the 'Keys' feature for creating SSH key pairs for password-less server access, supporting Ed25519, ECDSA, and RSA, corroborated by community discussion confirming Ed25519 support (a differentiator vs competitors). Missing for 10: independent hands-on verification of the key-generation UX itself beyond docs description.

                    • [claimed-docs] Keys: Create SSH key pairs for a more secure, password-less access to your servers.
                    • [claimed-docs] Supports Ed25519, ECDSA and RSA keys. It is built on top of libssh and libssh2.
                    • [community] Does it support Ed25519 keys? This is one of the things that Panic's Prompt still lack support of, and I really miss it.
                  • power-userConnect to a saved host with one tap without re-entering credentials

                    weight 2 · round to Termius
                    Termiusfullcommunity8/10

                    Docs confirm saved hosts with credentials stored in Keychain/vault so users connect instantly without re-entering IPs/ports/passwords, with sync across devices enabling one-tap access from any client. Community evidence corroborates real-world quick reconnection (e.g., fixing servers from a phone). Missing for 10: independent hands-on verification specifically of the one-tap flow (vs. broader feature set) and no mention of biometric/one-tap unlock friction trade-offs.

                    • [claimed-docs] No more re-entering IPs, ports, or password. Everything is saved, so you connect instantly.
                    • [claimed-docs] Items in the Keychain can be referenced by multiple Hosts and Groups without duplicating them.
                    • [claimed-docs] Every account includes a Personal vault, accessible only to you and synced across all your devices.
                    • [claimed-docs] Log in to your account — your Vaults, hosts, and configurations will be synced automatically.
                    • [community] Saved my butt once when my docker containers were bouncing while on vacation—debugged and deployed a fix from my iPhone while my wife drove.…
                    • [community] Wow, this app saved my butt over a year ago when I ran out of laptop battery in the field.
                    Blink Shellfullclaimed7/10

                    Docs confirm saved 'Hosts' allow access via just hostname, SSH key pairs enable password-less login, and connections persist through sleep/network changes via Mosh — together supporting one-tap reconnection to saved hosts without re-entering credentials. missing for 10: no explicit demonstration of a literal one-tap UI flow, and no independent hands-on account specifically validating passwordless saved-host connection.

                    • [claimed-docs] Hosts: create hosts that can be accessed with only the hostname.
                    • [claimed-docs] Keys: Create SSH key pairs for a more secure, password-less access to your servers.
                    • [claimed-docs] don't be afraid to put your device to sleep, when you wake it up later, your connections will be intact.
                    • [claimed-docs] In Blink type ssh [user@]hostname. For example : ssh irwin@irwinvb.

                  Ux ergonomics — stories about ux ergonomics in this arenaUx ergonomics

                  Stories about ux ergonomics in this arena

                  Terminal customization

                  1. power-userCustomize the font, colors, and cursor appearance of my terminal and persist the settings

                    weight 2 · round to Blink Shell
                    Termiusnone0/10

                    No vendor documentation describes font, color, or cursor customization for Termius, and a community report explicitly states the user could not add custom fonts, indicating this capability is not evidenced or is missing.

                    • [community] Not sure if I missed something, but I can't add custom fonts.
                    Blink Shellpartialclaimed6/10

                    Docs confirm custom fonts/themes support with Pragmata Pro included by default and that users can 'roll your own' fonts/themes, but there's no explicit mention of persisted settings, cursor appearance customization, or color-scheme granularity beyond fonts/themes. missing for 10: dedicated docs on color scheme/cursor customization, explicit confirmation settings persist across sessions/devices, independent hands-on corroboration of theming.

                    • [claimed-docs] You can rock your terminal and roll your own themes and fonts beyond our included ones. And yes, we include Pragmata Pro by default!

                  Not comparable on these axes

                  1. ai-native userRun the product headlessly / in CI for automation

                    weight 2 · not comparable
                    Termiusn/a

                    Termius is a GUI-based SSH/terminal client designed for interactive, human-driven sessions across desktop and mobile; running headlessly or in CI automation pipelines is outside its product category (no CLI, headless mode, or automation API is evidenced or implied by its design).

                      Blink Shelln/a

                      Blink Shell is an iOS/iPadOS terminal/SSH client app designed for interactive mobile use; running it headlessly or in a CI pipeline is a category mismatch as it has no server/daemon mode or CI-oriented interface.

                      • ai-native userPlug MCP servers into this product so it can use their tools

                        weight 3 · not comparable
                        Termiusn/a

                        Termius is an SSH/terminal client focused on connectivity, key management, and collaboration; there is no evidence of any MCP server integration or plugin mechanism for AI tools, and this axis is not a natural fit for a terminal/SSH client product category.

                          Blink Shelln/a

                          Blink Shell is a terminal/SSH/mosh client for iOS, not an AI agent or MCP-capable platform; MCP server integration is outside its product category.

                          • ai-native userConnect an agent via an official MCP server

                            weight 3 · not comparable
                            Termiusn/a

                            Termius is an SSH/terminal client (an agent-adjacent tool for humans), not an ecosystem/platform expected to expose an official MCP server for other AI agents to connect to; no evidence suggests it plays that server role. This is a category mismatch rather than a missing feature.

                              Blink Shelln/a

                              Blink Shell is a terminal/SSH/Mosh client for iOS, not an AI agent or coding assistant; there is no indication it plays the agent role nor offers an MCP server role. Connecting to AI-coding tools like VS Code Server/Codespaces is client-side usage, not an official MCP server axis, so this story is a category error for this product type.

                              • ai-native userUse an official CLI

                                weight 2 · not comparable
                                Termiusnone0/10

                                The evidence pack covers Termius's GUI features (snippets, workspaces, port forwarding, AI command generation) but contains no mention of an official standalone CLI tool for scripting/automation outside the app; the probe for OpenAPI/API surface also returned 404s, suggesting no documented CLI/API surface.

                                • [probe] PROBE openapi: all candidate paths 404 (https://docs.termius.com/openapi.json, https://docs.termius.com/swagger.json, https://docs.termius.c…
                                Blink Shelln/a

                                Blink Shell is a terminal/SSH client app, not an AI agent or developer platform for which an 'official CLI for AI-native workflows' would be a meaningful axis; it is itself a shell/CLI tool, not something with a separate AI-oriented CLI product to evaluate.

                                • ai-native userIssue scoped/least-privilege API credentials for an agent

                                  weight 2 · not comparable
                                  Termiusn/a

                                  Termius is an SSH/terminal client for human users, not an agent platform or identity provider; issuing scoped API credentials for an AI agent is outside its product category and not something a buyer comparing terminal clients would expect.

                                    Blink Shelln/a

                                    Blink Shell is a terminal/SSH client for iOS, not an agent-management or API-credential-issuing platform; there is no concept of scoped API credentials for agents in its feature set. This axis is a category error for this product type.

                                    • ai-native userBuild against official SDKs

                                      weight 2 · not comparable
                                      Termiusnone0/10

                                      No evidence of any official SDK for developers to build against; Termius is an SSH client with AI-generated command features, not a platform offering SDKs, and the openapi probe returned 404s with no SDK docs found.

                                      • [probe] PROBE openapi: all candidate paths 404 (https://docs.termius.com/openapi.json, https://docs.termius.com/swagger.json, https://docs.termius.c…
                                      • [claimed-docs] Termius can convert a plain-language description into a shell command... Termius generates the command using AI.
                                      Blink Shelln/a

                                      Blink Shell is a terminal/SSH/Mosh client app, not a platform or service with an SDK/API surface for developers to build against; the story of building against official SDKs is a category error for this product type.

                                      • ai-native userSubscribe to events via webhooks

                                        weight 2 · not comparable
                                        Termiusn/a

                                        Termius is an SSH client/terminal app, not an event-driven platform; webhook subscriptions are outside its product category (wrong axis) rather than a missing feature.

                                          Blink Shelln/a

                                          Blink Shell is a terminal/SSH/Mosh client app, not a service or platform with an event system; webhooks are not a fair capability for this kind of product.

                                          • ai-native userGet AI-generated insights and suggestions from my data inside the product

                                            weight 2 · not comparable
                                            Termiuspartialclaimed4/10

                                            Termius docs mention AI-generated shell commands from plain-language descriptions (docs-6), which is a form of AI suggestion, but there's no evidence of AI-generated insights derived from the user's own data (e.g., analyzing session logs, host activity, or infrastructure patterns) — autocomplete (docs-11, docs-24) is rule/history-based, not AI-driven. missing for 10: AI analysis/insights over session logs or infrastructure data, dashboards or summaries generated from user data, independent/hands-on corroboration of the AI command feature.

                                            • [claimed-docs] Termius can convert a plain-language description into a shell command... Termius generates the command using AI.
                                            • [claimed-docs] Autocomplete in Termius uses data from many sources to suggest snippets, shell history commands, paths, and built-in commands with arguments…
                                            • [claimed-docs] Session logs are a record of your terminal activity. They help you review past work, troubleshoot issues, and collaborate with teammates.
                                            Blink Shelln/a

                                            Blink Shell is a terminal/SSH/Mosh client; AI-generated insights from data is a wrong-axis capability for this product category, not something a terminal emulator would plausibly ship.

                                            • ai-native userSet up automations that run autonomously in the background

                                              weight 2 · not comparable
                                              Termiusnone0/10

                                              Termius offers snippets, broadcast commands, and workspace templates that are user-triggered, but there is no evidence of scheduling, triggers, or autonomous background execution without a user actively running them.

                                                Blink Shelln/a

                                                Blink Shell is a mobile SSH/Mosh terminal client, not an automation/agent platform; there's no concept of background autonomous automations in its feature set. This axis is a category error for a terminal client rather than a missing feature.

                                                • ai-native userDelegate tasks to a built-in AI assistant inside the product

                                                  weight 3 · not comparable
                                                  Termiuspartialclaimed4/10

                                                  Termius docs mention AI-assisted command generation from natural language (termius-docs-6), which is a narrow AI helper feature rather than a full agentic assistant capable of being delegated multi-step tasks. Missing for 10: evidence of autonomous task execution, multi-step delegation, or a persistent AI assistant beyond single-command translation, and no independent/hands-on corroboration of this AI feature's real-world use.

                                                  • [claimed-docs] Termius can convert a plain-language description into a shell command... Termius generates the command using AI.
                                                  Blink Shelln/a

                                                  Blink Shell is a terminal/SSH/Mosh client for iOS; nothing in the evidence indicates a built-in AI assistant feature. This story is a category error for this product type — a terminal emulator does not deliver AI-agent delegation itself.

                                                  • ai-native userOperate the product with natural-language commands

                                                    weight 2 · not comparable
                                                    Termiuspartialclaimed5/10

                                                    Termius docs explicitly describe an AI feature that converts plain-language descriptions into shell commands (termius-docs-6), directly supporting natural-language command operation. However, this appears limited to command generation within the terminal rather than broader natural-language control of the app (e.g., navigating hosts, managing vaults, or automating workflows via NL), and there's no independent/community corroboration of this AI feature's real-world reliability. Missing for 10: broader NL control beyond command generation, hands-on/community validation of the AI feature, and details on accuracy/limitations.

                                                    • [claimed-docs] Termius can convert a plain-language description into a shell command... Termius generates the command using AI.
                                                    Blink Shelln/a

                                                    Blink Shell is a terminal/SSH client for iOS; the evidence shows only standard shell commands, key management, and terminal UI features, with no natural-language or AI command interface of any kind. This axis (operating via natural-language commands, agenticness) is a category mismatch for a traditional terminal emulator, not a missing feature it could plausibly ship as part of its product identity.

                                                    • ai-native userExplore an interactive API reference with runnable examples

                                                      weight 2 · not comparable
                                                      Termiusnone0/10

                                                      Termius is an SSH client, not an API product; no evidence of an interactive API reference or runnable examples exists, and the OpenAPI probe explicitly returned 404s at all candidate paths. There is no documented API playground or reference in the evidence pack.

                                                      • [probe] PROBE openapi: all candidate paths 404 (https://docs.termius.com/openapi.json, https://docs.termius.com/swagger.json, https://docs.termius.c…
                                                      Blink Shelln/a

                                                      Blink Shell is a terminal/SSH client app, not an API-driven platform or SDK; an interactive API reference with runnable examples is not a relevant capability for this product category.

                                                      • ai-native userTest against a sandbox environment without touching production data

                                                        weight 1 · not comparable
                                                        Termiusn/a

                                                        Termius is an SSH/terminal client for connecting to and managing real servers, not a testing or sandboxing tool; there is no concept of a 'sandbox vs production' testing environment in its feature set. This axis is a category error for a terminal/SSH client.

                                                          Blink Shelln/a

                                                          Blink Shell is a terminal/SSH client for connecting to remote hosts; it has no concept of sandbox environments or production/test data separation - that's an axis for testing/dev platforms, not a terminal emulator app.

                                                          • ai-native userRely on versioned APIs with a documented deprecation policy

                                                            weight 2 · not comparable
                                                            Termiusnone0/10

                                                            Termius is an SSH client focused on terminal/session management; there is no evidence of a public versioned API or documented deprecation policy. The openapi probe returned 404 for all candidate paths, confirming absence of API documentation.

                                                            • [probe] PROBE openapi: all candidate paths 404 (https://docs.termius.com/openapi.json, https://docs.termius.com/swagger.json, https://docs.termius.c…
                                                            Blink Shelln/a

                                                            Blink Shell is a terminal/SSH client app, not a platform offering a programmatic API for third-party/agent integration; the story of versioned APIs with a deprecation policy is a category error for this product type.

                                                            • ai-native userPerform bulk operations across many items at once

                                                              weight 2 · not comparable
                                                              Termiusfullcommunity8/10

                                                              Termius provides multiple documented bulk-operation mechanisms: broadcasting commands to all sessions simultaneously and saving as reusable workspace templates, executing snippets on multiple hosts at once, and CSV bulk-import of hosts/groups/credentials. These directly satisfy 'bulk operations across many items.' Missing for 10: independent/hands-on corroboration specifically validating broadcast-to-many-hosts at scale (community evidence only touches snippet scripting, not the broadcast/bulk-import features) and evidence of bulk operations on other item types like credentials or vault entries.

                                                              • [claimed-docs] You can broadcast a command to all sessions simultaneously and save the entire setup as a reusable template.
                                                              • [claimed-docs] execute them on multiple hosts at once from the Snippets screen
                                                              • [claimed-docs] Termius can import hosts from a CSV file, including labels, IP addresses, protocols, ports, groups, subgroups, tags, and credentials.
                                                              • [claimed-docs] Workspaces group multiple terminal sessions into one focused environment... Broadcast the same input to multiple sessions
                                                              • [claimed-docs] Workspace templates capture: Included connections, Tab names, Layout configuration, Working directories, Running commands at the time of sav…
                                                              • [community] Combination of Termius's saved snippets and short shell scripts let me do monitoring without running a separate web-server behind auth. Easi…
                                                              Blink Shelln/a

                                                              Blink Shell is a terminal/SSH client for iOS; bulk operations across many items is not a fair capability for this kind of product—it's a terminal emulator, not a batch-processing or automation platform.

                                                              • ai-native userVersion, review, and roll back my automations

                                                                weight 1 · not comparable
                                                                Termiusnone0/10

                                                                Termius offers snippets, templates, and logs, but there is no evidence of version control, review workflows, or rollback capability for automations/snippets—no changelog, history, or revert feature is documented.

                                                                  Blink Shelln/a

                                                                  Blink Shell is a terminal/SSH client for iOS, not an automation platform with workflows or agent scripts that could be versioned, reviewed, or rolled back; this axis is a category error for this product type.

                                                                  • power-userAmend the latest commit or undo unpushed commits to fix or split them

                                                                    weight 2 · not comparable
                                                                    Termiusn/a

                                                                    Termius is an SSH client/terminal tool, not a git client or version control tool; amending or undoing commits is entirely outside its product category (wrong axis).

                                                                      Blink Shelln/a

                                                                      Blink Shell is a terminal/SSH/Mosh client for iOS, not a git tool; git commit editing is a wrong-axis capability for a terminal emulator itself (any git operations would occur via a remote shell's own git binary, not Blink Shell functionality).

                                                                      • developerSearch and navigate code content using fuzzy matching, filters, and regular expressions

                                                                        weight 2 · not comparable
                                                                        Termiusn/a

                                                                        Termius is an SSH/terminal client, not a code editor or repository tool; searching/navigating code content with fuzzy matching, filters, and regex is a wrong-axis capability for this product category. It only offers log searching, not code content search/navigation.

                                                                          Blink Shelln/a

                                                                          Blink Shell is a terminal/SSH/Mosh client for iOS, not a code search or navigation tool; it provides basic Unix utilities like grep but no fuzzy matching, code-aware filters, or regex-based code navigation features. This axis is a category error for a terminal emulator app.

                                                                          • developerClone Git repositories over HTTPS, SSH, or the Git protocol

                                                                            weight 3 · not comparable
                                                                            Termiusn/a

                                                                            Termius is an SSH/terminal client focused on server connections, file transfer, and session management, not a Git client or version control tool; cloning Git repositories over HTTPS/SSH/Git protocol is outside its product category.

                                                                              Blink Shellnone0/10

                                                                              Blink Shell's documented built-in commands (cat, grep, wc, cd, ls, etc.) do not include git, and no evidence pack item shows native git clone support over HTTPS, SSH, or git protocol; it only documents scp/sftp for file transfer and ssh/mosh for remote sessions, implying git operations would need to happen on a remote server, not natively in Blink.

                                                                              • [claimed-docs] cat, grep, wc, cd, setenv, ls, touch, cp, rm, ln, mv, mkdir, rmdir, df, du
                                                                              • [github] scp user@host.name.edu:filename . sftp localFilename user@host.name.edu:~/
                                                                            • power-userVisualize the full commit graph across branches

                                                                              weight 2 · not comparable
                                                                              Termiusn/a

                                                                              Termius is an SSH/terminal client, not a source-control or git tool; visualizing a commit graph across branches is entirely outside its product category.

                                                                                Blink Shelln/a

                                                                                Blink Shell is a terminal/SSH/Mosh client for mobile devices, not a git tool or GUI for visualizing commit history; git graph visualization is outside its product category.

                                                                                • developerCommit and push changes directly from my device

                                                                                  weight 3 · not comparable
                                                                                  Termiusn/a

                                                                                  Termius is an SSH/terminal client for connecting to remote hosts, snippets, and file transfer—it has no git integration or version control features for committing/pushing code. This story is a category error for this product type.

                                                                                    Blink Shellpartialclaimed5/10

                                                                                    Blink is an SSH/Mosh terminal client that connects to remote hosts (including VS Code servers, GitHub Codespaces, GitPod) where a developer could run git commands, but the evidence never mentions git itself, a git client, or any explicit commit/push workflow — it's an indirect capability via a generic shell rather than a documented feature. missing for 10: explicit mention of git support, any documented git commit/push workflow, hands-on confirmation of using git from within Blink.

                                                                                    • [claimed-docs] A coding experience fitted to your device, that connects to Microsoft Visual Studio Code for web, GitHub Codespaces, GitPod or your own VS C…
                                                                                    • [claimed-docs] Work on local projects, or seamlessly on remote machines thanks to Blink Files.
                                                                                    • [claimed-docs] In Blink type ssh [user@]hostname. For example : ssh irwin@irwinvb.
                                                                                    • [claimed-docs] cat, grep, wc, cd, setenv, ls, touch, cp, rm, ln, mv, mkdir, rmdir, df, du
                                                                                  • power-userSign my commits with a GPG or SSH key for verification

                                                                                    weight 1 · not comparable
                                                                                    Termiusn/a

                                                                                    Termius is an SSH/terminal client focused on connection management, not a git/version-control tool; commit signing with GPG/SSH keys is a git workflow feature outside its product category. Evidence covers SSH key generation/management for authentication, not git commit signing.

                                                                                      Blink Shellnone0/10

                                                                                      Blink Shell is an SSH/Mosh terminal client; evidence covers SSH key pair generation for server login, but there is no mention of GPG or SSH commit signing for git operations anywhere in the docs or community discussion.

                                                                                      • power-userInteractively rewrite history by deleting, editing, squashing, or reordering commits

                                                                                        weight 2 · not comparable
                                                                                        Termiusn/a

                                                                                        Termius is an SSH/terminal client, not a git tool; interactive rebase/history rewriting is entirely outside its product category.

                                                                                          Blink Shelln/a

                                                                                          Blink Shell is a terminal/SSH/Mosh client for iOS, not a git tool or version control interface; interactive rebase/history rewriting is a git-code capability entirely outside its product category (though a user could run git commands via a remote shell, that's not a feature of Blink itself).

                                                                                          • developerResolve merge conflicts across many files at once with a dedicated tool

                                                                                            weight 2 · not comparable
                                                                                            Termiusn/a

                                                                                            Termius is an SSH/terminal client, not a source-control or code-diff tool; merge conflict resolution is entirely outside its product category.

                                                                                              Blink Shelln/a

                                                                                              Blink Shell is a terminal/SSH/Mosh client for iOS; it provides shell access to remote machines but has no built-in merge-conflict resolution tooling. Resolving merge conflicts is a git-tooling/IDE feature, not something a terminal emulator would plausibly ship, so this axis is a category error for this product.

                                                                                              • developerCreate pull requests on hosted Git platforms directly from my device

                                                                                                weight 3 · not comparable
                                                                                                Termiusn/a

                                                                                                Termius is an SSH/terminal client focused on connecting to hosts, managing keys, and terminal collaboration; it is not a Git hosting or Git workflow tool and has no evidence of Git/PR integration, so creating pull requests is outside its product category.

                                                                                                  Blink Shelln/a

                                                                                                  Blink Shell is a terminal/SSH/mosh client for iOS; it provides shell access and code-editor integrations but has no Git platform integration for creating pull requests. This is a category error—PR creation is a GitHub/GitLab web-workflow feature, not something a terminal emulator app would surface directly (users could only do it via git CLI/gh CLI inside a remote shell, which is the remote host's tooling, not Blink's).

                                                                                                  • developerReview pull requests from my phone while on the go

                                                                                                    weight 3 · not comparable
                                                                                                    Termiusn/a

                                                                                                    Termius is an SSH/terminal client, not a git/code review tool; it has no mention of pull requests, git hosting integration, or code review workflows. Reviewing PRs is outside its product category (wrong axis), even though it supports mobile terminal SSH sessions.

                                                                                                      Blink Shellpartialclaimed4/10

                                                                                                      Blink Shell is a mobile terminal/SSH client that lets developers connect to remote dev environments (SSH, Mosh, VS Code for web, GitHub Codespaces, GitPod) where command-line git tools or web-based review could be used, but the evidence pack never mentions git, GitHub, gh CLI, or any PR-review-specific feature. This is a generic terminal capability stretched to cover the story rather than a documented PR-review workflow. Missing for 10: explicit git/GitHub CLI support, PR/diff viewing UI or workflow, mobile-optimized review tooling, and any user/community confirmation of doing PR reviews via Blink.

                                                                                                      • [claimed-docs] A coding experience fitted to your device, that connects to Microsoft Visual Studio Code for web, GitHub Codespaces, GitPod or your own VS C…
                                                                                                      • [claimed-docs] In Blink type ssh [user@]hostname. For example : ssh irwin@irwinvb.
                                                                                                      • [claimed-docs] Work on local projects, or seamlessly on remote machines thanks to Blink Files.
                                                                                                    • power-userStash and unstash changes to temporarily clear my working directory

                                                                                                      weight 2 · not comparable
                                                                                                      Termiusn/a

                                                                                                      Termius is an SSH/terminal client, not a version control tool; git stash/unstash is a wrong axis for this product category.

                                                                                                        Blink Shelln/a

                                                                                                        Blink Shell is a terminal/SSH/Mosh client for iOS; git stash/unstash is a git version-control operation, not a function of a terminal emulator itself. This is a category error — the axis belongs to a git tool or IDE, not a shell/SSH client.

                                                                                                        • power-userClone, update, and manage Git submodules within a repository

                                                                                                          weight 1 · not comparable
                                                                                                          Termiusn/a

                                                                                                          Termius is an SSH/terminal client focused on host management, file transfer, and session tools; Git submodule management is a source-control operation entirely outside its product category, not something a terminal client would ship as a feature.

                                                                                                            Blink Shelln/a

                                                                                                            Blink Shell is an SSH/Mosh terminal client; any git operations would rely entirely on the remote host's own git binary, not a Blink-native capability. Git submodule management is not a feature category this type of product ships, so the axis does not apply.

                                                                                                            • developerPreview Markdown, HTML, and other rendered files with live reload

                                                                                                              weight 2 · not comparable
                                                                                                              Termiusn/a

                                                                                                              Termius is an SSH/terminal client focused on remote connections, file transfer, and terminal collaboration; it has no evidence of rendering Markdown/HTML preview with live reload, which is a file/document-editing feature outside its category as a terminal tool.

                                                                                                                Blink Shelln/a

                                                                                                                Blink Shell is a terminal/SSH/Mosh client, not a file preview or rendering tool; live-reload preview of Markdown/HTML is outside its category.

                                                                                                                • power-userRoute all my internet traffic through a specific device on my network using an exit node

                                                                                                                  weight 2 · not comparable
                                                                                                                  Termiusn/a

                                                                                                                  Termius is an SSH/terminal client with port forwarding and tunneling (local/remote/dynamic), not a VPN or mesh-networking tool that can route all device traffic through an exit node. This capability is outside the product's category (SSH/SFTP session management), so the axis does not apply.

                                                                                                                  • [claimed-docs] Termius supports all three main types of port forwarding (local, remote, and dynamic) and lets users manage their port-forwarding rules thro…
                                                                                                                  • [claimed-docs] Termius doesn't depend on the cloud to manage your access. Your infrastructure is stored and encrypted locally. Connect directly to your ser…
                                                                                                                  Blink Shelln/a

                                                                                                                  Blink Shell is a terminal/SSH/Mosh client for iOS/iPadOS, not a VPN or network-routing tool; 'exit node' traffic routing (e.g., VPN mesh networking) is a completely different product category and wrong axis for this kind of tool.

                                                                                                                  • developerUse subnet routers to reach devices outside my local network as if I were on it

                                                                                                                    weight 2 · not comparable
                                                                                                                    Termiusn/a

                                                                                                                    Subnet routing (reaching an entire remote subnet via a single gateway node, à la Tailscale subnet routers) is a mesh-VPN networking feature, not something an SSH/terminal client like Termius provides. Termius offers per-host jump hosts, port forwarding, and tunneling, but these require configuring access per host/service, not exposing a whole subnet transparently — this capability class is outside Termius's product category.

                                                                                                                      Blink Shelln/a

                                                                                                                      Blink Shell is a terminal/SSH/Mosh client for iOS, not a VPN or network-mesh product; subnet routing to reach devices as if on the local network is a VPN-style capability entirely outside its category (wrong axis).

                                                                                                                      • developerAccess and work with files and repositories from other apps' sandboxes on my device

                                                                                                                        weight 2 · not comparable
                                                                                                                        Termiusn/a

                                                                                                                        Termius is an SSH/terminal client focused on remote server management, not a file-system/document interop tool with iOS/Android app-sandbox file access (like Files app document providers). Accessing other apps' sandboxed files/repos is outside its product category.

                                                                                                                          Blink Shellpartialclaimed4/10

                                                                                                                          Blink Files (docs-8) enables working with local and remote projects, and drag-and-drop selection lets users move content to/from other apps (docs-16), suggesting some file interoperability with other apps' sandboxes, but there's no explicit documentation of Files-app document-provider integration or direct access to another app's sandboxed storage/repos. missing for 10: explicit Files app/document-provider integration details, concrete examples of accessing another app's sandbox, independent corroboration of this capability.

                                                                                                                          • [claimed-docs] Work on local projects, or seamlessly on remote machines thanks to Blink Files.
                                                                                                                          • [claimed-docs] To start selection mode, Tap and drag. You can drag selections to other apps, or from other apps into Blink.
                                                                                                                        • ai-native userDo everything through the API that I can do in the UI

                                                                                                                          weight 2 · not comparable
                                                                                                                          Termiusnone0/10

                                                                                                                          No evidence of a public API exposing Termius's core UI capabilities (hosts, snippets, vaults, workspaces) programmatically; probes for an OpenAPI spec all returned 404, and no documentation describes an API at all.

                                                                                                                          • [probe] PROBE openapi: all candidate paths 404 (https://docs.termius.com/openapi.json, https://docs.termius.com/swagger.json, https://docs.termius.c…
                                                                                                                          Blink Shelln/a

                                                                                                                          Blink Shell is a terminal/SSH client app, not a service with a programmatic API surface distinct from its UI; the notion of an API replicating UI functionality is a category mismatch for this product type.

                                                                                                                          • ai-native userExport all of my data in open formats and leave

                                                                                                                            weight 3 · not comparable
                                                                                                                            Termiusnone0/10

                                                                                                                            Evidence shows Termius supports importing hosts/keys from SSH config and CSV files, but nowhere does the pack mention any export function for hosts, keychains, snippets, or vaults in open formats, and community comments raise concern about SSH keys being stored on Termius' servers with no mention of an exit path.

                                                                                                                            • [claimed-docs] Termius supports importing the contents of the `~/.ssh` folder, including `ssh_config`, `known_hosts`, and key files
                                                                                                                            • [claimed-docs] Termius can import hosts from a CSV file, including labels, IP addresses, protocols, ports, groups, subgroups, tags, and credentials.
                                                                                                                            • [community] The only benefit of Termius seems to be a few nice colours, with the downside of being able to store your SSH keys on Termius' servers.
                                                                                                                            • [community] I'm usually wary of using closed-source programs for sensitive tasks like SSH. I haven't found details on the crypto libraries used or secur…
                                                                                                                            Blink Shelln/a

                                                                                                                            Blink Shell is a terminal/SSH client app, not a data-storage or SaaS platform that accumulates user data subject to export; there is no 'user data' corpus (documents, records, etc.) to export in the sense this story implies. Data export/lock-in is a category mismatch for a shell/terminal emulator.

                                                                                                                            • ai-native userSelf-host the core product

                                                                                                                              weight 3 · not comparable
                                                                                                                              Termiusnone0/10

                                                                                                                              Termius is presented as a cloud-synced SSH client with Personal/Team vaults and sync services (termius-docs-8, termius-docs-9, termius-docs-29); there is no mention of any self-hosted server/backend option or on-prem deployment for the core product. termius-docs-15 only notes local caching of credentials for offline connect, not a self-hosted core service. Missing for 10: any documented self-hosted/on-prem deployment option, self-hosting instructions, or enterprise self-managed sync server.

                                                                                                                              • [claimed-docs] Every account includes a Personal vault, accessible only to you and synced across all your devices.
                                                                                                                              • [claimed-docs] When you add team members, a Team vault is created automatically. This vault is shared with all team members, allowing your team to manage i…
                                                                                                                              • [claimed-docs] Termius doesn't depend on the cloud to manage your access. Your infrastructure is stored and encrypted locally. Connect directly to your ser…
                                                                                                                              • [claimed-docs] Log in to your account — your Vaults, hosts, and configurations will be synced automatically.
                                                                                                                              Blink Shelln/a

                                                                                                                              Blink Shell is a client-side terminal/SSH app that runs locally on the user's device and connects to servers the user already controls; there is no hosted backend or SaaS component for an 'ai-native' user to self-host. The self-hosting axis applies to server/platform products, not to a local iOS client app, so this is a category mismatch rather than a missing capability.

                                                                                                                              • ai-native userChoose where my data is stored (region/residency)

                                                                                                                                weight 2 · not comparable
                                                                                                                                Termiusnone0/10

                                                                                                                                No evidence Termius offers any data residency or region-selection controls for where vault/host data is stored; docs only describe local encryption and sync to Termius' cloud without regional choice options.

                                                                                                                                  Blink Shelln/a

                                                                                                                                  Blink Shell is a local terminal/SSH client app, not a data-storage or cloud service; data residency/region selection is not a meaningful axis for this product category.

                                                                                                                                  • ai-native userPrevent my data from being used to train AI models

                                                                                                                                    weight 3 · not comparable
                                                                                                                                    Termiusnone0/10

                                                                                                                                    No evidence pack item mentions AI training data opt-out, data usage policy for model training, or any privacy control specific to AI training; only unrelated AI-command-generation feature (termius-docs-6) is mentioned, which does not address data usage/training consent.

                                                                                                                                      Blink Shelln/a

                                                                                                                                      Blink Shell is a terminal/SSH client, not an AI model or AI service that trains on user data; the question of preventing data being used for AI training is a category error for this product type.

                                                                                                                                      • ai-native userControl data retention and deletion

                                                                                                                                        weight 2 · not comparable
                                                                                                                                        Termiusnone0/10

                                                                                                                                        Termius documents where data lives (Personal/Team vaults, local encrypted storage, synced session logs) but provides no evidence of user-facing controls for setting retention periods, purging logs, or deleting synced/vault data on demand.

                                                                                                                                        • [claimed-docs] Termius automatically collects terminal session logs for every host. Logs are synced across devices and shared with your team. You can searc…
                                                                                                                                        • [claimed-docs] Every account includes a Personal vault, accessible only to you and synced across all your devices.
                                                                                                                                        • [claimed-docs] When you add team members, a Team vault is created automatically. This vault is shared with all team members, allowing your team to manage i…
                                                                                                                                        • [claimed-docs] Termius doesn't depend on the cloud to manage your access. Your infrastructure is stored and encrypted locally. Connect directly to your ser…
                                                                                                                                        • [claimed-docs] Session logs are a record of your terminal activity. They help you review past work, troubleshoot issues, and collaborate with teammates.
                                                                                                                                        Blink Shelln/a

                                                                                                                                        Blink Shell is a terminal/SSH/Mosh client for iOS; it does not process or store user data on behalf of an AI service, so data retention/deletion controls are a category error for this kind of product.

                                                                                                                                        • ai-native userHave an AI agent analyze my pull requests and suggest code improvements from my phone

                                                                                                                                          weight 3 · not comparable
                                                                                                                                          Termiusn/a

                                                                                                                                          Termius is a mobile-capable SSH/terminal client; PR analysis and code-suggestion agents are a code-review/CI-integration capability outside its category, which focuses on terminal sessions, host management, and shell command AI assistance. Nothing in the evidence shows PR/code review integration, so this is a wrong-axis question rather than a missing feature.

                                                                                                                                            Blink Shelln/a

                                                                                                                                            Blink Shell is a mobile SSH/mosh terminal client; it provides connectivity and file transfer to remote hosts but has no AI agent, PR analysis, or code-review capability of its own. This is a category error for a terminal client, not a missing feature.

                                                                                                                                            • ai-native userGet AI-generated commit message suggestions based on my staged changes

                                                                                                                                              weight 2 · not comparable
                                                                                                                                              Termiusn/a

                                                                                                                                              Termius is an SSH/terminal client, not a version control or git tool; commit message generation is unrelated to its product category (its AI feature is for generating shell commands, not git commits).

                                                                                                                                                Blink Shelln/a

                                                                                                                                                Blink Shell is a terminal/SSH client for iOS, not a git or AI tool; there is no evidence of git integration or AI features at all, and generating commit messages is outside its product category (terminal emulator/SSH client).

                                                                                                                                                • ai-native userDirect an AI agent to browse, search, edit, commit, pull, and push in a repository via conversation

                                                                                                                                                  weight 3 · not comparable
                                                                                                                                                  Termiusn/a

                                                                                                                                                  Termius is an SSH/terminal client, not an AI coding agent or repo-management tool; the story asks for an AI agent to browse/search/edit/commit/pull/push in a repository via conversation, which is a category error for this product type. Its AI feature is limited to generating shell commands from plain language, not agentic repo operations.

                                                                                                                                                  • [claimed-docs] Termius can convert a plain-language description into a shell command... Termius generates the command using AI.
                                                                                                                                                  Blink Shelln/a

                                                                                                                                                  Blink Shell is a terminal/SSH client for iOS, not an AI agent or agentic coding tool; there is no evidence of any AI agent integration for directing conversational browse/search/edit/commit/pull/push workflows. This story presumes an AI-native agent product, which is the wrong axis for a terminal emulator.

                                                                                                                                                  • ai-native userAssign an issue to an AI coding agent and receive a ready-to-review pull request

                                                                                                                                                    weight 3 · not comparable
                                                                                                                                                    Termiusn/a

                                                                                                                                                    Termius is an SSH/terminal client for managing server connections, not an AI coding agent or issue-tracking/PR workflow tool; assigning issues to agents and receiving PRs is outside its product category.

                                                                                                                                                      Blink Shelln/a

                                                                                                                                                      Blink Shell is a terminal/SSH/Mosh client for iOS; it has no agent-assignment or autonomous coding-agent workflow that produces pull requests. This capability is entirely outside its product category (terminal emulator/remote shell), not a failed axis.

                                                                                                                                                      • ai-native userConverse with an AI agent in natural language to get insights into repositories and open pull requests

                                                                                                                                                        weight 2 · not comparable
                                                                                                                                                        Termiusn/a

                                                                                                                                                        Termius is an SSH/terminal client for managing servers; it has no repository or pull-request awareness, and this story's subject (AI conversational insight into repos/PRs) is a wrong-axis category error for this product type. Its only AI feature is natural-language-to-shell-command generation, unrelated to repos/PRs.

                                                                                                                                                        • [claimed-docs] Termius can convert a plain-language description into a shell command... Termius generates the command using AI.
                                                                                                                                                        Blink Shelln/a

                                                                                                                                                        Blink Shell is an SSH/Mosh terminal client for iOS; it has no AI agent, chat interface, or repository/PR insight capability. This story concerns AI-native conversational agent features, which is entirely outside Blink Shell's product category as a terminal emulator.

                                                                                                                                                        • developerManage and track cloud-based coding agent tasks from my phone

                                                                                                                                                          weight 2 · not comparable
                                                                                                                                                          Termiusn/a

                                                                                                                                                          Termius is an SSH/terminal client for managing servers, not a platform for orchestrating or tracking cloud-based AI coding agent tasks; nothing in the evidence relates to coding agent task management.

                                                                                                                                                            Blink Shelln/a

                                                                                                                                                            Blink Shell is a terminal/SSH/Mosh client for connecting to remote shells; it has no concept of cloud-based coding agent task management or tracking. This story is a category error for a terminal emulator, not a missing feature.

                                                                                                                                                            • ai-native userDescribe what I want in plain language and have the tool generate the corresponding shell command

                                                                                                                                                              weight 2 · not comparable
                                                                                                                                                              Termiuspartialclaimed6/10

                                                                                                                                                              Termius docs explicitly state it can convert a plain-language description into a shell command via AI generation, directly matching the story. However, this is a single first-party doc claim with no independent/hands-on corroboration, no detail on scope/accuracy, and no community evidence discussing this AI feature. missing for 10: independent or hands-on verification of the AI command-generation feature, detail on its reliability/limitations, and broader documentation beyond one line.

                                                                                                                                                              • [claimed-docs] Termius can convert a plain-language description into a shell command... Termius generates the command using AI.
                                                                                                                                                              Blink Shelln/a

                                                                                                                                                              Blink Shell is an SSH/Mosh terminal client for iOS; it has no natural-language-to-shell-command generation feature. This is a wrong axis for a terminal emulator/SSH client—no evidence suggests it offers any AI/NLP command generation capability.

                                                                                                                                                              • developerEdit files with a terminal-based editor and run syntax/lint checkers inside the app

                                                                                                                                                                weight 2 · not comparable
                                                                                                                                                                Termiusn/a

                                                                                                                                                                Termius is an SSH client/terminal app for connecting to remote hosts, not a text editor or IDE with built-in linting/syntax-checking capability; editing and running lint checkers is outside its product category (users would rely on remote shell tools like vim/nano and remote linters via SSH, not a Termius-native feature).

                                                                                                                                                                  Blink Shellnone0/10

                                                                                                                                                                  Blink Shell is documented as an SSH/mosh terminal with a small set of built-in local commands (cat, grep, wc, cd, ls, etc.) and its 'coding experience' feature explicitly delegates editing to external VS Code servers/Codespaces/Gitpod rather than a built-in terminal editor. No evidence describes a bundled terminal-based text editor (e.g., vim/nano) or any built-in syntax/lint checking capability inside the app itself.

                                                                                                                                                                  • [claimed-docs] cat, grep, wc, cd, setenv, ls, touch, cp, rm, ln, mv, mkdir, rmdir, df, du
                                                                                                                                                                  • [claimed-docs] A coding experience fitted to your device, that connects to Microsoft Visual Studio Code for web, GitHub Codespaces, GitPod or your own VS C…
                                                                                                                                                                  • [claimed-docs] Work on local projects, or seamlessly on remote machines thanks to Blink Files.
                                                                                                                                                                • developerInstall additional pure-Python packages using pip directly on my device

                                                                                                                                                                  weight 2 · not comparable
                                                                                                                                                                  Termiusn/a

                                                                                                                                                                  Termius is an SSH/terminal client, not a Python runtime or package manager; installing pip packages would occur on the remote host's OS itself, not as a Termius feature. This axis is a category error for this product type.

                                                                                                                                                                    Blink Shellnone0/10

                                                                                                                                                                    Blink Shell's evidence describes it as an SSH/Mosh terminal client with a small set of built-in local commands (cat, grep, wc, ls, etc.) and remote connectivity features; there is no mention of a bundled Python runtime or pip package management on-device. No evidence supports installing pure-Python packages locally.

                                                                                                                                                                    • [claimed-docs] cat, grep, wc, cd, setenv, ls, touch, cp, rm, ln, mv, mkdir, rmdir, df, du