# Off Grid AI Off Grid AI is private AI for iOS, Android, macOS, and Windows. Large language models and image generation run on hardware the user owns, with no cloud dependency or account. The core apps are free and open source. ## What it does - Run LLMs locally: Llama, Mistral, Phi, Gemma, and others download once and run entirely on-device - Generate images with Stable Diffusion without a cloud GPU - Connect to remote Ollama or LM Studio servers over a local network or VPN - Works in airplane mode, on restricted networks, in any country - Runs on phones and computers: stable builds for iOS, Android, macOS, and Windows; optional nightly pre-releases for macOS and Windows ## Who it's for - Privacy-conscious users who don't want AI providers logging their conversations - Developers who want to prototype with local models without API costs - People in areas with unreliable internet who still want AI assistance - Anyone who wants to own their AI stack end-to-end ## Why it matters Cloud AI providers have routine access to every query sent to their models. Off Grid AI eliminates that by keeping inference entirely on the user's device. The model runs in the phone's RAM. Nothing is transmitted. ## Technical details - Supported runtimes: llama.cpp (CPU/Metal/Vulkan), CoreML (iOS) - Supported model formats: GGUF - Minimum specs: iPhone 12 / Android with 4GB RAM - Recommended specs: iPhone 15 Pro / flagship Android with 8GB RAM - Current iOS release: 0.0.103 - Current macOS stable release: 0.0.42 (Apple Silicon) - Current Windows stable release: 0.0.42 (x64, free core app) - Windows nightly track: x64 pre-release builds are also available ## Links - iOS App: https://apps.apple.com/us/app/off-grid-local-ai/id6759299882?utm_source=offgrid-docs&utm_medium=website&utm_campaign=download - Android App: https://play.google.com/store/apps/details?id=ai.offgridmobile&utm_source=offgrid-docs&utm_medium=website&utm_campaign=download - GitHub: https://github.com/off-grid-ai/off-grid-ai-mobile?utm_source=offgrid-docs&utm_medium=website&utm_campaign=github - GitHub Releases (APK): https://github.com/off-grid-ai/off-grid-ai-mobile/releases/latest?utm_source=offgrid-docs&utm_medium=website&utm_campaign=github - macOS stable: https://github.com/off-grid-ai/OGAD/releases/latest/download/OffGrid-latest.dmg - Windows stable: https://github.com/off-grid-ai/OGAD/releases/latest/download/OffGrid-latest-setup.exe - Windows 0.0.42 release notes: https://github.com/off-grid-ai/OGAD/releases/tag/v0.0.42 - Windows nightly: https://github.com/off-grid-ai/OGAD/releases/download/nightly/OffGrid-nightly-setup.exe - Desktop source and releases: https://github.com/off-grid-ai/OGAD - Slack Community: https://join.slack.com/t/off-grid-mobile/shared_invite/zt-3swt3s84k-R0CHRwISaUpExV2~3qUUdQ - Docs: https://getoffgridai.co - Mobile recorder, private alpha (on-device all-day recording, transcription, and insights): https://getoffgridai.co/mobile/recorder/ - Author: Mohammed Ali Chherawalla (https://dev.to/alichherawalla)