Chat with an AI assistant on Android with support for multiple LLM providers.
Run Python code on-device as a tool the AI can call, with no internet connection required.
Use offline voice chat with speech recognition and text-to-speech.
Search the web in real time from within the chat using EXA AI integration.
| timeatronics/zetla | abrown/aom | adroxz1122/injected-host-enumeration | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | C | C | C |
| Last pushed | — | 2020-03-11 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | hard | hard | moderate |
| Complexity | 5/5 | 5/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Building requires Android Studio with a specific SDK and NDK, MinGW-w64, and WSL Ubuntu to compile a static Python binary.
Zetla is an Android app that lets you chat with an AI assistant directly on your phone, with several extra abilities built in beyond a normal chat window. It supports multiple AI providers, OpenCode Zen, DeepSeek, and NVIDIA NIM, and streams responses to the screen as they are generated rather than waiting for a full reply. One of its more unusual features is that it can run Python code directly on the device. It bundles a self contained build of Python 3.14 with 93 modules, so the AI can write and execute code as one of its tools without needing an internet connection or a server. It also supports voice chat, using an offline speech recognition engine called Vosk to turn your speech into text, and Android's built in text to speech to read replies back, with a waveform shown on screen while you talk. For finding current information, it can search the web through an integration with EXA AI. The AI can also call other tools in a loop, up to twenty steps at a time, and shows its reasoning as it works. Beyond chat, the app can read and preview several file types, including plain text, CSV, PDF, Word, PowerPoint, and Excel files. Under the hood, the app is split between a Kotlin and Compose based Android front end and a C++ native library that handles session management, encryption, parsing streamed responses, and automatically trimming long conversations to keep them manageable. Building the project is involved: it requires Android Studio with a specific SDK and NDK version, MinGW-w64 for building some native dependencies on Windows, WSL running Ubuntu for building the Python binary, and Java 17 or newer. A setup script automates most of this. To use any of the AI providers you need to supply your own API key for each one you want to use. The README lists a few known issues still being worked on, such as the app not always showing which capabilities a model supports, and a reasoning effort selector that does not yet affect requests properly. Zetla is written mainly in C, with one star, and is released under the MIT license.
An Android app for chatting with an AI assistant that can also run Python code on-device, do offline voice chat, and search the web.
Mainly C. The stack also includes Kotlin, C++, Python.
MIT license: use, modify, and distribute freely, including commercially, as long as you keep the copyright notice.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.