v1.0.0 — Initial public release
Initial public release of OpenRecapper — an open-source Discord bot that records voice channels, produces speaker-labeled transcripts, and writes a structured AI call summary, then optionally emails it to your group.
Highlights
- Recording —
/record,/stop,/status; auto-stops when everyone leaves; DAVE E2EE voice supported. - Transcription — live transcript streamed as people talk, plus high-quality batch transcription (Deepgram Nova-3) with speaker diarization.
- AI summary (optional) — structured Markdown recap (overview, key points, open questions, references, action items) via a companion relay.
- Email delivery (optional) — summary + transcript links sent to a configured address.
- Cloud archival (optional) — uploads recordings/transcripts to any S3-compatible bucket (e.g. Cloudflare R2) with download links.
- Scheduled recording (optional) — auto-join a standing call on a cron schedule.
- Startup health check — validates the Deepgram key on boot.
Self-hosted by design: run your own Discord app, Deepgram account, and (optional) storage/summarization services. See the README for setup.