Off Grid: Utilizing Phone Hardware for Offline AI Applications

Off Grid is an open-source application designed to utilize the powerful GPU in your smartphone to perform AI tasks offline, without relying on cloud services. This includes text generation using llama.cpp at 15-30 tokens per second with any GGUF model, image generation with Stable Diffusion running NPU-accelerated on Snapdragon NPUs taking 5-10 seconds per image, voice transcription with Whisper, and vision AI with models like SmolVLM and Qwen3-VL.
The app operates entirely offline, ensuring no data leaves your device, which is particularly crucial in scenarios with no internet access, such as flights, in countries with censorship, or in compliance-heavy environments like hospitals. For Android, the app is available as an APK from GitHub, while iOS users need to build the app from source code.
To run Off Grid, Android users should use npm install followed by cd android && ./gradlew clean && cd .. and npm run android. iOS setup requires cd ios && pod install && cd .. and npm run ios. Ensure Node.js 20+ and Xcode 15+ for iOS, or JDK 17 and Android SDK 34 for Android are installed. This type of offline capability is particularly useful for developers concerned about data privacy and those working in internet-restricted or data-sensitive environments.
📖 Read the full source: HN AI Agents
👀 See Also

Ruflo: Open-Source Platform for Running Multiple AI Agents as a Team
Ruflo is an open-source platform that lets you run many AI agents together to work as a team on complex tasks. Previously known as Claude Flow, it helps coordinate workflows where tasks need to be broken into parts.

Culpa: Open Source Deterministic Replay Engine for AI Agent Debugging
Culpa is an open source tool that records LLM agent sessions with full execution context, enabling deterministic replay using recorded responses as stubs instead of hitting real APIs. It works with Anthropic and OpenAI APIs via proxy mode or Python SDK.

OpenClaw Developer Seeks Killer Use Cases After 900 User Trials
OpenClaw's creator reports that while users try features like Telegram interfaces, calendar integrations, and automated workflows, most don't stick with the tool long-term. The challenge is finding daily-use workflows that become essential rather than experimental.

SquarePact Word Add-In Connects to OpenClaw Gateway for Agentic Document Editing
SquarePact's Word add-in connects to your own OpenClaw gateway over websocket. The agent proposes edits shown as approval cards, with stale edit detection and retry logic for malformed JSON from smaller models.