Discover the power of AI with our Kotlin Multiplatform app. Choose from the latest open-source text and image models to boost your creativity. Pick the model that fits you, create unique texts or images.
-
Android app
Download the latest version directly from the Release section
-
WebAssembly
Check the about section
-
Desktop(macOS/Windows/Linux):
1- Build the release by running this command:
./gradlew packageReleaseDistributionForCurrentOS
2- Find binaries in:
composeApp/build/compose/binaries/
-
iOS:
Coming soon after Apple Developer account creation
Chat.mp4
Imagine.mp4
Horde AI is a powerful, crowdsourced platform that combines a distributed cluster of image and text generation workers. For more details, visit their website.
To interact with the models provided by Horde AI, the application uses the Horde AI REST API. For more information on how to use this API, please visit the API documentation.
Our development process is divided into three key steps:
- Status: 🎯 Done
- Building a basic prototype with fake data to test the app's structure and functionality.
- Status: 🔄 in progress
- Integrating the app with Horde AI's REST API to enable AI-powered features and data processing.
-
User Interface: Uses Compose multiplatfrom.
-
Layers: All data handling, business logic, and presentation layers are implemented using kotlin multiplatform
-
backend: The backend is developed using Ktor framework.
- Material 3 Adaptive (creates adaptive UIs that will adapt themselves automatically)
- Compose Navigation (Navigates between composables with built-in infrastructure and features)
- Koin (Dependency injection)
- Coroutines (asynchronous or non-blocking)
- Sketch (Image loading)
app/
├── core/
│ ├── di
│ ├── navigation
│ ├── sharedViews
│ ├── theme
│ └── util
└── feature/
├── chat/
│ ├── model
│ └── ui/
│ ├── chat
│ ├── history
│ ├── listDetailPane
│ └── view
├── imagine/
│ ├── model
│ └── ui/
│ ├── supportingPane
│ ├── util
│ └── view
We welcome contributions to our project! Please follow these guidelines when submitting changes:
- Report bugs and feature requests by creating an issue on our GitHub repository.
- Contribute code changes by forking the repository and creating a new branch.
- Ensure your code follows our coding conventions.
- Improve our documentation by submitting changes as a pull request.
Thank you for your interest in contributing to our project!
Copyright 2025 Yassine Abou
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.