Getting Started
Installation Guide
Installation guide covering all supported platforms and initial configuration. Source references: comet-browser/main.js, comet-browser/scripts/, src/lib/Security.ts
Step by Step
Follow the Process
Download Comet AI
Get the installer for your platform
comet-browser/scripts/, GitHub Releases
Download from the official releases page and choose the correct macOS build for Apple Silicon or Intel.
Alternative: Build from sourceFor Developers
Build from Source
Source code is at comet-browser/ for the desktop app and flutter_browser_app/ for the mobile companion.
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