Zeno is a cross-platform cognitive assistant built with Flutter and powered by a Python ML backend. It runs natively on Android, iOS, Web, Linux, macOS, and Windows — one codebase, every platform.
Built to be more than a chatbot: Zeno thinks, plans, and adapts to you.
- 🌐 True cross-platform — Android, iOS, Web, Linux, macOS, Windows from a single codebase
- 🧩 Modular AI architecture — Python ML brain, Flutter UI shell
- 💬 Conversational interface — context-aware, adaptive responses
- 🔌 Extensible — plug in new cognitive modules as needed
- 🎨 Clean, native-feeling UI — no web wrappers, no compromise
| Layer | Technology |
|---|---|
| UI | Flutter (Dart) |
| Mobile | Android (Kotlin) · iOS (Swift / Objective-C) |
| Desktop | Linux · macOS · Windows (C++ / CMake) |
| Web | Flutter Web |
| AI / ML | Python |
Prerequisites
- Flutter SDK ≥ 3.0
- Python 3.10+
- Dart SDK (bundled with Flutter)
# Clone
git clone https://github.com/derrickrajkumar10/Zeno_CognitiveAssistant.git
cd Zeno_CognitiveAssistant
# Install Flutter dependencies
flutter pub get
# Run on your target platform
flutter run # auto-detects connected device
flutter run -d chrome # web
flutter run -d linux # desktop (Linux)