Home

Awesome

<div align="center"> <img alt="logo" height="200px" src="assets/maid.png"> </div>

Maid - Mobile Artificial Intelligence Distribution

Build Android Build Linux Build MacOS Build Windows

<div align="center"> <a href="https://f-droid.org/packages/com.danemadsen.maid/"> <img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80" > </a> <a href='https://play.google.com/store/apps/details?id=com.danemadsen.maid&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'> <img src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' alt='Get it on Google Play' height="80" /> </a> </div>

Maid is an cross-platform free and open source application for interfacing with llama.cpp models locally, and remotely with Ollama, Mistral, Google Gemini and OpenAI models remotely. Maid supports sillytavern character cards to allow you to interact with all your favorite characters. Maid supports downloading a curated list of Models in-app directly from huggingface.

<div align="center"> <table> <tr> <td><img src="media/mobile_demo_1.jpg" width="200" /></td> <td><img src="media/mobile_demo_2.jpg" width="200" /></td> <td><img src="media/mobile_demo_3.jpg" width="200" /></td> </tr> <tr> <td><img src="media/mobile_demo_4.jpg" width="200" /></td> <td><img src="media/mobile_demo_5.jpg" width="200" /></td> <td><img src="media/mobile_demo_6.jpg" width="200" /></td> </tr> </table> <img src="media/desktop_demo_1.png" width="800" /> <img src="media/desktop_demo_2.png" width="800" /> <img src="media/desktop_demo_3.png" width="800" /> </div>

Cloning

Maid utilises git submodules extensively. To clone the repository, use the following command:

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

Maids repository has flutter linked as a submodule. This is needed for reproducable fdroid builds. However, for development you may want to use a local install of flutter. Remove the flutter submodule by running the git command

git submodule deinit -f packages/flutter

Installing Build Dependencies

To install the dependencies on fedora based systems, use the following command:

sudo dnf install -y cmake ninja-build pkg-config gtk3-devel vulkan-devel

To install the bdependencies on debian based systems, use the following command:

sudo apt-get install -y cmake ninja-build pkg-config libgtk-3-dev libvulkan-dev

Platform Support

Windows, MacOS, Linux, Android. Releases page. IOS Releases not available at this time.

Help Wanted

Special Thanks and Related Projects

Star History

Star History Chart

Contributors

<a href="https://github.com/Mobile-Artificial-Intelligence/maid/graphs/contributors"> <img src="https://contrib.rocks/image?repo=Mobile-Artificial-Intelligence/maid&max=500&columns=20&anon=1" /> </a>

Testing

MacOS version tested on a Android version tested on a Oneplus 10 Pro 11gb phone. Also tested on Fedora Linux, Windows 11. Tested with calypso 3b, orcamini 3b, minyllama 1.1b, phi 3, mistral 7b, mixtral 8x7b, llama 2 7B-Chat, llama 7B and many more.

Disclaimer

Maid is distributed under the MIT licence and is provided without warrenty 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.