Comet AI
Comet AI
Download
Getting Started

Installation Guide

Get Comet AI Browser up and running in minutes. This guide covers installation on all supported platforms and initial configuration.

Step by Step

Follow the Process

Download Comet AI

Get the installer for your platform

Download from the official releases page and choose the correct macOS build for Apple Silicon or Intel.

Alternative: Build from source

For Developers

Build from Source

Desktop App

git clone https://github.com/Preet3627/Comet-AI.git
cd Comet-AI/comet-browser
npm install
npm run dev

Mobile App

cd flutter_browser_app
flutter pub get
flutter run

Ready to use Comet AI?

Learn how to interact with the AI using structured commands for PDF generation, shell execution, browser navigation, and more.

Edit on GitHub