turning my phone into a local AI server (open source project update)

r/LocalLLaMA
Generative AI

I made an app A. I. R. I, it runs LLMs locally on your phone. I’ve made a pretty big upgrade from its initial release and it’s starting to feel like something than just a chat app. The main idea now is: your = a personal AI server It can: - run models locally - be accessed by other devices on your Wi-Fi - voice conversations (TTS + STT) - handle documents with a simple RAG pipeline - manage and download models inside the app - keep chat history + user profiles for context - I also completely refactored the architecture so it’s modular and easier to extend (which was badly needed.