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

OpenJet v0.4: Zero-Config Local Coding Agent with llama.cpp Backend
OpenJet v0.4 is an open-source terminal coding agent for local LLMs that auto-detects hardware, configures llama.cpp, and provides a Claude Code-style workflow with no API keys.

Visdiff: Visual Feedback Loop for Claude's Frontend Code Generation
Visdiff addresses the visual accuracy gap in Claude's frontend code generation by comparing rendered output pixel-by-pixel with Figma designs and feeding differences back into the loop until they match.

Claude Code Routines: Schedule Agent Tasks Like Cron with Reasoning
Claude Code Routines let you run agent tasks on a schedule without keeping a session open. A Reddit user shares real examples: nightly commit review, weekly dependency check, daily error log analysis — with AI reasoning instead of raw script output.

Fingerprint's Free Web Bot Auth Testing Tool for AI Agent Developers
Fingerprint has released a free, public endpoint for testing Web Bot Auth implementations. The tool validates cryptographic signatures on HTTP requests, helping bot and AI agent developers ensure their WBA setup works correctly before hitting production.