Releases: dimadusk/DimaAI
DimaAI v1.0.0
📱 DimaAI v1.0.0
This is the first stable release of DimaAI, an offline-capable, local-first AI chat application for Android, built with Jetpack Compose and Material 3.
Version: v1.0.0 • Status: Stable • Release Date: 2025-07-22
✨ Features
-
Multi-Backend LLM Support
Supports local and self-hosted models through built-in integration with Ollama, LM Studio, and on-device models viaOllamaService,LmStudioService, andLocalModelService. -
Real-Time Streaming Responses
Messages are generated as a stream using a fully reactive,Flow-based architecture. -
Rich File Attachments
Add.txt,.jpg, and.pngfiles directly to your chats using a unifiedAttachmentHandler. -
Secure Token Storage
Tokens are encrypted using AES-GCM and stored securely with Android Keystore. -
Chat History & Data Backup
Conversations are persisted with Room database, and full backup/import support is included. -
On-Device Model Downloads
Download and manage local models usingWorkManagerfor safe, resumable background downloads. -
Advanced Inference Settings
Customize model behavior with parameters like temperature, context size, top-k, repetition penalty, and more. -
Adaptive UI with Material 3
Clean, responsive interface with dynamic theming. Automatically switches between single-pane and two-pane layouts depending on screen size and orientation.
📦 Download APK: Available below.
🔐 Works 100% offline with on-device models or from Ollama, LM Studio servers (both local IP or Domains)
🛠️ Source code and docs available in the repository.