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

Developer builds .NET SaaS template generator with Claude Code, shares workflow insights
A developer open-sourced NETrock, a .NET 10 SaaS starter template with authentication, ORM, and background jobs, then built a client-side generator for it using Claude Code. The generator lets users pick features and download a working .zip project that stays in their browser.

Voygr Launches Business Validation API for Fresh Place Intelligence
Voygr's Business Validation API checks if businesses are operating, closed, rebranded, or invalid by aggregating multiple data sources and detecting conflicting signals. The team is building an infinite, queryable place profile that combines accurate place data with fresh web context like news, articles, and events.

MoltNow.app: One-Click OpenClaw Deployment Platform Emerges
A new service promises to simplify OpenClaw deployment to just one click with custom UI and browser automation.

Open Source Rust MCP Server Gives Claude Full Email Management Capabilities
A developer built a Rust-based MCP server that provides Claude with 25 tools for comprehensive email management including IMAP search, SMTP sending, Microsoft Graph API support, and multi-account handling with OAuth2 authentication.