A Flutter application that allows you to run Large Language Models (LLMs) directly on your device.
- Run LLMs locally without internet connection
- Simple and intuitive chat interface
- Supports multiple platforms (Android, iOS, Windows, macOS, Linux)
- Clone this repository
- Make sure you have Flutter installed
- Run
flutter pub getto install dependencies - Place your model file in the
assetsfolder - Run the app using
flutter run
- Flutter SDK
- Device with sufficient RAM to run LLMs
- Compatible model file (.bin or .gguf format)
This project is open source. Feel free to use and modify as needed.