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 eliminates any intermediary server by signing S3 requests locally and talking directly to R2, giving you full control over your data with a simple drag-and-drop workflow.
Drop a file. Get a link.
Dropper lives in your Mac's menu bar. Drag files onto it and they upload to your own Cloudflare R2 bucket — a share page link lands on your clipboard in seconds. Free, no middleman, your bucket, your domain.
There is no server in the middle: the app signs S3 (SigV4) requests locally and talks directly to R2. Share pages are static HTML the app generates and uploads alongside your files. Onboarding takes a single Cloudflare API token, from which the app derives its S3 credentials.
Website & download: dropper.page
| Path | What it is |
|---|---|
Sources/Dropper | The menu bar app (SwiftPM executable): UI, uploads, share pages, media conversion, onboarding |
Tests/DropperTests | Unit tests for Dropper's upload, configuration, and share-page behavior |
site/ | Marketing site on Cloudflare Workers — see site/README.md |
workers/ | Small native Worker serving /share/* directly from R2, outside Next/OpenNext |
Makefile, build.conf, scripts/ | Local build and the release pipeline (build → sign → notarize → dmg → upload → tag) |
tools/ | Build-time helpers (app icon generator) |
Every share is a self-contained folder in the configured R2 prefix. The folder name is a readable, sanitized version of the first filename followed by a random suffix. A single-file share and a collection use the same format.
For example, a two-file collection might look like this:
share/site/launch-demo-4adcb0b260c14b669777ab8c98f6772e/
├── index.html
├── manifest.json
├── launch-demo.mp4
├── notes.md
├── .thumb.launch-demo.mp4.jpg
├── .poster.launch-demo.mp4.jpg
└── .pinned
The objects have distinct jobs:
| Object | Purpose |
|---|---|
index.html | The generated, static share page and public entry point. |
manifest.json | The authoritative list, order, display metadata, and ownership record for the share. |
| `` | An uploaded media or document object. Filenames are sanitized and deduplicated within the share. |
.thumb..jpg | Optional small preview used by the Dropper menu. |
.poster..jpg | Optional larger video poster used by the generated share page. |
.pinned | Zero-byte marker indicating that the active share is pinned. |
.archived | Zero-byte marker indicating that the share is |
Drop a file on your Mac's menu bar, get a beautiful share page link on your clipboard — served from your own Cloudflare R2 bucket. No middleman, no subscription, your domain.
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.