<?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: Max Velloc</title>
    <description>The latest articles on DEV Community by Max Velloc (@maxbuilds).</description>
    <link>https://dev.to/maxbuilds</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%2F4088821%2Fc4cf78aa-a125-4bfc-b204-9531be05e7b6.png</url>
      <title>DEV Community: Max Velloc</title>
      <link>https://dev.to/maxbuilds</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maxbuilds"/>
    <language>en</language>
    <item>
      <title>I built Velloc Code: an open-source desktop coding agent with multi-model workflows</title>
      <dc:creator>Max Velloc</dc:creator>
      <pubDate>Fri, 21 Aug 2026 20:31:53 +0000</pubDate>
      <link>https://dev.to/maxbuilds/i-built-velloc-code-an-open-source-desktop-coding-agent-with-multi-model-workflows-39k0</link>
      <guid>https://dev.to/maxbuilds/i-built-velloc-code-an-open-source-desktop-coding-agent-with-multi-model-workflows-39k0</guid>
      <description>&lt;p&gt;I've been using coding agents like Claude Code, Codex, and OpenCode for a while now. They've genuinely changed how I work — but almost all of them live in the terminal.&lt;/p&gt;

&lt;p&gt;I really like the openness and model independence of tools like OpenCode. What I wanted was that same flexibility inside something that feels like a real desktop application: install it, add an API key, open a project, and start working.&lt;/p&gt;

&lt;p&gt;So I built &lt;a href="https://velloc.app" rel="noopener noreferrer"&gt;Velloc Code&lt;/a&gt; — an open-source, Windows-first desktop coding agent.&lt;/p&gt;

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

&lt;p&gt;Terminal/TUI agents are great, and I'm not trying to replace them. The argument for a desktop app is simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;No environment setup&lt;/strong&gt; — install it, add an API key, open a project folder. No shell config, no dependency bootstrapping.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A UI you can reason about&lt;/strong&gt; — sessions, project memory, and agent configuration are visible and inspectable, not hidden in config files.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;One app for your whole workflow&lt;/strong&gt; — reading code, running agents, reviewing output, and checking what the agent actually did all live in the same window.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The philosophy is: &lt;em&gt;make the default experience easy, and don't lock anyone in.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Multi-model workflows
&lt;/h2&gt;

&lt;p&gt;The core idea is that one model doesn't have to do everything.&lt;/p&gt;

&lt;p&gt;You can start with a single model and a single agent. When you outgrow that, you can assign different models to different agents or tasks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a cheaper/faster model for research and planning&lt;/li&gt;
&lt;li&gt;a stronger model for implementation&lt;/li&gt;
&lt;li&gt;another model for review and testing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The same project can split a larger task across agents, each using the model that fits its role — without changing your workflow or your provider.&lt;/p&gt;

&lt;p&gt;It's provider-agnostic: bring your own providers or custom model endpoints, and switch models without touching your setup.&lt;/p&gt;

&lt;h2&gt;
  
  
  What else it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Project memory across sessions&lt;/strong&gt; — context survives, so you're not re-explaining your project every time.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Extensible&lt;/strong&gt; — skills and Claude Code-compatible plugins.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Inspectable&lt;/strong&gt; — you can inspect and customize the agent itself, instead of treating it as a black box.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The direction
&lt;/h2&gt;

&lt;p&gt;The openness and model independence of open-source coding agents, with a polished desktop UI and a much easier starting point.&lt;/p&gt;

&lt;p&gt;It's Windows-first right now and still early.&lt;/p&gt;

&lt;p&gt;I'd really value feedback from people already using Claude Code, Codex, OpenCode, Cursor, or similar:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Would you actually prefer a desktop UI, or is terminal/TUI still the ideal interface?&lt;/li&gt;
&lt;li&gt;Would you use different models for different agents or tasks?&lt;/li&gt;
&lt;li&gt;What would make you switch from your current coding agent?&lt;/li&gt;
&lt;li&gt;What feels unnecessary or over-engineered?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check it out: &lt;a href="https://velloc.app" rel="noopener noreferrer"&gt;velloc.app&lt;/a&gt; — and the source is on GitHub.&lt;/p&gt;

&lt;p&gt;I'm the developer, so feel free to be critical — that's mainly why I'm posting it here.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>opensource</category>
      <category>ai</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
