System Architecture Note
Meridian is a privacy-first, offline health tracker for iOS that utilizes Apple's native VisionKit alongside on-device foundational models and local AES-256 encryption. By operating entirely offline with zero cloud servers, Meridian protects biometric data from SaaS vulnerabilities while allowing users to parse lab reports and graph longitudinal trends directly on their device.
You just spent hundreds of dollars on a premium biomarker panel. You want to track your lipid history, chart your hormonal balances, and take control of your own biology. Then you look for the export button.
It does not exist.
Here is the reality: Premium diagnostic companies do not want you to own your data. They want platform stickiness. By denying native CSV or structured API exports, they force you to log back into their proprietary dashboards to view your own health.
This friction is highly documented across the biohacking community. On the r/Function_Health forum, a user named ZapruderNoth recently detailed this exact trap. They wrote, "I reached out to Quest and to Function and Quest said Function now prohibits them from showing my results... Crazy that Function is unnecessarily limiting access."
If you cannot export a simple spreadsheet, you do not actually own your health records. You are merely renting access to your own biological data.
Why a PDF is a Dead End for Health Trends#
When platforms deny structured data exports, users are left downloading static PDF files. People then try to run these documents through cloud-based LLMs or generic OCR scripts to build their own tracking spreadsheets. It almost always fails.
The technical reason is straightforward. Adobe invented the PDF in 1993 strictly as an output format to preserve visual layout for physical printing.
A standard digital PDF does not contain a semantic data layer. It has absolutely no programmatic concept of a table, a row, or a column.
Instead, a PDF operates on absolute visual positioning. The underlying code is just a flat list of text characters assigned to specific mathematical x and y coordinates on a two-dimensional plane.
When you attempt to extract those dense columns of lab results, standard algorithms cannot parse the context. You end up with a disconnected string of messy text that is mathematically useless for plotting longitudinal graphs.
The Privacy Tax of Cloud-Based Lab Tracking#
Out of pure frustration, many users surrender their secure platform credentials to unauthorized, third-party web scrapers just to generate a spreadsheet. Others upload their PDFs to generic cloud drives to keep them organized. Both actions expose you to catastrophic supply chain vulnerabilities.
To understand why storing these PDFs in cloud drives is a massive vulnerability, read our Complete Guide to Local-First Medical Records.
The healthcare sector is currently bleeding data through third-party SaaS vendors. Between late 2025 and early 2026, the NYC Health + Hospitals system suffered a massive breach via an unnamed third-party vendor.
The intrusion exposed 1.8 million individuals. Threat actors did not just steal names and billing codes. They exfiltrated permanent biometric data, including fingerprint and palm-print scans extracted from document images.
This followed the 2024 Change Healthcare systemic collapse, where a single vendor compromise exposed the records of 192.7 million people. If your lab results sit on a cloud server, they are eventually going to be aggregated, targeted, and compromised.
Reclaiming Your Diagnostics (Without the Cloud)#
You should not have to choose between analyzing your health trends and protecting your identity. You need dynamic graphs, not static files trapped in a walled garden.
Meridian bypasses this structural failure entirely. Because the app utilizes Apple's native VisionKit alongside on-device foundational models, you can simply scan your physical or digital lab reports directly into your iPhone.
The system reads the unstructured document and builds your trend charts locally. There are zero cloud servers involved. Every biomarker you track is secured by local AES-256 encryption and locked behind FaceID.
You paid for the diagnostics. It is time to actually own the data.


