On Asahi Linux Debian13 used Widevine
sudo podman run --rm -it \
--privileged \
--tmpfs /tmp \
--tmpfs /var/tmp \
--tmpfs /root \
--tmpfs /home \
-e DISPLAY=$DISPLAY \
-e WAYLAND_DISPLAY=$WAYLAND_DISPLAY \
-e XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR \
-v /run/user/$(id -u):/run/user/$(id -u) \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v /usr/share/fonts:/usr/share/fonts \
--device /dev/dri \
fedora:39 \
bashdnf install -y chromium widevine-installer google-noto-sans-cjk-fonts
widevine-installer
chromium-browser \
--no-sandbox \
--ozone-platform=wayland \
--disable-gpu \
--disable-dev-shm-usage \
--user-data-dir=/tmp/chromeLast updated