Maid is a free and open source application for interfacing with llama.cpp models locally, and with Anthropic, DeepSeek, Ollama, Mistral and OpenAI models remotely. Maid is built using React Native and is available for Android. The application is designed to be fast, efficient and user-friendly, making it easy for users to interact with their models on the go.
For text to speech functionality check out Maid's companion app Maise.
- Local inference — run GGUF models fully on-device via llama.cpp; no internet required
- Remote providers — connect to Anthropic, DeepSeek, Mistral, Ollama, and OpenAI with your own API key
- One-tap model downloads — browse and download curated Hugging Face models (Qwen, Phi, LFM, TinyLlama, and more) directly from the app
- Bring your own model — load any GGUF file from local storage
- Conversation management — create, rename, delete, export, and import chats as JSON
- Customisable parameters — tune temperature, top-p, top-k, context length, and other generation parameters per session
- Custom system prompt — set a global system prompt and assistant persona
- Voice output — pair with Maise for text-to-speech
- Optional account sync — register / log in to back up settings and chat history via Supabase
- Material You theming — light and dark themes that follow your system preference
- Fully open source — MIT licensed, no telemetry, no ads
To clone the repository, use the following command:
git clone https://github.com/Mobile-Artificial-Intelligence/maid.gitRun the following command to install dependencies:
yarn installRun the test suite with:
yarn testTo build the project, use the following command:
yarn build-androidThe output APK will be located in the android/app/build/outputs/apk/release directory.
Maid is distributed under the MIT licence and is provided without warranty of any kind, express or implied. Maid is not affiliated with Huggingface, Meta (Facebook), MistralAi, OpenAI, Google, Microsoft or any other company providing a model compatible with this application.
This project is licensed under the MIT License.