nativ
Nativ is a native macOS app that lets you run AI models locally on Apple silicon, offering chat, model management, performance analytics, and an OpenAI/Anthropic-compatible API server.
It rescues a discontinued premium webcam with full manual camera control, low-latency processing, and a virtual camera system—all built on open hardware and software.
A native macOS app for the Opal C1 webcam. Opal has discontinued the C1 and its Composer software; this project keeps the camera working.
The C1 is built on Luxonis' DepthAI platform, so it can be driven with open-source tools. Open Opal talks to the camera directly over USB.
Frames are downscaled on the camera's own ISP before crossing USB, which keeps glass-to-screen latency around 45 ms at 1080p30. The toolbar shows the live number.
Needs an Apple silicon Mac on macOS 26 or later, Xcode 26, and
brew install cmake ninja xcodegen.
./scripts/bootstrap.sh # fetches and builds depthai-core
./scripts/fetch-models.sh # downloads the Core ML depth model
xcodegen generate
open OpenOpal.xcodeproj # then build & run from Xcode (⌘R)
To build from the command line and install to /Applications:
xcodebuild -project OpenOpal.xcodeproj -scheme OpenOpal \
-configuration Release -derivedDataPath build/DerivedData build
cp -R build/DerivedData/Build/Products/Release/OpenOpal.app /Applications/
Use Release builds for day-to-day use — Debug builds noticeably stutter in UI animations.
Little of this is documented elsewhere, so for the record:
0x03E7) paired with a Sony IMX582 48MP sensor (module name
LCM48) and a real autofocus lens.Modernized Opal C1 software for macOS with an improved bokeh model
Similar projects matched by category, topics, and programming language.
Nativ is a native macOS app that lets you run AI models locally on Apple silicon, offering chat, model management, performance analytics, and an OpenAI/Anthropic-compatible API server.

Hermex is a native SwiftUI iPhone app that lets you control a self-hosted Hermes AI agent directly from your phone, with no subscriptions, tracking, or third-party relay.
A macOS command-line tool that uses Apple's on-device speech APIs to transcribe prerecorded audio into plain text, JSON, JSONL, SRT, or WebVTT.