<?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: Anycode Ade</title>
    <description>The latest articles on DEV Community by Anycode Ade (@anycode_anycode_da94d75fe).</description>
    <link>https://dev.to/anycode_anycode_da94d75fe</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%2F4048353%2Fb367daeb-1281-49e2-9042-8bbfc6214f93.png</url>
      <title>DEV Community: Anycode Ade</title>
      <link>https://dev.to/anycode_anycode_da94d75fe</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anycode_anycode_da94d75fe"/>
    <language>en</language>
    <item>
      <title>Anycode — Open-Source Web ADE Where Humans and AI Build Together</title>
      <dc:creator>Anycode Ade</dc:creator>
      <pubDate>Sun, 26 Jul 2026 21:01:31 +0000</pubDate>
      <link>https://dev.to/anycode_anycode_da94d75fe/anycode-open-source-web-ade-where-humans-and-ai-build-together-2ha1</link>
      <guid>https://dev.to/anycode_anycode_da94d75fe/anycode-open-source-web-ade-where-humans-and-ai-build-together-2ha1</guid>
      <description>&lt;p&gt;Hey DEV Community! 👋&lt;/p&gt;

&lt;p&gt;We want to introduce &lt;strong&gt;Anycode&lt;/strong&gt; — an open-source web-server application where humans and AI agents build software together.&lt;/p&gt;

