Discover and explore top open-source AI tools and projects—updated daily.
mithun50AI Gateway for Android with multimodal device integration
Top 36.0% on SourcePulse
Brings the OpenClaw AI gateway to Android devices, offering a standalone Flutter app or a Termux CLI package for easy setup and management. It targets developers and power users seeking to leverage AI models locally on their mobile devices, with the unique benefit of exposing device hardware capabilities to the AI.
How It Works
The project utilizes proot-distro to establish a full Ubuntu environment on Android without requiring root access. It then installs Node.js and the OpenClaw AI gateway within this environment. A native Flutter application provides a user-friendly interface for setup, gateway control, and accessing a web dashboard, while a Termux package offers command-line management. A key innovation is the Node Provider, which uses WebSockets to expose Android device capabilities like camera, location, screen recording, and sensors to the AI gateway.
Quick Start & Requirements
git clone ...; cd flutter_app; flutter build apk --release).curl -fsSL https://raw.githubusercontent.com/mithun50/openclaw-termux/main/install.sh | bash or npm install -g openclaw-termux followed by openclawx setup.Highlighted Details
Maintenance & Community
The project is authored by Mithun Gowda B | NextGenX, with contact details provided via email. No explicit community channels (like Discord or Slack) are listed in the README.
Licensing & Compatibility
The project is released under the MIT License, which is permissive and generally compatible with commercial use and closed-source linking.
Limitations & Caveats
Users must disable battery optimization for the app or Termux to ensure the gateway runs reliably in the background. The 'Canvas' device capability is noted as not implemented. The Termux CLI installation specifically requires the F-Droid version of Termux.
14 hours ago
Inactive