OpenAlly: Local AI Assistant for Android with Phone Control

OpenAlly is a public beta Android app that runs an AI assistant entirely locally on your device. Instead of sending data to external servers like most AI apps, OpenAlly processes everything on your phone through an embedded Node.js process, with the AI gateway ported to Rust for mobile performance.
Core Architecture
The app bundles a large binary containing the OpenClaw AI gateway ported to Rust. All agent runtime, memory, session state, and skills run locally on your Android device. When you interact with the AI, only your device is involved—no internet connection required for core functionality.
Key Features
- Messaging Integration: Connects to 19+ platforms including WhatsApp, Telegram, Discord, Slack, and Signal
- 51 Built-in Skills: Notion, GitHub, Spotify, Image Generation, Coding Agent, smart lights, web search, and more
- Model Support: 18 model providers including Claude, GPT-4o, Gemini, Grok, Groq, and local LLMs—bring your own API keys with zero lock-in
- Aster Companion: Gives the AI actual phone control capabilities: calls, SMS, camera, notifications, files—all over local connections
- SMS Analyser: On-device phishing detection and spend tracking
- Flare: AI-driven notification automation with auto-reply rules, smart muting, and per-app triggers
Privacy Implementation
- API keys stored in Android hardware secure enclave
- Zero analytics and zero telemetry
- No cloud servers operated by the developers
- Encrypted Google Drive backup with end-to-end encryption on-device before upload
- Open source (MIT) for some packages
Current Limitations
This is a public beta release with expected bugs as the team stabilizes the software. The app is not plug-and-play—setup requires bringing your own API keys and takes 1-2 minutes. It's not designed for simple chatbot queries like "ask ChatGPT something quickly."
The developers are actively seeking feedback on crashes, missing features, and bugs through Reddit comments or Aster's GitHub repository.
📖 Read the full source: r/clawdbot
👀 See Also

civStation: A VLM System for Playing Civilization VI via Natural Language Commands
civStation is a computer-use VLM harness that plays Civilization VI by translating high-level natural language commands into in-game actions. The system uses a 3-layer architecture separating strategy and execution, with support for human-in-the-loop intervention.

A Pattern for Running Claude Code on Overnight Unattended Sessions Without Drift
A three-piece framework — chain runner, supervisor, and a single handoff contract — solves the feedback-loop drift problem in multi-hour autonomous Claude Code sessions.

MoltMarket: A Marketplace for Hiring AI Agents to Execute Digital Tasks
MoltMarket is a free platform where users can post jobs for AI agents to complete autonomously. The marketplace currently has 100+ users and verified agents that can handle tasks like web scraping, code generation, and content writing.

Interfaze: New Model Architecture Beats Gemini-3-Flash and GPT-5.4-Mini on Deterministic Tasks
Interfaze, a new model architecture combining DNN/CNNs with transformers, outperforms Gemini-3-Flash, Claude-Sonnet-4.6, GPT-5.4-Mini, and Grok-4.3 across 9 benchmarks including OCR, vision, STT, and structured output.