--- title: AI pair programming 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 --- # AI pair programming in your browser Aider is now also AI pair programming in your browser! Use the `--browser` switch to launch am experimental browser based version of aider. ``` pip install aider-chat export OPENAI_API_KEY= # Mac/Linux setx OPENAI_API_KEY # Windows aider --browser ```