Focused Tool · Apache 2.0 · Single Binary · Creator & Marketing

Self-hosted transcription and note taker

Upload audio files, get back transcripts. Run locally with Whisper or connect to an API. Your meeting notes, interview transcripts, and voice memos — owned, searchable, private.

Install Scribe Free Complete — all 150 tools $29/mo
The case for owning your data

Self-hosting used to mean spending a weekend configuring Docker, Postgres, Redis, and an Nginx reverse proxy. Scribe skips all of that. It compiles to a static binary with an embedded database, so there is nothing to install and nothing to maintain.

How it works

Install Scribe with the one-line shell script or download the binary directly from GitHub. Run it, open /ui, and start creating recordings. The SQLite database lives in a single file under the data directory. To migrate to a new server, copy the binary and the data directory. That is the entire migration procedure.

A freelance consultant keeps Scribe running on a home server. Client recordings stay on local disk, which simplifies the privacy section of every contract. The search endpoint powers a custom dashboard built with a static site generator. Total infrastructure cost: the electricity to run a Raspberry Pi.

Endpoints

Otter.ai at $16.99/mo.

Self-hosted transcription and note taker. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool scribe
Run
PORT=9270 ./scribe
Open
http://localhost:9270

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 5 transcriptions/mo
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited transcriptions, speaker diarization, export to Markdown, search
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export SCRIBE_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./scribe

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev