Discover and explore top open-source AI tools and projects—updated daily.
stardomains3LLM chat application for Android
Top 96.9% on SourcePulse
oxproxion is an Android chat application designed for seamless interaction with various Large Language Models (LLMs). It targets Android users seeking a versatile interface to manage conversations, customize AI personas, and integrate with both cloud-based (OpenRouter) and locally-served LLMs (Ollama, LM Studio, etc.). The primary benefit is a unified, user-centric experience for diverse LLM interactions on mobile devices.
How It Works
Built with modern Android technologies including Jetpack libraries, Kotlin Coroutines for asynchronous operations, and Ktor for networking, oxproxion employs an MVVM architecture. It facilitates communication with LLM backends via API calls to OpenRouter or direct network connections to local servers like Ollama or LM Studio running on a user's LAN. Key features include streaming/non-streaming responses, image chat, and on-device PDF export, offering flexibility and local control.
Quick Start & Requirements
To build and run, clone the repository (https://github.com/stardomains3/oxproxion.git) and open it in the latest version of Android Studio. Building and installing is done via Android Studio's "Run" button. Configuration requires either an OpenRouter.ai API key or a properly configured local LLM server endpoint (Ollama, LM Studio, llama.cpp, MLX LM, Hermes Agent) accessible on the user's LAN. Note: This project does not provide setup guidance for local LLM infrastructure.
Highlighted Details
Maintenance & Community
The README does not specify notable contributors, sponsorships, or community channels (e.g., Discord, Slack). The project appears to be maintained by the individual developer(s) at stardomains3.
Licensing & Compatibility
This project is licensed under the Apache License 2.0. This license generally permits commercial use and integration into closed-source applications, with attribution requirements.
Limitations & Caveats
Chats are stored unencrypted on the device only. The application requires users to set up their own local LLM infrastructure if not using OpenRouter, with no guidance provided for server setup. The app is intended for users 18 and over and is provided "as-is" without warranty.
2 days ago
Inactive