A terminal that keeps up with you
Native macOS terminal with full VT100/xterm-256color support. True PTY (pseudo-terminal) for seamless remote interactions. Real-time output streaming with low latency. Beautiful syntax highlighting, customizable color themes, font, and size settings. Full Unicode and emoji support.
Your servers, organized
Organize servers into custom groups for a better workflow. Quick sidebar access to all your SSH profiles. Support for both password and SSH key authentication. Credentials stored securely in macOS Keychain. One-click connection to frequently used servers. Local shell support alongside remote connections.
Multiple servers, one screen
Split your terminal horizontally to view multiple sessions simultaneously. Add unlimited panes to work with multiple servers at once. Easy pane navigation with keyboard shortcuts. Automatic focus management and visual indicators. Resize panes to fit your workflow perfectly. Each pane maintains its own independent session.
Switch contexts instantly
Open unlimited SSH sessions in separate tabs. Switch between connections instantly with ⌘1-9 shortcuts. Each tab shows real-time connection status. Drag and drop to reorder. Close with ⌘W. Tab persistence across app launches.
Your command library
Save frequently used commands for instant execution. Organize snippets into categories. Execute with a single click and view output directly. Build your personal command library. Perfect for repetitive administrative tasks — deployments, log rotations, health checks, database backups.
You can use the `find` command to locate files larger than a specific size:
find / -type f -size +100M 2>/dev/nullThis finds all files larger than 100MB. Adjust the size as needed.
AI that understands your terminal
Integrated chat interface for AI assistance, right in the sidebar alongside your connections. Get help with terminal commands and SSH issues. Ask questions about server administration. Learn best practices while you work. Context-aware suggestions based on your workflow. The AI chat is optional and only activates if you provide your own API key — we never collect any data.
Security without compromise
All credentials stored securely in macOS Keychain. Support for encrypted SSH private keys with passphrase protection. No passwords stored in plain text. Sandboxed for maximum security. Built on industry-standard libssh2. No data collection, no analytics, no third-party tracking. All operations are local.
Designed exclusively for macOS
Built using SwiftUI — no Electron, no web views. Supports both light and dark mode. Fully native macOS interface that respects your system preferences. Smooth 120Hz animations and transitions. Retina-optimized for crisp text rendering on every Mac display.
Perfect For
System Administrators
Managing multiple servers and credentials
DevOps Engineers
Deploying and monitoring infrastructure
Web Developers
Working with remote dev environments
Database Administrators
Running queries across multiple DB servers
Network Engineers
Configuring routers and switches
Students & Learners
Learning server administration