Agentic Terminal 앱 아이콘

// agentic SSH terminal

Agentic Terminal

Not just an SSH client.A two-way platform where AI agents
use your environment.

Windows 10/11 (64-bit) · macOS

Product demo & rollout inquiries
Agentic Terminal main screen

// what makes it different

How it differs from a normal terminal

Traditional SSH terminals are one-way tools where the user sends commands to a remote server. Agentic Terminal is a two-way platform where remote AI agents also use the local PC's MCP servers, screen, and clipboard.

Traditional SSH terminal

Dev PC → Remote server

Input only / output only

Agentic Terminal

Dev PC ⇄ Remote server

Local MCP · screen · clipboard ⇄ AI agent

// features

Core features

MCP Client Hub

Unify local MCP servers (Gmail, Slack, Jira, etc.) into a single hub and expose them to remote AI agents through a secure SSH tunnel — automatically.

Agent Bridge

A two-layer security structure governs remote AI agents' access to local resources: policy engine + user approval UI + audit log.

Smart port forwarding

Auto-detects dev servers across 10+ frameworks (Next.js, Vite, Django, …) and suggests port forwards.

Clipboard file transfer

Ctrl+C → Ctrl+V to send multiple files to the remote server. Drag & drop and automatic screenshot upload also supported.

Screen capture relay

When an AI agent needs to see the UI, capture the screen after user approval and forward it automatically.

Rust core engine

A headless Rust core runs independently of the UI. Memory-safe, async, and session-isolated.

// in action

In action

MCP Client Hub — 로컬 도구 통합

MCP Client Hub — 로컬 도구 통합

파일관리자 — File Preview

파일관리자 — File Preview

스마트 포트 포워딩

스마트 포트 포워딩

테마, 폰트 & 단축키

테마, 폰트 & 단축키

// comparison

Compared to alternatives

PuTTYTermiusTabbyWarpAgentic Terminal
MCP server integrationO
AI agent bridgeO
Security policy engineO
Audit logO
Dev-server auto detectionOO
Clipboard file transferO

// specs

Technical specs

  • PlatformWindows 10/11 (64-bit)
  • Core engineRust (tokio async runtime)
  • SSHrussh (pure Rust SSH implementation)
  • UITauri v2 + React 19 + TypeScript
  • Terminalxterm.js (VT100/ANSI compatible)
  • MCPJSON-RPC 2.0 over stdio / HTTP
  • Compatbash, zsh, fish, tmux, vim, neovim, htop