OpenPlaud Docs

OpenPlaud Docs

Open-source transcription and summarization for Plaud Note devices.

OpenPlaud replaces Plaud's subscription with software you can use either way: sign up at openplaud.com for the hosted instance, or run the same codebase on your own infrastructure with Docker Compose. Bring any OpenAI-compatible API key, keep your recordings, leave whenever you want.

For everyone

These guides apply whether you're on hosted or self-host — they're about using OpenPlaud as a product.

For self-hosters

You run the stack yourself with docker compose up. These pages cover install, configuration, and ongoing operation.

Reference

Concepts, contracts, and the public API surface.

  • Public API — the stable read surface for external integrations.
  • Architecture — how the pieces fit together.
  • Security model — authentication, tokens, and trust boundaries.
  • Encryption at rest — what's encrypted in the database, what isn't, and how to rotate keys.

How it ships

OpenPlaud is AGPL-3.0 software. The hosted instance at openplaud.com is multi-tenant SaaS we operate; self-host deployments run the same image under your control. Both modes are first-class.

Edit on GitHub

Last updated on

On this page