&lt;p&gt;Unlike most modern AI editors, &lt;strong&gt;Anycode is NOT a VS Code fork&lt;/strong&gt;. It's built entirely from scratch to deliver maximum performance, flexibility, and native agent integration.&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%2Fpyjabn27xqsn00vskffr.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%2Fpyjabn27xqsn00vskffr.png" alt="Anycode Editor Interface" width="799" height="479"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🛠️ Architecture at a Glance
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend&lt;/strong&gt;: React 19 + custom &lt;code&gt;web-tree-sitter&lt;/code&gt; WASM virtual-rendering engine&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend&lt;/strong&gt;: High-concurrency Rust (&lt;code&gt;Axum&lt;/code&gt; + &lt;code&gt;Tokio&lt;/code&gt; + Socket.IO WebSockets)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Protocols&lt;/strong&gt;: Native Agent Client Protocol (ACP) &amp;amp; Language Server Protocol (LSP)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Run Anycode locally or host it remotely to interact with your local files, PTY terminals, and AI agents directly in any browser.&lt;/em&gt;&lt;/p&gt;




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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;⚡ Custom Ultra-Fast Editor&lt;/strong&gt;: Built with a custom virtual-rendering engine powered by &lt;code&gt;web-tree-sitter&lt;/code&gt;. Ultra-smooth 120+ FPS performance on large 100k+ line files with minimal memory and cpu usage.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🤖 Native Agent Client Protocol (ACP)&lt;/strong&gt;: Deep integration with AI agents (Claude Code, Codex, OpenCode, and local LLMs via Ollama) supporting streamed tool calls, permission controls, reasoning selectors, and history-backed undo.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🖼️ Flexible Free-Pane Layout&lt;/strong&gt;: Fully customizable workspace layout. Split, dock, and resize editor panes, PTY terminals, AI agent chats, Git panels, and search tabs into any layout configuration.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;👀 Filesystem Watcher&lt;/strong&gt;: Real-time file system monitoring for instant UI updates and live diff visualization whenever AI agents or external processes modify code.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🦀 High-Performance Rust Core&lt;/strong&gt;: Async Rust backend (Axum + Tokio + Socket.IO) driving real-time file I/O and Language Server Protocol (LSP) handling.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;💻 Integrated PTY Terminals&lt;/strong&gt;: Full-featured terminal emulator running over WebSockets for multi-session shell execution.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🧠 Language Server Protocol (LSP)&lt;/strong&gt;: Code intelligence featuring multi-language autocomplete, Go-to-Definition, Hover docs, and real-time diagnostics.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🌿 Built-in Git Integration&lt;/strong&gt;: Full-featured Git Changes panel with per-file revert, commit, push, and pull capabilities without leaving the browser.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🔎 Global Search &amp;amp; File Tree&lt;/strong&gt;: Fast full-text project search and interactive file tree navigation.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🎨 Themes &amp;amp; Typography Customization&lt;/strong&gt;: Customizable editor color themes, dark/light modes, font sizes, and custom typography settings.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ⚡ Quick Start &amp;amp; Run
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Install Anycode:
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://raw.githubusercontent.com/anycode-ade/anycode/main/install.sh | sh
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;ol&gt;
&lt;li&gt;Launch Anycode in your project folder from terminal:
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;anycode
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;ol&gt;
&lt;li&gt;Open the printed Web URL (e.g. &lt;code&gt;http://localhost:3000&lt;/code&gt;) in any browser!&lt;/li&gt;
&lt;/ol&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%2Fhzyn156uqgkw2axirl1x.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%2Fhzyn156uqgkw2axirl1x.png" alt="AI Agent Collaboration" width="799" height="479"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  ⚙️ Setup &amp;amp; Prerequisites
&lt;/h2&gt;

&lt;p&gt;For privacy, security, and local isolation, Language Servers (LSP) and AI agents are not bundled — they must be installed manually on your machine:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Language Servers&lt;/strong&gt;: See the &lt;a href="https://github.com/anycode-ade/anycode/blob/main/docs/lsp.md" rel="noopener noreferrer"&gt;LSP Setup Guide&lt;/a&gt; to enable code intelligence (&lt;code&gt;rust-analyzer&lt;/code&gt;, &lt;code&gt;vtsls&lt;/code&gt;, etc.).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Agents&lt;/strong&gt;: See the &lt;a href="https://github.com/anycode-ade/anycode/blob/main/docs/acp.md" rel="noopener noreferrer"&gt;ACP Setup Guide&lt;/a&gt; to connect Claude Code, Codex, OpenCode, or local LLMs.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That’s it — no extra configuration is required. Anycode is built to keep your setup fast and straightforward.&lt;/p&gt;


&lt;h2&gt;
  
  
  ⭐️ Check Out the Repository
&lt;/h2&gt;

&lt;p&gt;Anycode is 100% open-source under the Apache-2.0 license.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/anycode-ade" rel="noopener noreferrer"&gt;
        anycode-ade
      &lt;/a&gt; / &lt;a href="https://github.com/anycode-ade/anycode" rel="noopener noreferrer"&gt;
        anycode
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;&lt;p&gt;&lt;a href="https://github.com/anycode-ade/anycode/LICENSE" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/5b60841bea9e11d9d0b0950d690c9bc554e06385634056a7d5d62a15d1a4eabe/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4170616368655f322e302d626c75652e737667" alt="License"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;anycode&lt;/h1&gt;
&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;anycode&lt;/strong&gt; is a web platform where people and agents build together. Run it locally or remotely and work from any device you want: desktop, laptop, mobile, or even VR. Use any agent, including Codex, Claude Code, OpenCode, as well as local models.&lt;/p&gt;

&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://github.com/anycode-ade/anycode/anycode/imgs/screen1.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fanycode-ade%2Fanycode%2FHEAD%2Fanycode%2Fimgs%2Fscreen1.png" alt="editor"&gt;&lt;/a&gt;
&lt;a rel="noopener noreferrer" href="https://github.com/anycode-ade/anycode/anycode/imgs/screen2.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fanycode-ade%2Fanycode%2FHEAD%2Fanycode%2Fimgs%2Fscreen2.png" alt="layout"&gt;&lt;/a&gt;
&lt;a rel="noopener noreferrer" href="https://github.com/anycode-ade/anycode/anycode/imgs/screen3.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fanycode-ade%2Fanycode%2FHEAD%2Fanycode%2Fimgs%2Fscreen3.png" alt="agents"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Features&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Ultra-fast custom editor&lt;/strong&gt;: Exceptionally fast and highly optimized virtual rendering engine based on tree-sitter parser, delivering superior performance for large codebases.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-language support&lt;/strong&gt;: Work with various programming languages in a single environment.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Advanced code experience&lt;/strong&gt;: Utilizes a custom code component based on &lt;strong&gt;web-tree-sitter&lt;/strong&gt; for efficient parsing, syntax highlighting, and real-time code analysis.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;LSP integration&lt;/strong&gt;: LSP support for intelligent code completion, go-to-definition, hover information and real-time diagnostics.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;File system integration&lt;/strong&gt;: WebSocket-based backend for browsing and editing files from your local filesystem.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Changes&lt;/strong&gt;: Built-in git Changes panel, per-file revert, commit, push, and pull.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Free layout&lt;/strong&gt;: Flexible pane layout for arranging the…&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/anycode-ade/anycode" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;If you like what we're building, drop a ⭐️ on GitHub and let us know your feedback!&lt;/p&gt;

&lt;p&gt;&lt;em&gt;P.S. We'll also be posting deep-dive technical articles on building a 120+ FPS editor engine and Rust/ACP architecture soon — follow us here on DEV so you don't miss them!&lt;/em&gt; 🙏&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>rust</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
