<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sergio Vargas</title>
    <description>The latest articles on DEV Community by Sergio Vargas (@sergewinters).</description>
    <link>https://dev.to/sergewinters</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4098085%2F938da06e-306f-4814-a0c2-dedea09bcec4.png</url>
      <title>DEV Community: Sergio Vargas</title>
      <link>https://dev.to/sergewinters</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sergewinters"/>
    <language>en</language>
    <item>
      <title>I built Voktty: an open-source, ~8MB AI-native terminal workspace in Rust &amp; Tauri 2</title>
      <dc:creator>Sergio Vargas</dc:creator>
      <pubDate>Thu, 27 Aug 2026 21:42:50 +0000</pubDate>
      <link>https://dev.to/sergewinters/i-built-voktty-an-open-source-8mb-ai-native-terminal-workspace-in-rust-tauri-2-9p</link>
      <guid>https://dev.to/sergewinters/i-built-voktty-an-open-source-8mb-ai-native-terminal-workspace-in-rust-tauri-2-9p</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5vqm7k59laftpvm4aoi1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5vqm7k59laftpvm4aoi1.png" alt=" " width="800" height="481"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Like many developers, DevOps engineers, and sysadmins, my daily routine revolves around the terminal, remote servers, and containers. Over time, modern IDEs have become increasingly resource-heavy, while standard terminals lack integrated AI context and modern workspace ergonomics.&lt;/p&gt;

&lt;p&gt;To solve this, I've been building &lt;strong&gt;Voktty&lt;/strong&gt;: a lightweight (~7–8 MB), terminal-first development environment and AI-native workspace.&lt;/p&gt;

&lt;p&gt;It originated as an independent hard fork of &lt;strong&gt;Terax&lt;/strong&gt; (originally created by Crynta) and has evolved into a dedicated, privacy-focused desktop application built with &lt;strong&gt;Tauri 2, Rust, React 19, and xterm.js WebGL&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GPU-Accelerated Terminal:&lt;/strong&gt; High-performance WebGL rendering with split-pane multiplexing, command-aware blocks, and native shell integration (PowerShell, Bash, Zsh, Fish).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Native MCP Client:&lt;/strong&gt; First-class Model Context Protocol support. Connect local offline models via &lt;strong&gt;Ollama, LM Studio, or MLX&lt;/strong&gt;, or use cloud APIs like Claude, OpenAI, and Gemini.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built-in Editor &amp;amp; Diagnostics:&lt;/strong&gt; Lightweight CodeMirror 6 editor with opt-in LSP, DAP debugging, and AI-powered side-by-side diff reviews.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Infrastructure Management:&lt;/strong&gt; Native tabs and managers for &lt;strong&gt;SSH&lt;/strong&gt; (with visual local/remote port tunnels), &lt;strong&gt;WSL&lt;/strong&gt;, and &lt;strong&gt;Docker&lt;/strong&gt; container lifecycles.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Encrypted Live Sharing:&lt;/strong&gt; Share host-controlled live terminal sessions with AES-256-GCM encryption without creating an account.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;100% Privacy-First:&lt;/strong&gt; Zero first-party telemetry, no mandatory accounts, and all API keys stored securely in your operating system keychain.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🛠️ The Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Core &amp;amp; Backend:&lt;/strong&gt; Tauri 2, Rust, &lt;code&gt;portable-pty&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; React 19, TypeScript, Vite, Tailwind CSS, shadcn/ui, Zustand&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Terminal &amp;amp; Editor:&lt;/strong&gt; xterm.js (WebGL), CodeMirror 6&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI &amp;amp; Integration:&lt;/strong&gt; Vercel AI SDK v6, native MCP client&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ⚠️ A Note on Platform Signing (Windows &amp;amp; macOS)
&lt;/h2&gt;

&lt;p&gt;Because Voktty is an independent, community-driven open-source project in its preview stage, builds do not yet carry paid Microsoft EV or Apple Developer certificates. &lt;/p&gt;

&lt;p&gt;As a result, &lt;strong&gt;Windows SmartScreen&lt;/strong&gt; or &lt;strong&gt;macOS Gatekeeper&lt;/strong&gt; may display an "Unverified Developer" warning upon installation. The entire source code is fully open and auditable on GitHub, and you can compile it locally with &lt;code&gt;pnpm tauri build&lt;/code&gt;. Official certificates will be integrated as the project grows.&lt;/p&gt;




&lt;h2&gt;
  
  
  🤝 Looking for Contributors &amp;amp; Community Feedback
&lt;/h2&gt;

&lt;p&gt;Voktty is licensed under &lt;strong&gt;Apache-2.0&lt;/strong&gt;. I want to build this openly with the developer community and would love your help:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Testers:&lt;/strong&gt; Try it out in your daily terminal workflows and share your thoughts.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bug Reports &amp;amp; Feature Ideas:&lt;/strong&gt; Let us know what shells, tools, or extensions you need.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Contributors:&lt;/strong&gt; PRs and collaborations in &lt;strong&gt;Rust, React 19, and TypeScript&lt;/strong&gt; are warmly welcome!&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;🌐 &lt;strong&gt;Website:&lt;/strong&gt; &lt;a href="https://voktty.dev" rel="noopener noreferrer"&gt;https://voktty.dev&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💻 &lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/voktty/voktty" rel="noopener noreferrer"&gt;https://github.com/voktty/voktty&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Drop a comment below with your feedback, suggestions, or terminal setup questions!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>terminal</category>
      <category>cli</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
