<?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: vastsa</title>
    <description>The latest articles on DEV Community by vastsa (@vastsa).</description>
    <link>https://dev.to/vastsa</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%2F1122088%2Fc85611c1-9e28-4f22-bb79-0f07adbdb7b3.png</url>
      <title>DEV Community: vastsa</title>
      <link>https://dev.to/vastsa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vastsa"/>
    <language>en</language>
    <item>
      <title>PI-Desktop: A local-first workspace for AI coding agents</title>
      <dc:creator>vastsa</dc:creator>
      <pubDate>Sun, 20 Sep 2026 10:49:20 +0000</pubDate>
      <link>https://dev.to/vastsa/pi-desktop-a-local-first-workspace-for-ai-coding-agents-1f3p</link>
      <guid>https://dev.to/vastsa/pi-desktop-a-local-first-workspace-for-ai-coding-agents-1f3p</guid>
      <description>&lt;p&gt;I wanted a place where an AI coding session could keep its context instead of starting from a blank terminal every time.&lt;/p&gt;

&lt;p&gt;That is the idea behind &lt;a href="https://github.com/vastsa/PI-Desktop" rel="noopener noreferrer"&gt;PI-Desktop&lt;/a&gt;: a local-first desktop workspace for AI coding agents. It brings persistent projects, sessions, model switching, permissions, and multi-agent workflows into one app that runs on macOS, Windows, and Linux.&lt;/p&gt;

&lt;p&gt;The current release is &lt;code&gt;v0.15.1&lt;/code&gt;. The repository has roughly 4.6k GitHub stars and 390 forks.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F2drbf1t03pnr0xrqc0xo.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F2drbf1t03pnr0xrqc0xo.webp" alt="PI-Desktop home" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I use it for
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Persistent projects and sessions&lt;/strong&gt; — project context and conversation history stay available across restarts.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model freedom&lt;/strong&gt; — switch providers and models without rebuilding the whole workflow around one vendor.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Plan and Goal modes&lt;/strong&gt; — move from a vague request to an editable plan, then execute it with visible progress.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Permission controls and diff review&lt;/strong&gt; — keep destructive actions behind approval and review file changes before accepting them.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Plugins and MCP&lt;/strong&gt; — extend the workspace with tools and integrations instead of putting every workflow into the core app.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-agent workflows&lt;/strong&gt; — delegate independent work to subagents and keep the main session focused.&lt;/li&gt;
&lt;/ul&gt;

&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%2Fe0qfp06lhq91onpktee1.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%2Fe0qfp06lhq91onpktee1.png" alt="Chat workspace" width="800" height="521"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why a desktop workspace?
&lt;/h2&gt;

&lt;p&gt;Terminal coding agents are powerful, but long-running work quickly turns into a collection of terminals, scrollback, copied prompts, and half-remembered decisions. A desktop workspace gives those sessions a home.&lt;/p&gt;

&lt;p&gt;PI-Desktop is built with Electron, a Rust host core, and the pi agent harness. The goal is not to hide the agent behind a simplified chat box. It is to make the surrounding work easier to inspect: what the agent changed, which tools it used, what still needs approval, and where another agent can help.&lt;/p&gt;

&lt;p&gt;The local-first approach also matters to me. Your projects and sessions should remain usable without handing the whole workflow to a hosted dashboard.&lt;/p&gt;

&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%2Fwxugo9t3a29xjba0e3vr.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%2Fwxugo9t3a29xjba0e3vr.png" alt="Session orchestrator" width="799" height="572"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/vastsa/PI-Desktop" rel="noopener noreferrer"&gt;GitHub repository&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pi-docs.aiuo.net/" rel="noopener noreferrer"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/vastsa/PI-Desktop/releases/latest" rel="noopener noreferrer"&gt;Latest release&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you build with AI coding agents, I would especially like feedback on the session model, permissions, and multi-agent workflows.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>productivity</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
