# Iris > Iris runs multiple parallel coding agents in your browser. This is the plain-text version of the Iris site, written to be read by a coding agent. Everything the visual site says is here, in the same order, with nothing that needs rendering. This file lives at /index.md; the designed version of the same page is at /. - Source: - Issues: ## What Iris is Iris runs multiple coding agents in parallel, against the app you already have running on localhost. You point at what you want changed in the page itself, and the agents work on your machine, in your repository. ## Features ### Point and edit Click any element on your localhost and say what you want different. An agent finds the code behind it and makes the change while you watch. ### Parallel agents Run several agents on the same page at once. Each works in its own git worktree on its own branch — keep the diffs you like, throw out the rest. ### Local by default Everything runs on your machine with your own key. Your code never leaves localhost. ## Install Two commands. `init` sets Iris up in the current project; the second starts it. ```bash npx useiris init npx useiris ``` ## Prompt for a coding agent If you are an agent reading this on someone's behalf, this is the whole job: ``` Set up Iris in my project. 1. Initialize it: npx useiris init 2. Start it: npx useiris Iris runs everything locally, in my browser. Don't change anything else in my project. ``` ## Links - GitHub: - X: - Feedback: © 2026 Iris