Back to home

Changelog

Every release, documented. We ship fast and break nothing. Guides for every feature below live in the documentation. Curious what is coming next? See the roadmap.

v1.1.1

LatestAugust 10, 2026Watch the v1.1.1 walkthrough
New
Security Audit Reports - Run 25 predefined security checks on any connected server over SSH. You get a hardening score, a downloadable PDF report, and a fix command for every finding that waits for your approval before it runs.Watch video
New
PM2 Process Manager - A dedicated PM2 tab listing every process with live CPU, memory, and restart counts. Restart, reload, stop, or delete any of them in one click, expand a cluster to see its instances, and stream the logs of a single process live.Watch video
New
Migrate from Termius - Bring your saved Termius hosts into CtrlOps in about 30 seconds. The importer reads your hosts, ports, usernames, and SSH keys locally, so you never re-enter a connection by hand.Watch video
New
Filter Servers by Tag - The home screen now has a tag filter. Narrow the list to Production, Staging, Development, or Untagged, tick several tags at once, search within the filter, and reset back to everything in one click.
New
Kill a Process from Infra Details - Top Processes now has a kill button on every row. End a runaway process straight from the dashboard instead of reading its PID off the table and typing kill in a terminal.
New
Copyable Connection Errors - When a connection fails, the modal now shows which stage failed, how long it took, and a timeline of what happened. One Copy report button puts the whole thing on your clipboard, ready to paste into a support ticket.
Fix
Faster File Transfers - Reworked the transfer pipeline in the File Manager, so uploads and downloads move faster on large files and slow links.
Fix
Lighter Connecting Animation - The connect state on a server card is much more transparent now, so the server name, address, and status stay readable while it is dialling.

v1.1.0

StableJuly 18, 2026Watch the v1.1.0 walkthrough
New
Multi-Tab Workspace - Open several servers at once, each in its own isolated tab. Switch between them like browser tabs - a long build on one server never blocks what you are doing on another.
New
Deployments Tab - A dedicated sidebar tab for shipping Node, React, and Next.js apps straight from a GitHub repo. Vercel-style deploys, with no command line anywhere in the flow.
New
Direct GitHub Connect - Connect your GitHub account once and pick a repo from the list. No more pasting a repository URL and an access token by hand.
New
Logs Tab - Read your server logs from a dedicated tab. Tail, search, and open any log file without typing a single SSH command.
New
Built-in AI Providers - Connect ChatGPT or OpenRouter directly inside the AI Terminal. Sign in once and start working - no API keys to generate, no manual setup.
New
Terminal Auto-Suggestions - Start typing and CtrlOps suggests the rest of the command. You no longer have to remember the full syntax for the commands you only run once a month.
New
Vault Lock - Set a passphrase that locks the entire app. CtrlOps asks for it every time you open it, so your servers and keys stay sealed on a shared or stolen machine.

v1.0.11

StableJune 25, 2026
Fix
Infinite AI Loops - Stripped hidden terminal wrappers (like 2>&1) from the AI loop-detection engine, ensuring the model instantly breaks out of stuck cycles instead of hallucinating.
New
OpenRouter Stability - Query massive free-tier models (like Nemotron-3) reliably! We added critical identity headers (HTTP-Referer, X-Title) and explicit network drop handling to satisfy strict API rate-limiters.
Fix
Command Extraction - Completely rewrote the AI Markdown and XML parser to flawlessly handle stray brackets, unclosed tags, and conversational noise.
Fix
Chat UI Polish - Modals can no longer be accidentally dismissed by clicking outside. Auto-capitalization is disabled in model search, and long chat inputs elegantly scroll after 3 lines instead of taking over your screen.

v1.0.10

StableJune 22, 2026
New
Global Access Management - View and manage SSH access across your entire workspace from one central dashboard. Run bulk access scans, spot risks, and grant or revoke keys instantly.
New
Custom User Roles - Go beyond root access. Create custom Read/Write or Read-Only system users directly from the UI and assign SSH keys to specific roles.
New
Edit Key Access - Reassigning SSH keys is now effortless. See who has a specific key and add or remove users with simple checkboxes, synced automatically.
New
Home Screen Redesign - We've refreshed the dashboard! A cleaner left-panel navigation makes jumping between Servers, Access, AI Keys, and Scripts faster than ever.
New
Server Favorites & Quick Connect - Pin frequently used servers to a Favorites tab. You can also paste an entire SSH command (e.g., `ssh -i key user@ip`) to auto-fill connection details.
New
Apache Web Server Support - CtrlOps now natively supports Apache alongside Nginx, complete with smart domain handling and Certbot integration.
New
AES-256 Encrypted Configurations - Your security is paramount. All external tool connections are strictly secured with military-grade AES-256 encryption using your OS keychain.
Fix
AI Command Parsing - Fixed an edge case where empty XML tags could confuse the AI, ensuring perfect command extraction from all models.
Fix
File Manager Stability - We've reinforced the file transfer engine. Navigating away during a file transfer now cleanly aborts the background process.
Fix
UI & UX Polish - Lots of quality-of-life improvements! Eliminated infinite loading spinners, stabilized popups, and unified search bars for a smoother experience.

v1.0.9

