Install Deep-Live-Cam Locally
Step-by-step manual installation guide for the Proxy's Mac.
About: Deep-Live-Cam is open-source (GitHub: hacksider/Deep-Live-Cam). Latest version (as of Feb 2026) is v2.6d with macOS support (Apple Silicon via CoreML for better speed).
Prerequisites
Run the following commands in your Terminal:
- Install Homebrew (if not already installed):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - Install Python 3.10 (Required for GUI/CoreML compatibility):
brew install python@3.10 - Install Tkinter (GUI dependency):
(If errors occur:brew install python-tk@3.10brew reinstall python-tk@3.10) - Install FFmpeg (Optional but recommended):
brew install ffmpeg
Installation Steps
- Clone the Repo:
git clone https://github.com/hacksider/Deep-Live-Cam.git cd Deep-Live-Cam - Create & Activate Virtual Environment:
python3.10 -m venv venv source venv/bin/activate - Install Dependencies:
pip install -r requirements.txt - Apple Silicon Acceleration (M1/M2/M3/M4):
pip uninstall onnxruntime onnxruntime-silicon pip install onnxruntime-silicon==1.13.1 - Download Required Models:
Download these files and place them in the
models/folder inside the Deep-Live-Cam directory:GFPGANv1.4.onnxinswapper_128_fp16.onnx
Run & Test
- Run the App:
(Usepython3.10 run.py --execution-provider coreml--execution-provider coremlfor GPU speed on M-series chips. Omit it for CPU fallback.) - Test It:
- Launch: The app window should appear.
- Upload Source: Upload the face photo you want to use.
- Select Input: Choose your webcam.
- Go Live: Click "Live" -> Preview shows swapped face in real time.
OBS Bridge for Virtual Webcam
Since Deep-Live-Cam does not have a native virtual camera on Mac, we use OBS Studio as a bridge for Zoom.
- Download OBS Studio: Free from obsproject.com.
- Install OBS VirtualCam Plugin: (Only if not built-in. Check Tools > VirtualCam first).
- Configure OBS:
- Create a New Scene.
- Add Source -> Window Capture.
- Select the Deep-Live-Cam preview window.
- Start Virtual Camera: Go to Tools > VirtualCam > Start.
- In Zoom: Go to Video Settings -> Camera -> Select "OBS Virtual Camera".