myplayer logo

myplayer is a simple, experimental video player built from the ground up with FFmpeg. It doesn’t aim to compete with existing players — it’s just an experiment.

Downloads

0.4.0
Type Arch Filename Size
Linux binary amd64 myplayer-linux-amd64-0.4.0.tar.xz [sig] 15.0 MB
Source any myplayer-src-0.4.0.tar.xz [sig] 84.5 KB
Verify signatures with minisign
minisign -Vm <file> -P RWQp7rv9E2OiqSNpwv+zreGuOooCEfDWjme7VNfkqXCoVBJPitXiMxy4

Install via Flatpak

Add the chaoshome remote and install
curl -o /tmp/chaoshome.pubkey https://flatpak.chaoshome.net/chaoshome.pubkey
flatpak remote-add --if-not-exists \
  --gpg-import=/tmp/chaoshome.pubkey chaoshome https://flatpak.chaoshome.net
flatpak install chaoshome com.myplayer.mplay

Special Thanks

This project would not exist without the incredible work of the FFmpeg team — the backbone of virtually all media playback. Decoding, demuxing, color space handling — it all runs on FFmpeg.

Huge thanks to the Iced team for building a wonderful GUI framework that makes it a joy to create native applications.