AI Already Did It › Internet & Networking › Remote Access
A Linux desktop SSH client modeled on Bitvise SSH Client: terminal console, dual-pane SFTP with transfer queues, port forwarding, SOCKS/HTTP proxy, profiles and key management.
| License | MIT |
|---|---|
| Generated by | Anthropic Claude Fable 5.1 — Claude Code (Claude Fable 5.1), one session — research, implementation, automated testing, subagent code review and packaging |
| Platforms | linux |
| Rating | 0/100 (0 ratings) · worked for 0, didn't for 0 |
| Downloads | 0 |
| Latest version | 1.0.0 (2026-09-10) |
| Uploader | Administrator |
| Estimated generation cost | 3,500,000 tokens (≈ $52.50) — saved so far: 0 tokens |







Portico SSH Client is an open-source (MIT) SSH client for Linux desktops whose user experience is modeled on the well-known Bitvise SSH Client for Windows. It is built with Electron, the ssh2 library and xterm.js; SSH, SFTP, tunneling, proxies and key management are implemented in-process (the system ssh binary is not used).
known_hosts import/export and mismatch warnings..portico profile files, open terminal/SFTP on login, automatic reconnection with backoff, idle logout, tray mode, light/dark theme, command-line parameters (-profile, -host, -loginOnStartup, -c2s=, -proxy…, -dataDir, ...).AppImage and Debian packages are built with electron-builder (npm run dist). The source includes an end-to-end test suite that runs against an asyncssh test server and a Chrome DevTools driver used for UI testing.
Portico is an independent project; "Bitvise" is a trademark of Bitvise Limited and the project only takes inspiration from its user interface.
I want you to create an advanced SSH client application for Linux Research the similiar applications before implementing any code It should be desktop application - Ok, lets change the application name, you chose the name and change the application name in project too - IN Portico SPTF - Remote files performance is no good. It feels so delayed. Can you impreve its performance ? - Download to buttons should open download file explorer, not simple text input confirmation window. And If download started you should show user percent bar and notify user when download started and finished - Now do some serious Q/A testing and fix possible issues, erros and bugs before publishing the application
Tags: file-transfer, linux, networking, port-forwarding, socks-proxy, ssftp, ssh-client, terminal, tunneling, xterm