StableJune 1, 2026
New
MCP Server Integration - Extend the AI assistant with external tool servers (Context7, GitHub, Filesystem) via stdio or HTTP/SSE. Built-in input validation, friendly error mapping, and a 20-tool limit with smart overflow handling.
New
Web Search - Research live documentation and current events without leaving the app. Supports DuckDuckGo, Tavily, and Brave with Quick vs Deep Dive modes and auto-approval controls.
New
Centralized Backup & Restore - Granular export and import of SSH servers, scripts, MCP configs, and AI keys. Sensitive categories are unchecked by default for secure machine-to-machine migration.
New
Futuristic File Manager - Color-coded file type cards, smart collapsing breadcrumbs, five layout modes (grid, list, compact, columns, gallery), on-demand folder sizes with live spinners, and right-click Open in Terminal.
New
Multi-File Zip Downloads - Select multiple files in the File Manager and compress them into a single zip archive before downloading.
New
Monaco Editor for MCP - Full JSON editing with syntax highlighting, real-time error markers, fold/unfold, and a synchronized visual tree view for server configurations.
New
Error Boundary - Graceful crash recovery with a styled fallback, refresh button, and stack trace display so the app never goes blank.
Fix
Path Traversal Security - Enhanced sanitization across file manager and AI command paths to prevent unauthorized directory access.
Fix
Form Validation Hardening - All critical forms now reject whitespace-only inputs and enforce regex patterns for URLs, API keys, and server names.
Fix
macOS Entitlements - Added proper entitlements (JIT, network client/server, dyld variables) for Tauri v2 compatibility and spawned process support.
Fix
Dependency Vulnerabilities - Security-focused upgrade of npm and Cargo dependencies to close known CVEs.

v1.0.8

StableMay 12, 2026
New
Script Management - Full-featured script editor with live execution, variable handling, and directory management for automating repetitive tasks.
New
Free AI Models - Access multiple free AI models directly in the terminal and chat without any API key setup.
New
Intelligent File Transfers - Redesigned transfer system with progress tracking, cancellation support, and optimized directory downloads.
New
Session Health Monitoring - Automatic SSH session recovery with keepalive pings and intelligent reconnection when connections drop.
New
Web Search - Built-in web search capability to find answers without leaving the app, with support for multiple providers.
Fix
Connection Hardening - Improved SSH key parsing, expanded system path protection, and unified permission handling for non-root users.
Fix
UI Polish - Smarter modals that prevent accidental closes, consistent tooltips, and refined toast notifications.

v1.0.7

StableApril 24, 2026
Fix
SSH Improvements - Fixed UI bugs and hardened secure connections for PEM-based identity files.
New
Form Security - Enhanced input field validation and auto-sanitization across all application modules.
New
Terminal Engine - Improved command execution reliability and refined timeout handling for long-running processes.
Fix
General Polish - Various UI refinements and stability fixes for a smoother DevOps workflow.

v1.0.6

StableApril 15, 2026
New
Multi-Server SSH - Rebuilt the terminal engine for rock-solid, persistent connections that stay active as you switch between your servers.
New
Nginx & SSL Management - Easily manage Nginx web sites and set up free SSL certificates (HTTPS) with a few simple clicks.
New
Automated App Deployment - New module to quickly sync and build your web applications directly from your Git repositories.
New
Cloud Server Backups - Schedule and manage automated server backups to cloud storage using our new integrated backup engine.
New
Technical Help Portal - A complete help center is now live inside the app with step-by-step guides for all common server tasks.
New
Better Mac Security - Optimized and verified installers for all Mac users, fully signed and notarized by Apple.
Fix
Stability Fixes - Resolved startup errors and significantly improved the browsing speed of the file manager.

v1.0.5

StableApril 10, 2026
New
Advanced SSH Management - Completely stabilized the SSH connection pooling, providing blazing-fast, persistent terminal sessions across all your Linux infrastructure without dropping connections.
New
Robust Backup Orchestration - Introduced a seamless, highly reliable automated backup engine to safely snapshot and secure your server environments with a single click.
New
Native App Telemetry - Integrated lightweight, PII-redacted analytics directly within the desktop application to track usage while strictly protecting user privacy.
Fix
Immersive App UI - Polished the internal command center interface to ensure buttery-smooth responsiveness, sharper layouts, and a unified dark-mode aesthetic.
Fix
Cross-Architecture Compatibility - Resolved native module resolution issues specific to ARM64 and x64 builds, guaranteeing stable performance across all Apple Silicon, Intel, Windows and Linux setups.

v1.0.3

StableMarch 2026
New
Optimistic UI ("Blink and Add") - User Management now provides instant visual feedback. Keys appear immediately while background syncing occurs.
Fix
Shell Reliability - Fixed "0 keys" flickering and SSH command timeouts via reverse marker scanning and chunked writes.
Fix
Initial Load - Added MOTD-silence guards to ensure 100% reliable data fetching on the first tab switch.
New
Production Certified - Fully Signed and Notarized by Apple for both Apple Silicon and Intel architectures.
Fix
Core Recovery - Resolved a critical syntax error in the helper library that affected application-wide stability.

v1.0.0

Initial ReleaseDecember 2025
New
Initial Release - Rebuilt from the ground up for production environments.
New
Shell Mastery - Persistent terminal tabs and rock-solid connections.
New
Simple Files - Drag, drop, and extract ZIPs directly on your server.
New
Local Vault - AES-256 encrypted local storage for all credentials.
New
AI Orchestration - Autonomous agent for server management.