DNSChat is a native iOS and Android app that talks to an LLM through DNS TXT records instead of regular HTTP APIs. Why? DNS often works in places where ports or domains are blocked, throttled, or unstable. DNSChat slices prompts and responses into compact chunks, sends them via DNS, and reassembles the conversation on your device. It’s open source, so you can audit the code, run your own relay, or adapt it for your environment.
DNSChat is a native iOS and Android app that talks to an LLM through DNS TXT records instead of regular HTTP APIs. Why? DNS often works in places where ports or domains are blocked, throttled, or unstable. DNSChat slices prompts and responses into compact chunks, sends them via DNS, and reassembles the conversation on your device. It’s open source, so you can audit the code, run your own relay, or adapt it for your environment.