An open-source, local-first AI tool for recording, transcribing, and summarizing meetings.
This repository is organized into three primary components:
- desktop/: The Electron-based desktop application (main entry point).
- server/: The Go-based backend for cloud sync and optional features.
- cli/: A Python-based command-line interface for headless recording.
To get started with the desktop application:
cd desktop
npm install
npm run startFor more detailed information on contributing and releasing, see CONTRIBUTING.md.