--- title: Aider in your browser excerpt: Aider has an experimental browser UI, allowing you to collaborate with LLMs on code in your local git repo. highlight_image: /assets/browser.jpg --- {% if page.date %}

{{ page.date | date: "%B %d, %Y" }}

{% endif %} # Aider in your browser
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](https://aider.chat/docs/git.html) with sensible commit messages. You can start a new project or work with an existing git repo. Aider works well with GPT 3.5, GPT-4, GPT-4 Turbo with Vision, and Claude 3 Opus. It also supports [connecting to almost any LLM](https://aider.chat/docs/llms.html). Use the `--browser` switch to launch the browser version of aider: ``` pip install aider-chat export OPENAI_API_KEY= # Mac/Linux setx OPENAI_API_KEY # Windows aider --browser ```