Drive Your Infrastructure from Claude Code
Voltius 0.19.0 ships an MCP server: 41 tools that let an AI agent on your machine use the hosts, keys and plugins already in your vault — without a credential ever leaving it.
Voltius Blog
Release notes, SFTP workflows, sync architecture, and engineering decisions behind the open-source SSH, SFTP, and serial client built with Rust and Tauri.
Browse by topic
RSS0.19.0
Product context and practical notes from the Voltius beta cycle.
Voltius 0.19.0 ships an MCP server: 41 tools that let an AI agent on your machine use the hosts, keys and plugins already in your vault — without a credential ever leaving it.
Archive
13 posts
Voltius now runs in English, French, and Russian. The tricky part of localizing a terminal isn't the translating — it's knowing what NOT to translate, keeping ~2,600 keys in sync, and the moment Russian grammar forced a change to the React code. Here's the i18n architecture and the bugs it surfaced.
Snippets grew up. A snippet is now a sequence of steps — run a script, move a file, call another snippet — that fans out across every host you select, prompts for variables once, and reports back with a single toast. Here's the runner underneath, and the recursion guard that stops a snippet calling itself into oblivion.
The SFTP browser now behaves like the file manager you already know: copy on one server, paste on another; drag files onto a folder or a breadcrumb; type a few letters to jump to a file; Alt-arrow through your history. Here's how it works — including why the drag had to be rebuilt from scratch on Windows.
A reworked port-forwarding panel, auto-forwards shared across every terminal on a host, and the one-line bug that quietly killed your tunnels every time your laptop went to sleep.
Voltius now has a full code editor built in — open a file over SFTP, edit it with real syntax highlighting, and diff local↔remote or host↔host before you save. Here's how it works and why it's a CodeMirror 6 MergeView underneath.
Voltius speaks FTP and FTPS now — a protocol older than the internet as most people know it. Adding a 1971 protocol to a modern SSH client sounds absurd until you meet the NAS boxes and appliances that still only speak it. Here's how one trait made FTP nearly free, and how FTPS is done safely.
How Voltius keeps SSH sessions alive through network drops, app restarts, and device switches — using tmux on the host, an encrypted per-device manifest, and no ownership protocol at all.
Voltius beta is usable from the 0.1.50 release with SSH, SFTP, serial sessions, local-first encryption, plugin support, and no account required.
How Voltius helps keep SSH hosts, identities, snippets, and connection data portable with import support and optional encrypted JSON export.
How Voltius handles local encrypted vaults, free encrypted Gist sync, and paid cloud sync without making an account mandatory.
Voltius SFTP is designed for local transfers, remote browsing, and host-to-host workflows without leaving the SSH client.
A technical look at how Voltius batches directory, multi-file, and host-to-host SFTP transfers through temporary tar.gz archives.