#Android?
3 messages · Page 1 of 1 (latest)
Hi @shadow island. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Yes, it seems that GPT4All can be built and run on an Android device, specifically an aarch64 android device. However, this does not include the chat GUI, but just the python bindings and backend. Here is the direct link (https://github.com/nomic-ai/gpt4all/issues/1691#issuecomment-1899172739) to the process outlined by a user on GitHub.
As for self-hosting a server with GPT4All, there are discussions on GitHub about setting up GPT4All on a server and making it available for other devices via a web interface. This would allow users to access the GPT4All instance by visiting the appropriate IP and port from any browser running on a client device. However, this setup is not straightforward and requires some technical knowledge. You can find more details about this setup here (https://github.com/nomic-ai/gpt4all/issues/1650).