Skip to content

Linux Releases

aramg edited this page Mar 18, 2026 · 21 revisions

Option 1 - Flathub

flatpak install flathub com.obsproject.Studio.Plugin.DroidCam


Option 2 - Manual Install via zip file

The DroidCam plugin releases are made to be generic and mostly self contained. The main dependency is ffmpeg.

You may check which FFMpeg version your system is using, and download accordingly.
Releases that are labeled "Flatpak" should be compatible with your system as long as the ffmpeg version matches.

Specifically, it is the libavcodec package that matters:
libavcodec58 == ffmpeg-4
libavcodec59 == ffmpeg-5
libavcodec60 == ffmpeg-6
...

Downloads 👉 DroidCam OBS Plugin Releases (Consult the README.TXT in the download zip on how to install.)


Unofficial Repos

The following repos are maintained by each respective community and may sometimes be out of date.

Arch-based distributions (like Arch Linux, CachyOS, Manjaro, or EndeavourOS) can use the AUR (Arch User Repository):

# Using paru (recommended for CachyOS)
paru -S droidcam-obs-plugin

# OR using yay
yay -S droidcam-obs-plugin

Fedora
dnf install obs-studio-plugin-droidcam

nixos
nix-shell -p obs-studio-plugins.droidcam-obs

Clone this wiki locally