Download Petadata Explorer

The desktop app to upload, download and organize your files in the Petadata cloud, in a few clicks.

Version 1.2.4

Windows

The recommended way to install on Windows.

  • Automatic install, no separate installer.
  • Automatic updates in the background.
  • Safely delivered through the Microsoft Store.
Get it from Microsoft Store

Linux

Direct download

SHA-256
1bf27c8d7cdebb7f48b70a37ecb438bd28dfeff9a2fef8d5c12ce728cdf9e2a4
SHA-256
e4cc1a15416f987dd5dc82b28cef3776ae6e0a687c1d76d612c9b6d05a3b978d
Recommended

Add the repository (auto-updates)

Paste into your terminal. You then get automatic updates through your package manager.

Debian / Ubuntu

sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://petadata-com-br.github.io/explorer-dist/petadata.gpg \
  | sudo gpg --dearmor -o /etc/apt/keyrings/petadata.gpg
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/petadata.gpg] https://petadata-com-br.github.io/explorer-dist/apt stable main" \
  | sudo tee /etc/apt/sources.list.d/petadata-explorer.list
sudo apt update && sudo apt install petadata-explorer

Fedora / RHEL

sudo dnf config-manager --add-repo https://petadata-com-br.github.io/explorer-dist/rpm/petadata-explorer.repo
sudo dnf install petadata-explorer