If you’re running on a Ubuntu or Debian based operating system to you can use apt.
This script is available in the playit's download page.
Then, run the command to start Playit.
playit
Playit also releases raw binaries that you can download and run. You can download the latest version of the playit.gg program from playit.gg/download.
When you try to run the program, you might get errors like "Could not display.." / "permission denied"
The Fix
You’ll need to make the program runnable on linux. You can do this by running chmod +x.
cd ~/Downloads # cd into the folder where the playit program is located
sudo chmod +x playit-linux-amd64
./playit-linux-amd64