zyfun
Free, open-source, cross-platform video player with a clean and beautiful UI.
Download zyfun
Installer for Apple Silicon (M1/M2/M3) Macs (.dmg)
Other downloads (1)
- Download
zyfun-mac-3.4.7-x64.dmg
x64 · .dmg · 140.4 MB
Getting a "can't verify the developer" warning?
If you see a warning on first launch, go to System Settings > Privacy & Security and click "Open Anyway". Open source software usually isn't signed with an Apple developer certificate, which is normal.
Clicking "Download" takes you to a source confirmation page first; the download starts after confirmation.
About zyfun
跨平台桌面端视频资源播放器,免费高颜值.
See incorrect information? Tell us
Risk notice
Please note: zyfun is only distributed through the official GitHub repository; avoid downloading altered versions from unknown sources. The macOS build is unsigned and may require manual security overrides on first launch. The app does not provide content; you must configure your own data sources. Ensure those sources are legal and be mindful of privacy. Also, as a project derived from ZY-Player, some components may not be updated promptly.
Who it's for
- Users who want a desktop app for movies, live streams, and other video resources
- Users who need a consistent experience across Windows, macOS, and Linux
- Users who appreciate clean UI and open-source software
- Power users who like to configure or import custom data sources
- Users who need a quick hide feature (boss key) to avoid distraction at work
Who it's not for
- Users who rely on official customer support or enterprise-grade assistance
- People expecting to access pirated or illegal content directly
- Users who need a mobile or web version
- Users who don't want to be responsible for the legality and security of their chosen data sources
Install guide
Installation Guide
Windows
- x64: Download
zyfun-win-3.4.7-x64-setup.exe - ARM64: Download
zyfun-win-3.4.7-arm64-setup.exe
Run the installer and follow the prompts.
macOS
- Apple Silicon: Download
zyfun-mac-3.4.7-arm64.dmg(recommended) - Intel Mac: Download
zyfun-mac-3.4.7-x64.dmg
Open the DMG and drag zyfun to the Applications folder.
If you see "cannot be opened because the developer cannot be verified" or "damaged", run in Terminal:
sudo spctl --master-disable
sudo xattr -cr /Applications/zyfun.appThen try opening again.
Linux
- x64 (deb):
zyfun-linux-3.4.7-amd64.deb - x64 (rpm):
zyfun-linux-3.4.7-x86_64.rpm - x64 (AppImage):
zyfun-linux-3.4.7-x86_64.AppImage(recommended, no installation needed) - arm64 (deb):
zyfun-linux-3.4.7-arm64.deb - arm64 (rpm):
zyfun-linux-3.4.7-aarch64.rpm - arm64 (AppImage):
zyfun-linux-3.4.7-arm64.AppImage
Install deb:
sudo dpkg -i zyfun-linux-3.4.7-amd64.deb
sudo apt-get install -f # if dependency errors occurInstall rpm:
sudo rpm -ivh zyfun-linux-3.4.7-x86_64.rpm
# If libXScrnSaver is missing:
sudo yum install libXScrnSaver
# If xdg-utils is missing:
sudo yum install xdg-utilsRun AppImage:
chmod +x zyfun-linux-3.4.7-x86_64.AppImage
./zyfun-linux-3.4.7-x86_64.AppImageIf running as root shows sandbox error, append --no-sandbox. If libfuse2 is missing, install it with:
sudo apt-get install libfuse2Data Paths
- macOS:
~/Library/Application Support/zyfun/ - Linux:
~/.config/zyfun/ - Windows:
%USERPROFILE%\AppData\Roaming\zyfun\
FAQ
Is zyfun free?
Yes, zyfun is free and open-source under the AGPL-3.0 license. You can download it from GitHub Releases at no cost.
Which operating systems are supported?
Windows (10+), macOS (12+), and Linux. Choose the appropriate package based on your system architecture.
How do I update zyfun?
The app may notify you when an update is available. You can also manually download the latest version from GitHub Releases and install it over the existing installation. Your data is preserved.
Does zyfun include video resources?
No. zyfun is a playback tool only and does not store or distribute content. You need to configure or import your own data sources (sites, parsers, IPTV lists, etc.). Make sure you have the right to access and play the content.
macOS says "cannot verify developer" when opening. What should I do?
Follow the steps in the installation guide: run `sudo spctl --master-disable` and `sudo xattr -cr /Applications/zyfun.app` in Terminal, then try opening again. You can also right-click the app and select "Open".