From download to live suggestions in three steps
No browser extension, no meeting bot joining the call on your behalf. It runs locally as a desktop app.
- Step 1
Install and start your trial
Download the desktop app for Windows or macOS and sign in. New accounts get a full hour on the free model - no rate limits, no interruptions.
- Step 2
Add your CV and the job description
Paste your profile and the role you are interviewing for. Suggestions are grounded in that context, so answers come back in your own experience rather than generic advice. Your configuration follows you across devices.
- Step 3
Join the call and let it listen
Dual-channel transcription with speaker detection runs alongside Zoom, Google Meet or Teams. Suggestions stream into an overlay that stays out of screen shares and screenshots, driven entirely by hotkeys.
CtrlShiftMToggle Stealth
Three ways to get it running
Pick whichever fits how you work. The one-liner downloads the latest release and launches the installer for you.
powershell -Command "$release = Invoke-RestMethod -Uri 'https://api.github.com/repos/PowerInterviewAI/client-app/releases/latest'; $asset = $release.assets | Where-Object { $_.name -like '*Setup*.exe' } | Select-Object -First 1; Invoke-WebRequest -Uri $asset.browser_download_url -OutFile $asset.name; Start-Process -FilePath ('.\' + $asset.name)"Showing the version-agnostic command - the release lookup runs at install time.