Download Petadata Explorer
The desktop app to upload, download and organize your files in the Petadata cloud, in a few clicks.
Version 1.2.4Windows
The recommended way to install on Windows.
- Automatic install, no separate installer.
- Automatic updates in the background.
- Safely delivered through the Microsoft Store.
Linux
Direct download
Download .deb (Debian, Ubuntu)
Size: 11 MB
SHA-256
1bf27c8d7cdebb7f48b70a37ecb438bd28dfeff9a2fef8d5c12ce728cdf9e2a4
Download .rpm (Fedora, RHEL)
Size: 11 MB
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