This is a demo application that shows off what you can build with the Recall.ai Desktop Recording SDK.
This repo is intended to be a mockup of the kind of experience you can build using the Desktop Recording SDK.
Need help? Reach out to our support team support@recall.ai.
-
Copy the
env.examplefile to a.envfile:cp .env.example .env
-
Replace
RECALLAI_API_URLwith the base URL for the Recall region that you're using that matches your API key, example:RECALLAI_API_URL=https://us-east-1.recall.ai
-
Modify
.envto include your Recall.ai API key:RECALLAI_API_KEY=<your key>
Required: This project also uses live transcription with Assembly AI. You'll need to configure your own Assembly credentials on the Recall.ai dashboard. Follow our AssemblyAI real-time transcription guide to set this up.
If you want to enable the AI summary after a recording is finished, you can specify an OpenRouter API key.
OPENROUTER_KEY=<your key>
To launch the Muesli application, start the server first, then the app:
npm ci
npm start

