privacylocal-first

Your corpus never leaves your machine.

Uoink extracts video and podcast content, stores it on your disk, and hands it to the AI you chose. There is no Uoink cloud because we never built one.

What Uoink does.

Uoink captures transcripts, screenshots, comments, channel context, podcast transcripts, metadata, and local indexes. It writes those artifacts into normal local files and a local SQLite index. You can paste the corpus into Claude or ChatGPT, or let an MCP agent read it directly.

What Uoink does not do.

No telemetry. No analytics SDK. No account. No phone-home. No hosted corpus. No newsletter capture. No tracking pixel. No remote logging.

Where your data lives.

On Windows, the helper lives under %LOCALAPPDATA%\Uoink. Captures write into your Uoink library folder. The optional Anthropic key is stored in Windows Credential Manager. On macOS, the planned path uses ~/Library/Application Support/Uoink/ and Keychain.

Network calls Uoink makes.

Extraction calls go to the source you asked for: YouTube, X, RSS hosts, or another supported URL. Optional Comment Intelligence, Hook Type, and Entity Extraction calls go to Anthropic with your key only when enabled. Nothing is proxied through Uoink.

Open source: audit it yourself.

The source is MIT-licensed at github.com/ryanbiddy/uoink. The privacy model is not a promise hidden behind a dashboard. You can inspect the helper, loopback server, and network code.

Install Uoink Read terms

Is my data sent to Uoink servers?

No. Uoink has no corpus server, no account system, and no telemetry endpoint. Captures live on your disk.

Where is my Anthropic API key stored?

Your key is stored in the operating system credential vault. On Windows that means Windows Credential Manager. On macOS that means Keychain.

When does anything leave my machine?

Network calls go to the source you asked to extract, such as YouTube, X, or an RSS feed. Optional AI passes call Anthropic with your own key only when enabled.