DevPort

DevPort

Your gateway to code

A cross-platform remote development environment. Connect to your servers via SSH with a full IDE — editor, terminal, Git, debugger, LSP autocomplete, real-time collaboration, and secure relay connections that work across any network.

devport — terminal

Everything you need to code remotely

A complete development environment that runs anywhere — desktop, tablet, or terminal.

SSH Connections

Manage multiple SSH servers with key-based auth, jump hosts, and connection profiles.

File Explorer

Browse and manage remote files with tree view, drag & drop, and quick navigation.

Monaco Editor

VS Code's editor engine with syntax highlighting, IntelliSense, and multi-cursor editing.

Terminal

Full terminal emulator with xterm.js, split panes, and customizable themes.

Git Integration

Stage, commit, push, pull, and manage branches with an intuitive visual interface.

LSP Support

Language Server Protocol for autocomplete, go-to-definition, and diagnostics.

DAP Debugger

Debug Adapter Protocol support — set breakpoints, inspect variables, step through code.

Port Forwarding

Forward remote ports to localhost for previewing web apps and APIs securely.

Collaboration

Share sessions and collaborate in real-time with team members on remote servers.

Auto Discovery & Relay

Agents auto-register via mDNS on LAN. Behind NAT? WebSocket relay connects you seamlessly with a 6-digit code.

Account & My Devices

Sign in with GitHub to register devices automatically. Access your machines from anywhere — no codes needed.

Cross-Platform

Full feature parity across macOS, Windows, Linux, and iOS — Git, LSP, debugger, and more on every device.

Biometric Auth

Secure your connections with Touch ID on macOS or Face ID on iOS — fast, native authentication.

Get started in 3 steps

Install the agent on your server, then connect from any device.

1

Install Agent

Install the DevPort agent on your remote server with a single command.

$ npm i -g @devport/agent-cli
$ devport-agent start
2

Get the App

Download DevPort for your platform — macOS, Windows, Linux, or iOS.

# Or use the headless CLI
$ devport connect my-server
3

Connect & Code

Add your server, connect, and start coding with a full IDE experience.

✓ Editor + Terminal + Git + LSP
✓ Auto-relay for NAT traversal

Download DevPort

Choose your platform and start coding remotely in minutes.

macOS

.dmg
Latest
Download

Windows

.exe
Latest
Download

Linux

.AppImage
Latest
Download

iOS

App Store
v1.0
App Store

Agent CLI

Install the DevPort agent on your server to enable remote connections.

npm install -g @devport/agent-cli