All skills
Skillintermediate
Aider in your browser
<div class="video-container"> <video controls loop poster="/assets/browser.jpg"> <source src="/assets/aider-browser-social.mp4" type="video/mp4"> <a href="/assets/aider-browser-social.mp4">Aider browser UI demo video</a> </video> </div>
Claude Code Knowledge Pack7/10/2026
Overview
{% if page.date %}
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p> {% endif %}Aider in your browser
<div class="video-container"> <video controls loop poster="/assets/browser.jpg"> <source src="/assets/aider-browser-social.mp4" type="video/mp4"> <a href="/assets/aider-browser-social.mp4">Aider browser UI demo video</a> </video> </div> <style> .video-container { position: relative; padding-bottom: 101.89%; /* 1080 / 1060 = 1.0189 */ height: 0; overflow: hidden; } .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } </style>Use aider's new experimental browser UI to collaborate with LLMs to edit code in your local git repo. Aider will directly edit the code in your local source files, and git commit the changes with sensible commit messages. You can start a new project or work with an existing git repo. Aider works well with GPT-4o, Sonnet 3.7, and DeepSeek Chat V3 & R1. It also supports connecting to almost any LLM.
Use the --browser switch to launch the browser version of aider:
python -m pip install -U aider-chat
setx OPENAI_API_KEY <key> # Windows, restart shell after setx
aider --browser