scrybe 0.1.0-alpha.1

Open-source local-first meeting transcription and notes. Pre-release placeholder; see https://github.com/Mathews-Tom/scrybe for the architecture and roadmap.
Documentation
  • Coverage
  • 100%
    4 out of 4 items documented0 out of 0 items with examples
  • Size
  • Source code size: 5.67 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.07 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 39s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Mathews-Tom/scrybe
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Mathews-Tom

scrybe (placeholder)

Crates.io License: Apache-2.0

This crate reserves the scrybe namespace on crates.io while the functional library, CLI, and platform capture adapters are under construction in the upstream repository.

There is no public API at this version. The crate exposes three constants (NAME, VERSION, REPOSITORY) for cargo search discoverability and nothing else.

What scrybe is

An open-source meeting notetaker that runs entirely on the user's own machine. Audio capture is local, transcription runs against whisper.cpp locally or any OpenAI-compatible endpoint the user configures, and notes land as markdown on disk. macOS, Windows, Linux, and Android are the target platforms; iOS is excluded by Apple's sandbox.

Detailed product framing, architecture, and delivery roadmap live in the upstream repository:

When does this crate ship something runnable

scrybe-core, scrybe-capture-mac, and scrybe-cli are scheduled to ship at v0.1.0 as a macOS-only alpha. Track progress on the upstream repository's release tags.

License

Apache-2.0. See LICENSE.