Skip to content

Releases: RM1338/Scribe

Scribe v0.1.1 — Web app + cloud sync

Choose a tag to compare

@RM1338 RM1338 released this 12 Jul 20:46

What's new

  • Scribe for the web — use Scribe in your browser. Your meetings, folders and schedules now sync across devices.
  • Cloud sync (text): transcripts, summaries, folders and scheduled meetings made on your phone appear on the web and vice versa. Audio recordings stay private on the device that recorded them.
  • Meetings scheduled on the web get reminder notifications on your phone.

Install (Android)

Download Scribe.apk below, open it, and tap Install (updates over v0.1.0 in place — your recordings are kept).

Scribe 0.1.0

Choose a tag to compare

@RM1338 RM1338 released this 12 Jul 19:12

Scribe v0.1.0 — first public release

The first build of Scribe: an AI meeting recorder that keeps your audio on your device and runs on an AI key you control. Record a meeting, and Scribe transcribes it and writes you a summary — decisions, action items, the gist — in seconds.

What's in this build

  • Record meetings with pause, resume, and mid-conversation bookmarks
  • Transcribe with Groq's whisper-large-v3-turbo
  • Summarize with llama-3.3-70b into something you'd actually forward on
  • Language detection + translation of both transcript and summary
  • Folders — organize meetings, and file one meeting into several folders at once
  • In-app scheduling with start time, end time, and a description — no calendar app required
  • Reminders — a heads-up 5 minutes before each meeting and again when it starts
  • Join now — turn a scheduled meeting into a live recording in one tap, already named
  • Bring your own Groq key, or route through the built-in server-side proxy that keeps the shared key out of the app binary
  • Export transcripts and summaries to PDF
  • Search across everything you've recorded
  • Light / dark / system themes with a custom accent color

Install (Android)

  1. Download Scribe.apk from the Assets below
  2. Open it on your phone — if prompted, allow installing from unknown sources
  3. Launch Scribe, sign up, and grant the microphone and notification permissions

Notes

  • Bring your own key: for the fastest, most private setup, add your own Groq API key in Settings. Without one, transcription and summaries run through the shared server-side proxy.
  • Reminders: on first schedule, Scribe asks for notification permission — allow it so reminders can fire. Some phones also require enabling "exact alarms" for on-time reminders.
  • This is an early release. If something breaks or feels off, please open an issue — feedback shapes what ships next.

Coming next

Cloud sync across devices · speaker diarization ("who said what") · shareable summary links · a web build.