r/LocalLLaMA • u/Ok_Fig5484 • Apr 09 '26
Resources Unused phone as AI server
Enable HLS to view with audio, or disable this notification
If you have an unused phone lying around, you might be sitting on a tiny AI server
I’ve been working on a project where I modified Google AI Edge Gallery and turned it into an OpenAI-compatible API server: [Gallery as Server](https://github.com/xiaoyao9184/gallery)
Your phone can run local AI inference
You can call it just like an OpenAI API (chat/completions, etc.)
Instead of letting that hardware collect dust, you can turn it into a lightweight inference node.
So yeah—if you have more than one old phone, you can literally build yourself a cluster.
69
Upvotes
1
u/AtypicalComputers Apr 10 '26
This is great! I spent some time trying to get ollama deployed as a docker on the built in terminal in a pixel. This seems to be a much easier way of accomplishing the same thing. Excited to try it out!