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

htmLLM-124M v2 Released: Specialized HTML/Bootstrap Autocomplete Model
LH-Tech-AI released htmLLM-124M v2, a 124M parameter model specialized for HTML/Bootstrap autocompletion that achieves 0.91 validation loss and trains in ~8 hours on a single T4 GPU.

Local AI Development with Qwen3.6-27B and Opencode on a 5090
A Reddit user shares their experience switching from cloud AI coding tools (Claude Code, Cursor) to a local setup using Opencode + llama-server + Qwen3.6-27B at 128K context on a single RTX 5090, citing freedom from usage limits and account risks.

Tandem MCP: Run and Manage Claude Code Sessions from Claude.ai Chat
Tandem is an open-source MCP server that links Claude.ai chat to local Claude Code sessions, allowing autonomous coding loops without copy-pasting.

Curated list of 260+ AI agents and tools with open-source and self-hosted focus
A comprehensive GitHub repository lists over 260 AI agents and frameworks, emphasizing open-source, self-hosted, and local-first options including Ollama, OpenClaw, and DeerFlow.