Beta · test build · play money only — not ready for real use

GitVidPlayer Beta

A peer-to-peer video player. Videos are served by peers, and watching pays the creator and whoever served the bytes.

This is a beta — please read before you install

It works, and it is being actively tested — but it is early software, so treat it as something to try and report on rather than something to rely on.

Downloads

macOS — Apple Silicon M1, M2, M3, M4

Download 330 MB
  1. Unzip, then drag GitVidPlayer.app into /Applications.
  2. Right-click the app and choose Open — do not double-click the first time. macOS blocks downloaded apps from unidentified developers, and right-click → Open is the sanctioned way past that prompt.
  3. If macOS still refuses, clear the download flag:
    xattr -dr com.apple.quarantine /Applications/GitVidPlayer.app

SHA-2569491e7c7386241dcff53d2d983d2a3f1bfa1dd3c370744a16cee8b45180a8310

macOS — Intel pre-2021 Macs

Download 334 MB
  1. Unzip, then drag GitVidPlayer.app into /Applications.
  2. Right-click the app and choose Open the first time.
  3. If it still refuses:
    xattr -dr com.apple.quarantine /Applications/GitVidPlayer.app

SHA-2561bf3e722384c446606318958238420bcb793e72347c2884f36f8da8fa89a3546

Linux — x86-64 portable, any glibc distro

Download 334 MB
  1. Unzip anywhere, then make it executable:
    chmod +x GitVidPlayer
  2. Run ./GitVidPlayer
  3. On a minimal install you may need the usual Electron libraries:
    sudo apt install libgtk-3-0 libnss3 libasound2t64 libgbm1
  4. Check you have the right build with uname -m — this one needs x86_64.

SHA-2562b5d8852145c0cd5e6f647dd7447bf5bf67d46a9925d5c5e3539e610d435c74a

Windows — x64 portable, unverified

Download 358 MB
  1. Unzip, then run GitVidPlayer.exe.
  2. SmartScreen will warn because the build is unsigned — More infoRun anyway.
  3. Heads up: this build has not been launched or tested by anyone. If it fails, say so — that is useful information, not a waste of time.

SHA-256ffeeb27a506506261dcf2831d08a6db64e8f3036d62c78d5b220c0fc20b6ef9f

Verify your download

Optional, but it is the only way to be sure the file you got is the file that was published. Download SHA256SUMS into the same folder, then:

shasum -a 256 -c SHA256SUMS      # macOS / Linux
Get-FileHash .\GitVidPlayer-1.0.0-windows-x64.zip -Algorithm SHA256   # Windows

Something broken?

Useful things to include: your OS and version, which build you downloaded, and what you expected versus what happened. If the video list is empty, mention whether this was a fresh install or an upgrade — those are two different bugs.