<?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: Coden</title>
    <description>The latest articles on DEV Community by Coden (@codenrust).</description>
    <link>https://dev.to/codenrust</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3958823%2Fb36dbeb8-9b9a-451a-b2f0-f55509fc0936.jpeg</url>
      <title>DEV Community: Coden</title>
      <link>https://dev.to/codenrust</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/codenrust"/>
    <language>en</language>
    <item>
      <title>I built a free open-source alternative to Claude Cowork because I didn’t want to pay $20/month for something that should run locally</title>
      <dc:creator>Coden</dc:creator>
      <pubDate>Fri, 29 May 2026 16:42:14 +0000</pubDate>
      <link>https://dev.to/codenrust/i-built-a-free-open-source-alternative-to-claude-cowork-because-i-didnt-want-to-pay-20month-for-5d5c</link>
      <guid>https://dev.to/codenrust/i-built-a-free-open-source-alternative-to-claude-cowork-because-i-didnt-want-to-pay-20month-for-5d5c</guid>
      <description>&lt;p&gt;I use Claude a lot, but when Claude Cowork came out my first thought was:&lt;/p&gt;

&lt;p&gt;Why am I paying $20/month for an AI that automates my own computer?&lt;/p&gt;

&lt;p&gt;If an AI is clicking buttons, reading files, running shell commands, and controlling apps on my machine… why does that need to live in the cloud?&lt;/p&gt;

&lt;p&gt;So I built EverFern.&lt;/p&gt;

&lt;p&gt;It’s basically a free, open-source alternative to Claude Cowork — an AI agent that lives on your desktop, sees your screen, controls apps, automates browser tasks, and runs workflows.&lt;/p&gt;

&lt;p&gt;Except:&lt;/p&gt;

&lt;p&gt;Runs locally (supports Ollama / LM Studio)&lt;br&gt;
No subscription&lt;br&gt;
MIT licensed&lt;br&gt;
Your files stay on your machine&lt;br&gt;
What it actually does&lt;br&gt;
You can even connect to any cloud provider if you want(We support even free providers like Nvidia NIM, etc)&lt;br&gt;
🖥️ Computer use&lt;br&gt;
Takes screenshots, finds buttons, clicks, types, navigates apps — basically uses your computer like a human would. You just describe the task in plain English.&lt;/p&gt;

&lt;p&gt;🧠 Skills system&lt;br&gt;
Reusable community-made workflows. Think plugins, except they're simple shareable markdown files you can make yourself.&lt;/p&gt;

&lt;p&gt;🌐 Browser agent&lt;br&gt;
Navigate websites, scrape data, fill forms, automate repetitive browser stuff without writing automation scripts.&lt;/p&gt;

&lt;p&gt;🐧 Linux VM sandbox&lt;br&gt;
Shell commands run in an isolated environment so the agent can’t accidentally nuke your system.&lt;/p&gt;

&lt;p&gt;🤖 Multi-agent debate&lt;br&gt;
For harder tasks, multiple agents argue over the best approach before execution. Sounds gimmicky, but it catches surprisingly dumb plans.&lt;/p&gt;

&lt;p&gt;⚡ Workflow builder&lt;br&gt;
Chain actions together, save them, schedule them.&lt;/p&gt;

&lt;p&gt;Stack (if you care)&lt;/p&gt;

&lt;p&gt;Electron + Next.js frontend, LangGraph for orchestration, MCP integrations.&lt;/p&gt;

&lt;p&gt;Works with local models (Ollama / LM Studio) or cloud providers (OpenAI, Anthropic, Gemini, DeepSeek, OpenRouter).&lt;/p&gt;

&lt;p&gt;Current state&lt;/p&gt;

&lt;p&gt;Windows installer is live.&lt;/p&gt;

&lt;p&gt;macOS installer isn’t ready yet, but you can run it with:&lt;/p&gt;

&lt;p&gt;npm install &amp;amp;&amp;amp; npm run dev&lt;/p&gt;

&lt;p&gt;Still early and rough around the edges, but the core computer-use + browser automation actually works surprisingly well.&lt;/p&gt;

&lt;p&gt;I mostly built this because I didn’t want to keep paying for something that felt like it should run locally anyway.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/CodenRust/Everfern" rel="noopener noreferrer"&gt;Here's the Repo, Hope all like it&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would genuinely love feedback — especially on the skills system because that’s the part I’m still figuring out.&lt;/p&gt;

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