Skip to content
View Gunnarguy's full-sized avatar
:atom:
What’s next?
:atom:
What’s next?

Highlights

  • Pro

Block or report Gunnarguy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Gunnarguy/README.md
Gunnar Hostetler. AI-native iOS developer and surgical technology support. The icons of six apps: OpenIntelligence, OpenManual, OpenResponses, OpenCone, OpenAssistant, OpenClinic.

gunnarguy.me  ·  gunzino.me  ·  fascinaiting.me  ·  LinkedIn  ·  Gunnarguy@me.com

I build Apple-native apps that turn dense, messy information into something you can search, inspect, and trust.

I build AI-native iOS apps. Five are on the App Store, built around on-device AI, retrieval, and agentic reasoning loops. The rest of my time, I'm in the operating room: intraoperative technical support for Stryker at the VA in Palo Alto, in the room with Stanford surgical teams. Every app I've built started as an idea, which led to a question, which led to a doc or two, which led to a prototype, which led to more questions, and so on until it finally worked.

Everything here is built and shipped solo.

On the App Store

OpenIntelligence app icon

FLAGSHIP  ·  iPhone, iPad, and Mac  ·  on the App Store since January 2026  ·  open source

An open-source private document intelligence app for iPhone, iPad, and Mac. It turns files and media into searchable libraries, answers with inspectable citations, and shows which execution route actually ran. Reading, indexing, retrieval and verification all run on device, every claim is cited and inspectable, and the app abstains when the sources do not support an answer.

Download on the App Store  Download on the Mac App Store

Source  ·  Deep dive  ·  How I know if it actually works  ·  Research notes  ·  Docs  ·  Interactive showcase  ·  Public roadmap  ·  Demos  ·  Product site

OpenManual app icon

iPhone and iPad  ·  on the App Store since September 2026  ·  source private

Point your phone at a device, appliance, tool, vehicle, or other documented thing. OpenManual identifies the exact unit, finds the manufacturer documentation that applies to that device and revision, and answers "How do I ___?" using only that document, with page-level citations. No OpenManual backend. No account. No API key. Camera frames and imported PDFs stay on the iPhone.

Download on the App Store

Deep dive  ·  Product site

OpenResponses app icon

iPhone and iPad  ·  on the App Store since January 2026

An iOS/iPadOS App built around the OpenAI Responses API. Native computer use and MCP connectors, passed App Review on the first try. Version 2.6 adds an API Workbench, OAuth-connected MCP accounts, and voice that keeps listening.

App Store  ·  Source  ·  Deep dive  ·  Product site

OpenCone app icon

iPhone  ·  on the App Store since May 2025

An iOS App that meshes the OpenAI Completions API and the Pinecone API together to form a RAG client for testing multi-index document search, later updated to use the Responses API. The Pinecone iOS client that didn't exist, with on-device PDF and OCR chunking.

App Store  ·  Source  ·  Deep dive  ·  Product site

OpenAssistant app icon

ARCHIVED  ·  iPhone and iPad  ·  on the App Store since October 2024

My first shipped iOS App, built around the OpenAI Assistants v2 API. Engineered to handle vector stores, document uploads, active run polling, and strategy-driven local file preprocessing. Where I learned to ship: App Store approved after 30 rejections taught me the reviews. Archived now that the Assistants API is deprecated.

App Store  ·  Source  ·  Deep dive  ·  Product site

Prototype

OpenClinic app icon

iPhone and iPad  ·  proof of concept, not production medical software  ·  open source

An EHR prototype iOS/iPadOS App for exploring local-first retrieval around chart-shaped patient data. SMART on FHIR over OAuth, pulled into on-device SwiftData, answered with citations. I wanted to see what would happen if I applied the same OpenIntelligence engine to clinical information.

Source  ·  Deep dive

How I build

Native when it matters. Local when it can be. Sources visible when an answer needs to be trusted.

  • Apple platforms: Swift, SwiftUI, Vision, PDFKit, Core ML, Foundation Models, App Intents, and the frameworks already on the device.
  • Retrieval: OCR, chunking, embeddings, reranking, citations, SQLite, Qdrant, Pinecone, and document-scoped search.
  • Models and tools: OpenAI Responses API, Apple Intelligence, Gemini, MCP, computer use, and direct API integrations.
  • Data and interoperability: FHIR, SMART on FHIR, REST, streaming, structured local stores, and user-controlled files.
  • Shipping: Xcode, tests, GitHub Actions, privacy reviews, App Store delivery, and documentation that stays close to the code.

Also on GitHub

  • PlaudBlender — Local-first Plaud recording pipeline and personal knowledge timeline with Python, SQLite, Qdrant, RAG, 3D graphs, MCP tools, and a SwiftUI companion.
  • OpenCore — An evidence-native runtime for personal intelligence. Bitemporal claims, inspectable beliefs, and receipts for every answer.
  • USB — Native macOS SwiftUI USB inspector using IOKit and Disk Arbitration for device enumeration, descriptors, power, speed, storage health, and live I/O activity.
  • Microphone — Native SwiftUI microphone testing and profiling suite for iPhone, Mac, and Apple Watch with spectrum analysis, frequency response, latency, noise, speech clarity, and exportable reports.
  • WoWCA — Offline-first Classic Era item and spell database for iPhone, iPad, and Apple Vision Pro, built with SwiftUI, SQLite FTS5, and a reproducible data pipeline.

Where things live

Site Role What you'll find
gunnarguy.me The Creator Everything I build, grouped by status, with a deep dive, research notes, and docs for each app.
gunzino.me The Publisher The apps on the App Store: product pages, support, and privacy.
fascinaiting.me The Platform The OpenIntelligence showcase: how it works under the hood, the live roadmap, the release history, and the guides.

See the rest of my work at gunnarguy.me →

Pinned Loading

  1. OpenIntelligence OpenIntelligence Public

    Apple-native iOS/macOS app for document intelligence, OCR, cited answers, and source-backed retrieval over PDFs, scans, and user-controlled files.

    Swift 24 4

  2. OpenResponses OpenResponses Public

    Apple-native SwiftUI developer playground for the OpenAI Responses API with streaming, tool calling, computer use, voice, OCR, MCP, and request inspection.

    Swift 1

  3. OpenClinic OpenClinic Public

    Apple-native clinical workspace prototype with SMART on FHIR import, local patient charting, and on-device RAG for source-backed clinical intelligence.

    Swift 1

  4. PlaudBlender PlaudBlender Public

    Local-first Plaud recording pipeline and personal knowledge timeline with Python, SQLite, Qdrant, RAG, 3D graphs, MCP tools, and a SwiftUI companion.

    Python 5 2