Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

until a linux build gets officially released, i put a 64 bit linux build up on github if ur too lazy to extract the source and build it urself https://github.com/haonkrub/pixelbox_linux_build

I get this:

./pixelbox: line 1: version: command not found
./pixelbox: line 2: oid: command not found
size: '116377064': No such file

(+1)

you have to install git lfs and git clone it, otherwise the files wont extract properly. I updated the readme to show that.

sudo apt install git git-lfs
git lfs install
git clone https://github.com/haonkrub/pixelbox_linux_build.git

It works, thank you!