Built in Koder Lang

Meet Grid

A powerful tiling terminal and remote desktop platform that unifies SSH, RDP, and VNC connections in a single window. Split, tile, and manage dozens of sessions with keyboard-driven navigation — built in Koder Lang for blazing speed.

# Connect to a server via SSH
$ koder-grid connect "prod-cluster"

# Split into a 2x3 grid of sessions
$ koder-grid layout "grid 2x3" \
    --hosts "web-{1..6}.prod"

# Broadcast a command to all panes
$ koder-grid broadcast "sudo systemctl restart nginx"

# Save current layout as a workspace
$ koder-grid workspace save "prod-monitoring"

Features

Everything you need, built from the ground up.

Tiling Window Manager

Split your screen into any layout — horizontal, vertical, grid, or custom. Resize panes with keyboard shortcuts or mouse drag.

Multi-Protocol Support

SSH, RDP, VNC, Telnet, and serial connections in the same window. Each pane can run a different protocol.

Session Manager

Organize connections into folders, tag them, and search instantly. Import from PuTTY, MobaXterm, or Termius.

Broadcast Input

Type once, send to all selected panes simultaneously. Perfect for managing clusters and running parallel commands.

🔒
SFTP Integration

Built-in file browser with drag-and-drop uploads and downloads. Transfer files between any two connections directly.

GPU-Accelerated Rendering

OpenGL-powered terminal rendering at 120fps. Smooth scrolling, ligature support, and true color with zero tearing.

💾
Keyboard-Driven

Vim-style keybindings for navigation, splitting, and session switching. Never leave the keyboard.

📈
Encrypted Vault

Store SSH keys, passwords, and credentials in an AES-256 encrypted vault. Biometric unlock on supported devices.

💻
Snippets & Macros

Save frequently used commands as snippets. Create macros to automate repetitive workflows across multiple sessions.

Tiling That Makes Sense

Organize your sessions in any layout. Koder Grid's tiling engine automatically adjusts pane sizes and supports nested splits.

  • Horizontal, vertical, and grid split modes
  • Drag-and-drop pane rearrangement
  • Save and restore layouts as workspaces
  • Auto-layout for N connections
# koder-grid.toml — workspace definition
[workspace.prod-monitoring]
layout = "grid"
columns = 3

[[workspace.prod-monitoring.panes]]
name = "web-1"
type = "ssh"
host = "web-1.prod.example.com"
user = "deploy"
key  = "~/.ssh/prod_ed25519"
command = "htop"

[[workspace.prod-monitoring.panes]]
name = "db-primary"
type = "ssh"
host = "db-1.prod.example.com"
command = "watch pg_stat_activity"

Remote Desktops in a Pane

RDP and VNC sessions live alongside your terminals. Access Windows servers and Linux desktops without switching apps.

  • RDP with NLA, clipboard, and drive sharing
  • VNC with adaptive quality and encryption
  • Resize remote desktops to fit the pane
  • Multi-monitor support for RDP sessions
# Connect to Windows server via RDP
$ koder-grid connect --type rdp \
    --host "win-server.corp" \
    --user "admin" \
    --resolution "1920x1080" \
    --share-clipboard true

# Connect to Linux desktop via VNC
$ koder-grid connect --type vnc \
    --host "linux-dev.corp:5901" \
    --quality adaptive

Automate Everything

Create macros and snippets to automate repetitive tasks across multiple servers simultaneously.

  • Record and replay command sequences
  • Parameterized snippets with variables
  • Schedule macros to run at specific times
  • Export and share macros with your team
# Define a reusable macro
[macro.deploy]
description = "Deploy latest to all servers"
targets = ["web-*"]
steps = [
  "cd /opt/app",
  "git pull origin main",
  "docker compose up -d",
  "docker compose ps",
]
confirm = true
parallel = false
delay = "2s"

How It Compares

See how Koder Grid stacks up against the competition.

FeatureKoder GridtmuxMobaXtermTermiusiTerm2
SSH, RDP, and VNC in one appPartial
GPU-accelerated rendering
Tiling window managerPartialPartial
Broadcast input to all panes
Built-in SFTP file browser
Encrypted credential vaultPartial
Cross-platform (Win/Mac/Linux)Partial
Macro and snippet system
Open-source

Frequently Asked Questions

Both. Koder Grid is a unified platform that combines a GPU-accelerated terminal emulator with RDP and VNC clients, all in a single tiling interface.

Yes. Koder Grid supports all tmux functionality — splits, sessions, detach/reattach — plus RDP/VNC, a GUI session manager, and an encrypted credential vault.

Yes. Koder Grid runs natively on Windows, macOS, and Linux. It also has a web-based version accessible from any browser.

Yes. Koder Grid can import sessions from PuTTY, MobaXterm, Termius, SSH config files, and RDP files.

Koder Grid is fully open-source. For teams, it supports shared session libraries, role-based access, and audit logging — all included in the free version.

Select multiple panes (by tag, folder, or manual selection), enable broadcast mode, and every keystroke is sent to all selected panes simultaneously. Great for managing clusters.

Ready to get started?

Unified Tiling Grid for SSH, RDP, and VNC

Download View Source