Skip to content

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.

License

Notifications You must be signed in to change notification settings

Mobile-Artificial-Intelligence/maid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,641 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Maid - Mobile Artificial Intelligence Distribution

Build Android Test Code Quality Website

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.

Features

  • 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

Cloning

To clone the repository, use the following command:

git clone https://github.com/Mobile-Artificial-Intelligence/maid.git

Setup

Run the following command to install dependencies:

yarn install

Testing

Run the test suite with:

yarn test

Building

To build the project, use the following command:

yarn build-android

The output APK will be located in the android/app/build/outputs/apk/release directory.

Star History

Star History Chart

Disclaimer

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.

License

This project is licensed under the MIT License.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published