One command. Works on every distribution — Arch, Ubuntu, Fedora, Debian, openSUSE and more.
Open a terminal and paste this. It downloads HeyWatch and adds it to your app menu — no root, no package manager needed.
curl -fsSL https://heywatch.tv/install.sh | sh
heywatch from the terminal (if ~/.local/bin is on your PATH).localhost.HeyWatch on Linux updates by re-running the installer — same as Docker or Tailscale. It fetches the latest version and replaces it in place.
curl -fsSL https://heywatch.tv/install.sh | sh
The installer ships a universal AppImage, so the steps are identical on every distro. Most desktops already include everything it needs.
If the app doesn't open, install FUSE (needed to run AppImages):
sudo pacman -S fuse2sudo apt install libfuse2sudo dnf install fuse fuse-libsGrab the AppImage, make it executable and run it:
chmod +x HeyWatch-Linux.AppImage && ./HeyWatch-Linux.AppImage
Remove the app, its launcher and the binary:
rm -rf ~/.local/share/heywatch ~/.local/bin/heywatch ~/.local/share/applications/heywatch.desktop