Version 1.0 — Coming soon

A beautiful SSH client

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

Version 1.0 · macOS 12+

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:~$
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 main window preview
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.

Coming soon

InPrompt 1.0 is on the way

A beautiful SSH client for Mac. Launching soon — no account, no telemetry.

macOS 12+ · Version 1.0
Support

Need a hand?

Questions, bug reports, or feature requests — we read every email.

support@indeveloper.de