Installation
Intervu is distributed as desktop installers via GitHub Releases. No source code build required.
Windows
Download
Download the latest release from GitHub Releases.
- Go to the Releases page
- Download the latest
Intervu-Setup-x.x.x.exe(installer) orIntervu-x.x.x-portable.exe(portable) - Run the installer and follow the prompts
System Requirements
- Operating System: Windows 10 or later (64-bit)
- RAM: 4GB minimum, 8GB recommended
- Storage: ~500MB for the application
First Launch
When you first launch Intervu on Windows:
- The app opens as a floating overlay window
- Click the Settings (gear) icon to configure your endpoints
- You'll need to have your STT and LLM endpoints running before using the app
Prerequisites Required
Intervu requires external dependencies to function:
- VB-Cable — Virtual audio device for capturing system audio
- Speaches — Speech-to-text endpoint (OpenAI-compatible)
- LLM Endpoint — Ollama, OpenWebUI, or OpenAI API
See Prerequisites for setup instructions.
Portable Version
A portable version is also available (Intervu-x.x.x-portable.exe). This version doesn't require installation and can be run from any location.
macOS
Download
Download the latest release from GitHub Releases.
- Go to the Releases page
- Download the latest
.dmg(installer) or.zip(portable) for your architecture:- x64 — Intel-based Macs
- arm64 — Apple Silicon Macs (M1/M2/M3/M4)
- Open the DMG and drag Intervu to your Applications folder
System Requirements
- Operating System: macOS 12 (Monterey) or later
- RAM: 4GB minimum, 8GB recommended
- Storage: ~500MB for the application
- FFmpeg: Must be installed via Homebrew (see below)
Remove Quarantine (Required)
Since Intervu is not code-signed, macOS will block it from opening. Remove the quarantine attribute:
xattr -d com.apple.quarantine /Applications/Intervu.appAbout Code Signing
This workaround is needed because Intervu doesn't have an Apple Developer certificate yet. Code signing will be added in a future release. For now, the xattr command removes the macOS quarantine flag that prevents unsigned apps from running.
Alternative method:
- Try to open Intervu (you'll get a security warning)
- Open System Settings → Privacy & Security
- Click "Open Anyway" next to the security warning
- Confirm by clicking "Open"
Install FFmpeg (Required)
Unlike Windows, FFmpeg is not bundled with Intervu on macOS. You must install it manually:
# Install Homebrew if needed
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install FFmpeg
brew install ffmpeg
# Verify installation
ffmpeg -versionGrant Microphone Permission
When you first click the microphone button, macOS will prompt for microphone access. Click "Allow".
If you miss the prompt:
- Open System Settings → Privacy & Security → Microphone
- Enable Intervu
- Restart the app
Full macOS Setup
For complete macOS setup including BlackHole audio routing, see macOS Setup Guide.
Next Steps
- Prerequisites — Install VB-Cable/BlackHole, Speaches, and LLM
- macOS Setup — Detailed macOS configuration
- Speaches Setup — Speaches installation guide
- LLM Setup — Configure your LLM endpoint