Beta — Free Download

A beautiful SSH client

Terminal, SFTP file browser, code editor, and snippets — all in one window. For Mac & Windows.

Version 0.1.0 · macOS 12+ · Windows 10+

InPrompt — user@production:22
🌍 Remote
📁 src
📁 config
📁 public
📁 node_modules
📄 package.json
📄 docker-compose.yml
📄 .env
📄 README.md
📄 tsconfig.json
📄 server.js
user@prod:~/app$ docker ps --format "table {{.Names}}\t{{.Status}}"
NAMES STATUS
nginx-proxy Up 12 days
api-server Up 12 days
postgres-db Up 12 days
redis-cache Up 12 days
 
user@prod:~/app$ git log --oneline -4
e7f8a9b Fix auth middleware timeout
c3d4e5f Add rate limiting to API
a1b2c3d Update dependencies
f9e8d7c Optimize database queries
 
user@prod:~/app$
Features

Everything you need to manage servers

Full Terminal

GPU-rendered terminal with 256-color support, WebGL acceleration, and buttery smooth scrolling. Feels completely native.

File Browser

Browse remote files over SFTP. Drag and drop between your machine and the server. Rename, delete, create — all with right-click.

Code Editor

Built-in Monaco editor with syntax highlighting for 30+ languages. Edit remote files directly, Cmd+S to save back to the server.

Snippets

Save your most-used commands. One click to paste into the terminal, double-click to execute. Always at hand in the side panel.

Local + Remote

Side-by-side panels for local and remote files. Drag files across panels to transfer instantly. No separate FTP client needed.

Fast Transfers

Chunked streaming uploads for files of any size. Real-time progress tracking. Transfer gigabytes without breaking a sweat.

Preview

Designed for productivity

InPrompt — deploy@production:22
💻 Local
📁 Desktop
📁 Documents
📁 Projects
📄 backup.sql
📄 deploy.sh
📄 notes.md
🌍 Remote
📁 app
📁 config
📁 logs
📄 nginx.conf
📄 .env
📄 docker-compose.yml
nginx.conf
.env
docker-compose.yml
1server {
2  listen 443 ssl;
3  server_name app.example.com;
4  # Proxy to Node.js
5  location / {
6    proxy_pass http://127.0.0.1:3000;
7    proxy_set_header Host $host;
8  }
9}
deploy@prod:~$ systemctl restart nginx
Restarting nginx.service...
✓ nginx.service restarted successfully
 
deploy@prod:~$ curl -s -o /dev/null -w "%{http_code}" https://app.example.com
200
 
deploy@prod:~$
How it works

Get started in seconds

1

Add a connection

Enter your server hostname, port, and username. Choose password or SSH key authentication.

2

Authenticate

Enter your password or key passphrase. InPrompt connects securely over SSH in milliseconds.

3

Work

Browse files, edit code, run commands, and transfer files. Everything in one beautiful window.

Ready to try InPrompt?

Free for Mac and Windows. No account needed. No telemetry.