Skip to content

Releases: sethrn/DataPylot

M1/M2 Sillicon MacOS Release

10 Apr 19:35

Choose a tag to compare

MacOS Installation (Via terminal)

mkdir ~/DataPylot && cd ~/DataPylot
curl -L -o DataPylot.zip https://github.com/sethrn/DataPylot/releases/download/macOS/DataPylot.zip
unzip DataPylot.zip

Once you have unzipped, you can move the DataPylot Application anywhere on your computer and double-click to start. Or, to directly start it from the terminal, simply do:

open ~/DataPylot/DataPylot.app

If it won't open due to unverified developer, run:

xattr -rd com.apple.quarantine DataPylot.app

then try opening again

Linux Release

09 Apr 22:01

Choose a tag to compare

Linux Installation (via Terminal)

mkdir -p ~/DataPylot && cd ~/DataPylot
curl -L -o DataPylot https://github.com/sethrn/DataPylot/releases/download/linux/DataPylot
chmod +x DataPylot
./DataPylot

Windows Release

08 Apr 00:34

Choose a tag to compare

First:

Try to download the DataPylot.exe from the 'Assets' dropdown below.
If it worked, you can click on the downloaded .exe and it will start running! However, the first time you open it, your computer will block it from running. Simply click 'more info' and then 'run anyway'.

If your browser blocks the download of the .exe file manually, run the below commands one by one in PowerShell to download and start the DataPylot application:

Windows Installation Instructions (via PowerShell)

mkdir "$HOME\DataPylot"
curl.exe -L -o "$HOME\DataPylot\DataPylot.exe" https://github.com/sethrn/DataPylot/releases/download/windows/DataPylot.exe
Start-Process "$HOME\DataPylot\DataPylot.exe"