Find exact answers
Search specifications, dates, measurements, table values, and requirements buried across large files.
Open Source · Built on Apple Intelligence
OpenIntelligence turns your PDFs, Office and iWork documents, spreadsheets, presentations, notes, scans, code, and audio or video recordings into searchable libraries on iPhone, iPad, and Mac — then answers with citations you can tap to verify. Retrieval and verification always run on your device, and on-device answering works in airplane mode with no account and no API keys. Long, evidence-heavy requests can use Apple's Private Cloud Compute — only after the app shows you exactly what would be sent and you approve it — and every answer carries a badge showing the route that actually ran. Under the hood: an open-source 29-step RAG engine built on Apple's foundation models, with Vision OCR ingestion and Metal-accelerated retrieval.
No sign-up · No API keys · On-device answering works offline · Open source
App Store 4.6 · 4.8★ from 4 ratings · App Store privacy label: Data Not Collected
Search specifications, dates, measurements, table values, and requirements buried across large files.
Summarize reports, research papers, manuals, contracts, class notes, and meeting recordings.
Ask questions across an entire library and inspect which files and passages support the result.
Import documents, spreadsheets, presentations, code, images, scans, audio, and video — with Vision OCR and on-device speech transcription where needed.
Tap citations to return directly to the supporting source instead of trusting an unexplained AI response.
Want to see how that works technically? Keep scrolling.
Choose Hybrid, On-Device, or Private Cloud Compute as a persistent policy. Routing decisions happen after retrieval, based on the evidence actually found — and every answer shows a receipt-backed badge for the route that completed it.
Seamlessly synced and optimized across iOS, iPadOS, and macOS 26 and newer. A true native Swift engine built for iPhone, iPad, and Mac.
Verification Gates check each answer against the retrieved evidence, and every answer includes interactive citations that link directly to the source document.
A native multi-modal pipeline that automatically extracts and generates embeddings from complex PDFs, DOCX files, and raw visual data via Vision framework.
Stitches together multiple reasoning sessions utilizing the RAPTOR Summary Router to overcome token limits and synthesize exhaustive answers.
Powered by SQLite FTS5 and Accelerated by threadgroup-level Metal pipelines across the CPU, GPU, and Neural Engine (ANE).
Real-World Execution
Watch OpenIntelligence ingest files, retrieve evidence, generate an answer, and verify its citations directly on Apple hardware.
On-Device Technical Trace
The full engine is a 29-step pipeline: a 6-step ingestion lane plus a 23-step agentic query loop. Here is a live simulation of the engine processing local documents directly against the foundation model — the trace expands several steps into sub-stages so you can inspect each operation.
Click on any node in the architectural diagram above to inspect how that processing step operates inside the native Swift engine.
Understanding each phase of on-device RAG is critical to optimizing memory, latency, and context limitations.
Select a node to see technical implementation details, Swift API methods, and algorithmic settings.
No active log trace.
// Select a step to inspect source code.
Public Roadmap
This roadmap is synced automatically from our Notion database, giving you full transparency into what is currently being built and what is completed.
Product History
Read the official version release log for OpenIntelligence, focusing on user-facing capabilities and system architectural shifts.
The current App Store release. The app searches your library before deciding where an answer runs, and Apple approved the native Private Cloud Compute entitlement.
Silicon-native embeddings, a 100x faster tokenizer, and memory-safe ingestion for very large documents.
Approved today by Apple App Store review. Introduces persistent iCloud-synchronized research chat sessions, slide-out sidebar, and resolved Swift 6 compiler concurrency checks.
Delivered support for third-generation Apple Foundation Models, Siri Screen Awareness AppIntents, and resolved critical MainActor deadlocks during iCloud file locking.
Rebuilt the RAG telemetry HUD with glassmorphic layouts, hardware sensory haptics, and resizable metrics bottom sheets.
.ultraThinMaterial glassmorphism.Major milestone release integrating native iOS 26+ FoundationModels APIs, Core AI embeddings, and Metal-accelerated vector search.
CoreAISentenceEmbeddingProvider for zero-copy memory layouts on Version 27+ devices.Straight Answers
Not unless you approve it. Document ingestion, embedding, search, and answer verification always run on your device using Apple's foundation models, and answers are generated on-device by default. On iOS, iPadOS, and macOS 27 and newer, a long evidence-heavy request can use Apple's Private Cloud Compute for the final synthesis — but only after the app shows you exactly what would be sent and you give permission, and every answer displays a badge showing the route that actually ran. On older OS versions, every query runs entirely on device.
Yes. On-device retrieval and answering run entirely on your device, so you can ingest documents and ask questions in airplane mode. Only the optional Private Cloud Compute route requires a network connection, and the app falls back on-device when there is none.
No. There is no sign-up and no API key to configure. OpenIntelligence uses only Apple Intelligence — no third-party AI services.
PDFs, DOCX files, and images or scans via Apple's Vision OCR, processed through a native multi-modal ingestion pipeline.
Yes. The full Swift source, including the 29-step RAG engine (6 ingestion steps plus a 23-step query loop), is public on GitHub, so the privacy claims can be independently verified.
Built by Gunnar Hostetler · Support and privacy at Gunzino · More projects at Gunnarguy
Free on the App Store · iPhone, iPad, and Mac · No account, no API keys