Speed and privacy with an iOS-inspired UI for Android.
ColAI is a premium Flutter-based hub that provides unified access to leading AI services (ChatGPT, Claude, DeepSeek, Grok, Gemini, Perplexity) with a focus on speed, privacy, and true multi-account isolation.
- Privacy-First Headers: Automatically sends DNT (Do Not Track) and Sec-GPC headers to all AI providers.
| Unified Dashboard | Isolated Sessions | Premium Controls |
|---|---|---|
| Clean access to all AI providers in one stunning grid. | Manage multiple accounts with complete data privacy. | iOS-style navigation with glassmorphism and haptic feedback. |
ColAI is built with a scalable, production-grade architecture.
| Component | Technology |
|---|---|
| Framework | Flutter (Stable 3.38.7) |
| State Management | BLoC / Cubit (flutter_bloc) |
| Browser Engine | InAppWebView (Custom Hardening) |
| Security | AES-256 (Dual-layer encryption) |
| Local Storage | SharedPreferences + Flutter Secure Storage |
| Native Integration | Kotlin (Android Home Widget Support) |
- True Multi-Session Support: Run unlimited independent accounts per service.
- Encrypted Privacy: Your session data is locked with AES-256 encryption.
- Home Widget Support: Quick-launch your favorite AI directly from the home screen.
- Adaptive Themes: Seamless transition between Light and Dark modes with system synchronization.
- Offline Persistence: Sessions persist across app restarts—stay logged in securely.
- Dynamic Content Blocking: Built-in network-level tracker and banner blocking.
ColAI follows the Clean Architecture pattern with a reactive state layer:
- UI Layer: Cupertino-based widgets with glassmorphism decorators.
- Logic Layer (BLoC): Decoupled business logic for services, sessions, and theme.
- Service Layer: Hardened privacy services, notification managers, and secure storage adapters.
- Security Layer: Responsible for cookie interception, encryption, and env wiping.
- Flutter SDK
^3.38.7 - Android Studio / VS Code
- Android Device (API 26+)
- Clone the repository.
- Install dependencies:
flutter pub get
- Run the app:
flutter run
For detailed instructions, see SETUP.md.
ColAI implements a custom Session Privacy Service that:
- Captures and encrypts cookies per session.
- Wipes the browser environment during switches.
- Prevents cross-site tracking and hardware ID linking.
ColAI is a personal project maintained by Ujwal.
License: This project is licensed under the Apache License 2.0.
Note
No Contributions Expected: No external contributions is expected at this time. Pull requests might be ignored.




