How it works Features Showcase Void AI Pricing Open Source GitHub Docs
Download Sign in
v1.0.0 — 70+ features shipped

The terminal
that thinks.

AI-powered SSH client with Docker integration, server monitoring, dual-pane SFTP, and team sharing. Open-source core. Privacy-first. Built for developers who ship.

Download for free Star on GitHub
macOS · Windows · BYOK AI
VOID TERMINAL PRO
SFTPNotesAI
prod-api
staging-db
+
weigi@prod:~/my-app$ npm start
Server starting on port 3000...
Error: connect ECONNREFUSED 127.0.0.1:5432
  at TCPConnectWrap.afterConnect [as oncomplete]
  at PostgresConnection.connect (/app/node_modules/pg/lib/connection.js:38)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
weigi@prod:~/my-app$ _
Connected⌘K palette · ⌘D split · ⌘L chat
Notes
AI Chat
AI Chat
prod-api
W
fix this error
Your PostgreSQL isn't running. The app tried to connect to 127.0.0.1:5432 but the service is down.
sudo systemctl start postgresql
Copy
Insert
▶ Run
Then restart your app with npm start.
Fix error
Explain
Disk usage
Services
Ask about your terminal... or type /
Three steps. Zero friction.
Download, connect, and let AI watch your back. No cloud accounts, no sign-ups, no data leaving your machine.
1

Install

Download for macOS or Windows. One binary, no dependencies. Under 85MB.

brew install void-terminal
2

Connect

SSH into your servers. Import from ~/.ssh/config or add manually. One-click connect.

ssh weigi@prod:22
3

Ask AI

Add your API key (BYOK). Type ? for NLP commands, or open the AI Chat sidebar for DevOps help.

? show disk usage over 1GB
70+ features.
Zero bloat.
Docker, monitoring, dual-pane SFTP, themes, team sharing. The free tier is generous. Pro unlocks the power tools.

Multi-tab + Split View

2-col, 3-col, grid layouts. Tab colors, tear-off to new window, tab pinning. Draggable dividers.

FREE
📁

Dual-pane SFTP

Local + remote side-by-side. Drag-drop upload, batch download/delete, file preview, dotfile editor, folder sync.

FREE

Command Palette

Cmd+K everything. Quick connect (type user@host), command bookmarks, snippets with ${variables}, connection templates.

FREE
🐳

Docker + Services

Container list with start/stop/logs. systemd/PM2 service viewer. Git status widget. Environment diff across servers.

PRO
📊

Server Dashboard

Live CPU, RAM, disk rings. Process monitor (htop-like). Log tail viewer with levels. Network monitor. SSL checker.

PRO
🔐

SSH Tunnels + Jump Host

Visual tunnel manager. Bastion/jump host support. Agent forwarding. SSH config auto-import. Cron job viewer.

PRO
📡

Broadcast + Command Runner

Type once across all panes. Run commands on multiple servers in parallel with collected output and exit codes.

PRO
🎨

Themes + Customization

Dark, Light, Midnight themes. Custom keyboard shortcuts (click to rebind). Smart paste detection. Clickable links.

FREE
🔴

Session Recording

Record terminal sessions with timestamps. Command history timeline. Replay sessions with play/pause/speed control.

PRO
🔒

Encrypted Backup

AES-256 encrypted connection backup. Restore on any machine. Referral system — invite friends, both get 30 days Pro.

FREE
🔔

Smart Alerts

Terminal notifications when long commands finish. Watch & Alert with regex patterns. Webhook integration (Slack/Discord).

PRO
👥

Team Sharing

Encrypted connection sharing. Shared command library. Team activity feed. Usage analytics dashboard.

TEAMS
AI that sees your terminal.
No more copy-pasting errors to ChatGPT. AI reads your terminal context automatically — just ask. From error to fix in one click.
👁

Context-Aware

AI reads the last 50 lines of your terminal automatically. Type "fix this" — it already knows the error. No copy-paste needed.

One-Click Fix

Every AI suggestion has Copy, Insert, and Run buttons. Execute commands directly from chat — zero friction.

/

Slash Commands

/fix /explain /diagnose /deploy — DevOps shortcuts built into chat.

Quick Prompts

Pre-built buttons: "Fix error", "Explain", "Disk usage", "Services". One click → AI analyzes context → actionable commands.

🔒

BYOK — Private

Your API key, your data. Claude, GPT-4o, Gemini, or Ollama (fully offline). Data never leaves your machine. You pay your provider.

💤

Zero Background Cost

AI does nothing until you ask. No background scanning, no wasted tokens. Terminal context cached locally (free), only sent on your message.

How Void AI compares to alternatives
FeatureVoid TerminalChatGPTWarp AIiTerm2
Sees terminal contextAuto-injectedCopy-pasteCloudNo AI
Insert/Run commandsOne clickManualYes
BYOK (any provider)Claude/GPT/GeminiOpenAI onlyWarp only
Fully offline optionOllamaNoNo
Open sourceMITNoNoGPL
Data stays local100%CloudCloudLocal
Smart when you need it, silent when you don't. BYOK — you pay your AI provider directly.
See what you're getting.
16 purpose-built screens designed for developers. Every panel, every pixel — dark, minimal, fast.
[info] Started
[err] ECONNREF
GET /api 200

