Oliver Drobnik
VERIFIED TECHNICAL DOSSIERSources checked

Oliver Drobnik

Systems Architect & Open-Source Maintainer | Author of SwiftMCP & DTCoreText

2 Verified ArtifactsSource Checked & Attributed

Verified Proof of Work Artifacts

2 items cataloged

Each artifact below represents an authenticated research publication, production code repository, or technical architectural framework directly authored or co-created by Oliver Drobnik. Every entry undergoes editorial source verification.

#1
IMPLEMENTATION Checked Sep 20, 2026

DTCoreText: Open Source HTML and Rich Text Rendering Engine for Apple Platforms

A legendary open-source framework authored by Oliver Drobnik, providing high-performance parsing and rendering of HTML and rich text attributes into native iOS and macOS UI components, powering thousands of production applications.

Model & Execution Context:Objective-C and Swift native runtime on iOS, iPadOS, and macOS.
Scope & Limitations

CoreText parsing library; handles standard HTML tags and CSS styles while omitting complex JavaScript DOM manipulation.

#2
IMPLEMENTATION Checked Sep 20, 2026

SwiftMCP: Native Model Context Protocol Framework for Apple Platforms

Open-source implementation of the Model Context Protocol (MCP) in pure Swift, enabling macOS and iOS applications to securely host and connect tools to LLMs with strict memory-safety and sandboxing.

Model & Execution Context:Swift 6, Model Context Protocol (MCP), Unix domain sockets, and Anthropic API.
Scope & Limitations

Platform-bound to Swift 6 and Darwin environments; streaming large payloads requires custom backpressure handlers.