Privacy-first. Fully offline. No data leaves your machine.

Transcription
you can trust

Record, transcribe, and search your audio and video — entirely on your own hardware. Open source for individuals, enterprise edition for teams.

Everything you need for transcription

Professional-grade tools that work entirely on your hardware.

Live Transcription

Record directly from your microphone with real-time speech-to-text. Speaker diarization identifies who said what.

Speaker Identification

Automatically detect and label different speakers in your recordings. Edit names and merge speakers.

OCR & Document Processing

Extract text from images, PDFs, Word docs, and spreadsheets. Everything becomes searchable.

Semantic Search

Search across all your transcripts, documents, and recordings by meaning, not just keywords.

AI Summaries & Chat

Generate summaries, action items, and key points. Chat with your transcripts using AI.

Fully Offline

All transcription and processing happens locally. Your files never leave your machine. HIPAA-ready.

Open Source vs Enterprise

The open-source edition is fully featured for individual use. Enterprise adds team collaboration and cloud infrastructure.

FeatureOpen SourceEnterprise
Live transcription
Speaker identification
OCR & document search
AI summaries & chat
Semantic search
Database
SQLite
PostgreSQL
Storage
Local disk
S3 / Azure Blob
Multi-user & teams
SSO & JWT auth
API keys & webhooks
Audit logging
Admin dashboard
Docker deployment
LLM integration (OpenAI, Anthropic)
Enterprise

Built for teams and organizations

Deploy on your own infrastructure. Keep full control of your data.

Team Management

Create teams, manage members, and control access. Role-based permissions for projects and recordings.

SSO & Authentication

JWT-based authentication with refresh tokens. Integrate with your existing identity provider.

API Keys

Generate scoped API keys for programmatic access. Perfect for integrating with your existing tools.

Webhooks

Subscribe to events like transcription.complete, recording.created, and more. Build real-time integrations.

Audit Logging

Every action is logged. Full audit trail for compliance requirements and security reviews.

LLM Integration

Connect OpenAI, Anthropic, or any OpenAI-compatible provider for AI-powered summaries and chat.

PostgreSQL

Production-grade database with full ACID compliance. Scales with your team and data volume.

Cloud Storage

Store recordings and documents in S3 or Azure Blob Storage. Local disk works too.

Deploy in 5 minutes

One script to authenticate. One command to run.

terminal
# Authenticate with your license
$ ./scripts/setup.sh --license <your-jwt>

# Start the stack
$ cd docker && docker compose -f docker-compose.prod.yml up -d

# Verify
$ curl http://localhost/api/info
{"mode":"enterprise","version":"1.3.0"}

# Update anytime
$ docker compose -f docker-compose.prod.yml pull && docker compose -f docker-compose.prod.yml up -d