Docker Integration

Container list, compose groups, live logs viewer with search

PRO
6.2 / 8 GB
PIDCPU%COMMAND
184278%node server.js
210334%postgres worker
190112%redis-server

Process Monitor

htop-like. CPU per core, memory, swap, sortable process table

PRO
ERR 3
WARN 8
INFO 24
14:42:01 INFO Server started
14:42:05 GET /api/games 200
14:42:08 WARN Rate limit 85%
14:42:15 ERROR upstream refused
14:42:20 POST /api/bets 201
14:42:22 INFO reconnected

Log Tail Viewer

Live streaming, color-coded levels, regex search, multi-file tabs

PRO
1
2
3
4
5
6
7
8
9
import { Router } from 'express';
import { calc } from './referral';
const router = Router();
// GET /api/referrals
router.get('/tiers', ...
  const tier = await get();
  res.json({ tier });
});

Code Editor

Syntax highlighting, minimap, file tabs, unsaved indicator, SFTP-linked

FREE
- L1: 0.10
- L1: 0.12
schedule: weekly
~ max: 50000
currency: PHP
+ L1: 0.18, L2: 0.06
+ L1: 0.14, L2: 0.04
schedule: weekly
~ max: 100000
currency: PHP

File Diff Viewer

Side-by-side diff. Green/red/yellow. Local vs remote comparison

PRO
42
Established
8
Listening
tcp 0.0.0.0:3000 ESTABLISHED
tcp 0.0.0.0:5432 ESTABLISHED
tcp 0.0.0.0:80 LISTEN

Network Monitor

Active connections, listening ports, state filters, real-time updates

PRO
Pods 8
Services
Deploy
api-7d8f9b-x4k2p Running
redis-master-0 Running
worker-5f4e Pending
payout-8a2b CrashLoopBackOff

Kubernetes

Context/namespace selector, pod status, logs, exec, describe

PRO
TODAY
14:43docker-compose ps
14:42npm run migrate
14:38pm2 restart --env
14:35cat nginx.conf
YESTERDAY
23:45certbot renew

Command History

Timeline with exit codes, server filter, re-run, day/week/month

PRO
45.2 / 100 GB
node_modules
12.4G
docker
8.2G
dist
2.1G
logs
4.8G
backup
6.1G

Disk Usage

Treemap visualization, breadcrumb drill-down, top 10 largest

PRO
1.8k
Connections
99.8%
Uptime

Analytics Dashboard

Usage charts, heatmaps, team member stats, export data

TEAMS
weigi@prod:~$ docker ps
web-api Up 3d
weigi@prod:~$ _
S Sarah viewing
W
Owner
S
View

Collaborative Terminal

Share sessions, multi-cursor, permissions, invite via link

TEAMS
user@~$
Void Dark
user@~$
Tokyo Night
user@~$
One Light
user@~$
One Dark
user@~$
Catppuccin
user@~$
Solarized

Theme Marketplace

Dark, light, colorful. Browse, install, or create your own theme

FREE
12 screens shown · Scroll or use arrows · All screens included in the app
Not just another terminal.
The only SSH client with Docker integration, server monitoring, BYOK AI, dual-pane SFTP, and team sharing — all open-source.
ProductPriceAIOpen SourceSFTPDockerMonitoringTeam
Void TerminalFree / $12/moYes (BYOK)MITDual-paneYesYesYes
WarpFree / $18/moCloud AINoNoNoNoYes
iTerm2FreeNoGPLNoNoNoNo
TabbyFreeNoMITYesNoNoNo
TermiusFree / $10/moNoNoYesNoNoYes
Start free. Go Pro when you're ready.
No credit card for free. 14-day trial on Pro. PPP pricing for India, SEA, LATAM, and Africa.
Free
$0
forever
Full terminal with generous limits.
  • Multi-tab + split view (4 layouts)
  • SFTP sidebar (single pane)
  • Command palette + quick connect
  • 3 themes + custom shortcuts
  • Smart paste, clickable links
  • Keep-alive, auto-reconnect
  • Encrypted backup/restore
  • Referral system
  • 10 saved connections
  • No AI / Docker / monitoring
Download free
Teams
$8/user/mo
per user
Pro + team collaboration.
  • Everything in Pro
  • Shared connections (encrypted)
  • Shared command library
  • Team activity feed
  • Usage analytics dashboard
  • Centralized team management
Join waitlist
Enterprise
Custom
contact us
Self-hosted, SSO, white-label.
  • Everything in Teams
  • Self-hosted license server
  • SSO / SAML integration
  • White-label option
  • Dedicated support
  • Audit compliance exports
Contact sales
Regional pricing: India/SEA/PH $4/mo · LATAM $6/mo · Powered by Paddle
Built for devs who ship.
Feedback from developers, DevOps engineers, and team leads using Void Terminal in production.
"The Docker panel saves me 10 tabs of docker ps and docker logs. Everything in one sidebar. Container start/stop/restart — all one click."
MR
Marco R.
DevOps Engineer · São Paulo
"Process monitor is basically htop but prettier. And the log viewer with color-coded levels? Chef's kiss. No more tail -f in 5 terminals."
LT
Lisa T.
SRE · San Francisco
"We switched our whole team to Void Terminal. The encrypted connection sharing means no more Slack DMs with SSH passwords. Finally."
NK
Nik K.
Platform Lead · London
"Dual-pane SFTP with folder sync is a game changer. I deploy static sites by dragging from local to remote. No rsync commands needed."
SK
Sarah K.
Full-stack Developer · Berlin
"Finally a terminal from Southeast Asia that competes globally. PPP pricing at $4/mo makes Pro accessible. The 3 themes are gorgeous."
JD
JD Cruz
Freelance Developer · Manila
"BYOK AI is the right model. The NLP commands are wild — I type '? find largest log files' and get the exact find command. My key, my data."
AJ
Arjun J.
Security Engineer · Bangalore
Trust through transparency.
The core terminal is MIT licensed. Inspect every line. Contribute. Fork. The AI engine is proprietary — that's how we fund development.

Core terminal — MIT license

All UI components, free features, connection management, SFTP sidebar, terminal rendering, and split view are fully open source. Star us on GitHub. PRs welcome.

void-terminal MIT Electron + React + TS PRs welcome
{}
MIT
Questions? Answered.
Everything you need to know before downloading.
What is BYOK? +
BYOK stands for "Bring Your Own Key." Instead of Void Terminal running its own AI infrastructure, you connect your own API key from Anthropic (Claude), OpenAI (GPT-4o), Google (Gemini), or run Ollama locally for fully offline AI. This means your terminal data never leaves your machine — the API call goes directly from your computer to your AI provider. Void never sees your data or your bill.
Is the free tier actually free forever? +
Yes. The free tier includes the full terminal with tabs, splits, SFTP sidebar, file editor, 10 saved connections, 20 snippets, command palette, output search, and session recording. No credit card. No time limit. No "trial period." The core terminal is also open-source (MIT) so it can't be taken away.
How much does the AI cost me? +
Void Terminal itself charges $0 for AI. You only pay your AI provider. AI is on-demand only — NLP commands and AI Chat calls happen when you trigger them. Typical usage runs about $1-3/month on Anthropic or OpenAI. Or use Ollama for completely free, fully offline AI — no internet needed.
Is my data private? +
Completely. Your API key is encrypted and stored locally at ~/.config/void-terminal/. AI features (NLP commands and AI Chat) only send data to your chosen provider when you explicitly trigger them — never in the background. The only network calls are: SSH connections (you control these), AI API calls (direct to your provider, on-demand only), and license validation (once per week, just checks a key — no terminal data sent).
Why not just use Warp? +
Warp is great, but there are key differences: Warp's AI runs through their cloud (your terminal data hits their servers). Void uses BYOK — your data stays local. Warp isn't open source. Void's core is MIT licensed. Warp doesn't have SFTP. Void does. Warp is $18/mo for teams. Void Pro is $12/mo with PPP pricing as low as $4/mo.
Do you support Linux? +
Not yet — macOS and Windows at launch. Linux support is planned for Q3 2026. The core is built on Electron so the port is straightforward. Star the GitHub repo and watch for announcements.
What about regional pricing? +
We use Purchasing Power Parity (PPP) pricing through Paddle. Developers in India, Philippines, Vietnam, Thailand, and Indonesia get Pro for $4/month. LATAM (Brazil, Mexico, Colombia) gets $6/month. Standard pricing is $12/month. Your region is detected automatically at checkout.
What's new.
Every release, every fix, every improvement. We ship fast.
v1.0.0March 2026LATEST
Massive update — 70+ features. Docker integration with container management and logs viewer. Process monitor (htop-like). Log tail viewer with color-coded levels. Network monitor. SSL certificate checker. Dual-pane SFTP with folder sync. Server dashboard with live CPU/RAM/disk rings. Multi-server command runner. Session recording with replay. Jump host/bastion support. 3 themes (Dark/Light/Midnight). Custom keyboard shortcuts. Alert webhooks (Slack/Discord). Connection templates. AES-256 encrypted backup. Team sharing with encrypted connections. Shared command library. Team activity feed. Usage analytics. Referral system. CLI tool.
v0.5.0Feb 2026
Beta 2. Connection panel redesigned. SFTP drag-drop upload. Settings panels change based on license state. Broadcast mode. Workspaces.
v0.1.0Jan 2026
Public beta. Core terminal with multi-tab, split view, SFTP sidebar, command palette, SSH key manager, NLP commands, AI Chat, notes sidebar, output search.
v0.0.5Dec 2025
First internal alpha. Basic terminal, SSH, tabs, 2-column split. NLP command prototype.

Ready to think
inside the terminal?

Free forever. Pro when you need the AI brain. No credit card required.

Download Void Terminal View on GitHub
macOS 12+ · Windows 10+ · ~85MB · No sign-up required