{"id":16107932,"url":"https://github.com/innovatorved/realtime-interview-copilot","last_synced_at":"2026-05-08T20:04:42.973Z","repository":{"id":225687940,"uuid":"764824368","full_name":"innovatorved/realtime-interview-copilot","owner":"innovatorved","description":"Realtime Interview Copilot is a web application that assists users in crafting responses during interviews. It leverages real-time audio transcription and AI-powered response generation to provide relevant and concise answers.","archived":false,"fork":false,"pushed_at":"2026-05-03T12:13:19.000Z","size":1196,"stargazers_count":89,"open_issues_count":0,"forks_count":18,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-05-03T14:15:22.158Z","etag":null,"topics":["ai","chatgpt","innovatorved","interview","interview-preparation","llm","realtime","speech-to-text"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/innovatorved.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-28T19:24:32.000Z","updated_at":"2026-05-03T12:13:24.000Z","dependencies_parsed_at":"2024-03-16T12:01:36.414Z","dependency_job_id":"f0ddd4b8-1e79-43cf-92d6-36a2b207e439","html_url":"https://github.com/innovatorved/realtime-interview-copilot","commit_stats":null,"previous_names":["innovatorved/realtime-interview-copilot"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/innovatorved/realtime-interview-copilot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innovatorved%2Frealtime-interview-copilot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innovatorved%2Frealtime-interview-copilot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innovatorved%2Frealtime-interview-copilot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innovatorved%2Frealtime-interview-copilot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/innovatorved","download_url":"https://codeload.github.com/innovatorved/realtime-interview-copilot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innovatorved%2Frealtime-interview-copilot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32795417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","chatgpt","innovatorved","interview","interview-preparation","llm","realtime","speech-to-text"],"created_at":"2024-10-09T19:24:52.050Z","updated_at":"2026-05-08T20:04:42.967Z","avatar_url":"https://github.com/innovatorved.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Realtime Interview Copilot\n\nReal-time AI copilot for interviews. Captures your system audio, transcribes it live with Deepgram, and answers questions on the fly using multimodal AI (text + screenshots). Desktop app window is hidden from screen shares.\n\n## Download\n\nGet the latest build from the [**Releases page**](https://github.com/innovatorved/realtime-interview-copilot/releases/latest) — macOS (Apple Silicon) `.dmg` or Windows (x64) `.exe`.\n\n### macOS\n\n```bash\nbrew tap innovatorved/tap\nbrew install --cask realtime-interview-copilot\n```\n\nOr grab the DMG and right-click the app → **Open** on first launch.\n\n### Windows\n\nRun the installer. If SmartScreen warns, click **More info → Run anyway**.\n\n## Features\n\n- 🎙️ **Live transcription** of system audio (Deepgram) — no BlackHole / VB-Cable needed\n- 🤖 **Ask AI** with streaming answers (Gemini / OpenAI-compatible)\n- 🖼️ **Vision** — press `⌘⇧1` to snap your screen and ask AI about it\n- 🕵️ **Undetectable** — window is hidden from screen shares and full-screen spaces\n- ⌨️ **Shortcuts** — `K` focus Ask AI, `C` Copilot mode, `S` Summarizer, `Escape` clear\n\n## System Audio — No Virtual Drivers\n\nThe app uses Electron's native display-media loopback.\n\n- **macOS**: grant *Screen Recording* once (System Settings → Privacy \u0026 Security), relaunch. Silent after that.\n- **Windows**: works out of the box (WASAPI loopback).\n- **Linux**: use any PulseAudio / PipeWire monitor source.\n\n## Development\n\n```bash\ngit clone https://github.com/innovatorved/realtime-interview-copilot.git\ncd realtime-interview-copilot\nbun install\nbun run electron:dev      # dev\nbun run electron:build    # package installers into dist/\n```\n\nRequires Node 20+ and [Bun](https://bun.sh) 1.3+.\n\n## Stack\n\nReact · Next.js · Electron 41 · Tailwind · Shadcn/UI · Deepgram · Gemini · Cloudflare Workers + D1\n\n## Releases\n\nTagged pushes (`v*`) trigger a GitHub Actions workflow that builds macOS and Windows artifacts and publishes them to a GitHub Release automatically.\n\n## Contributing\n\nPRs welcome. See [CONTRIBUTING.md](./CONTRIBUTING.md). Windows/Linux test reports especially appreciated.\n\n## Architecture\n\nFor a complete walkthrough — audio capture, transcription pipeline, AI/vision backend, worker API, CI, distribution, and security — see [ARCHITECTURE.md](./ARCHITECTURE.md).\n\n## License, Privacy \u0026 Contact\n\n[LICENSE](./LICENSE) · [Privacy Policy](./PRIVACY.md) · [Architecture](./ARCHITECTURE.md) · [vedgupta@protonmail.com](mailto:vedgupta@protonmail.com) · [Report issues](https://github.com/innovatorved/realtime-interview-copilot/issues)\n\n---\n\n⚠️ For educational use. Check your interview platform's terms before using any AI assistance tool.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnovatorved%2Frealtime-interview-copilot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finnovatorved%2Frealtime-interview-copilot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnovatorved%2Frealtime-interview-copilot/lists"}