Aartiq
Aartiq
Download
Getting Started

Installation Guide

Installation guide covering all supported platforms and initial configuration. Source references: aartiq-browser/main.js, aartiq-browser/scripts/, src/lib/Security.ts

Step by Step

Follow the Process

Download Aartiq

Get the installer for your platform

aartiq-browser/scripts/, GitHub Releases

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

Source code is at aartiq-browser/ for the desktop app and flutter_browser_app/ for the mobile companion.

Desktop App

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

Mobile App

cd flutter_browser_app
flutter pub get
flutter run