myplayer logo

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

Downloads

0.1.0
Type Arch Filename Size
Linux binary amd64 myplayer-linux-amd64-0.1.0.tar.xz [sig] 13.2 MB
Source any myplayer-src-0.1.0.tar.xz [sig] 4.4 MB
Verify signatures with minisign
minisign -Vm <file> -P RWRInsv/4CQnkChtkCtvVC2hjS/eZ+9cAdF+C8z2h1DE3+nnIdKAXkgs

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.