Desktop app for live interview assistance. It captures system audio, transcribes speech in real time, and can answer questions using text or screenshots.
I’m Ved Gupta. I built this project to make live interview support faster and less distracting.
Contact: vedgupta@protonmail.com
If you find the project useful, please star the repo on GitHub.
macOS:
brew tap innovatorved/tap
brew install --cask realtime-interview-copilotWindows releases are available on the GitHub Releases page.
- Live transcription of system audio
- AI answers from text or screenshots
- Hidden window for screen sharing
- Keyboard shortcuts for quick actions
git clone https://github.com/innovatorved/realtime-interview-copilot.git
cd realtime-interview-copilot
bun install
bun run electron:devBuild installers with:
bun run electron:buildNode 20+ and Bun 1.3+