Skip to content

v0.1.1

Choose a tag to compare

@funinkina funinkina released this 11 Jun 15:05
· 25 commits to main since this release
v0.1.1
8792ee7

OpenEffects v0.1.1 — real-time webcam effects for Linux (PipeWire virtual camera).

Packages

Three packages per format (.deb, .rpm, Arch .pkg.tar.zst):

  • openeffectsd — the daemon (bundles the sha256-verified ML models + D-Bus/systemd units).
  • openeffectsctl — CLI client (depends on openeffectsd).
  • openeffects — GTK4/libadwaita GUI client (depends on openeffectsd).

The client packages declare a hard dependency on the daemon, resolved automatically
from a repo or when the daemon file is passed alongside on the install command line.

Install (local files)

# Arch
sudo pacman -U openeffectsd-*.pkg.tar.zst openeffects-*.pkg.tar.zst
# Debian/Ubuntu
sudo apt install ./openeffectsd_*_amd64.deb ./openeffects_*_amd64.deb
# Fedora/RHEL
sudo dnf install ./openeffectsd-*.x86_64.rpm ./openeffects-*.x86_64.rpm

Highlights

  • On-demand PipeWire virtual camera; effects: background blur/replace, studio light, portrait blur, center stage.
  • Daemon lifecycle from clients: auto-start the daemon, openeffectsctl autostart enable, GUI "Start on boot" + "Keep running in the background".
  • Models bundled into the daemon package (/usr/share/openeffects/models) — models_ready immediately, offline.

x86_64 only.