Windows x64
x64 64-bitFor most Intel and AMD Windows PCs and servers.
MD5:0d53d41866c884fd08102c16b498cc1c
Get the native Windows or Linux build for your device, with x64 and ARM packages available for both platforms. Linux can also be installed with one command.
Windows x64 is the default download. Other builds are listed below.
The best match for this device is selected automatically. If you are downloading for another machine, choose any package below.
For most Intel and AMD Windows PCs and servers.
MD5:0d53d41866c884fd08102c16b498cc1c
For Snapdragon and other ARM-based Windows devices.
MD5:f06a216847e96c4f9d27b00aa9247f9c
For most Intel and AMD Linux servers and workstations.
MD5:ff1eba68a056c6a5cea81dd6664e7da3
For ARM servers, single-board computers and edge hosts.
MD5:4c6ab174bb2ed1669f0bd8057e855673
The installer detects x64 or ARM automatically, downloads the matching package, and runs the installation script.
Run this command in a Linux terminal. It requires curl and administrator permission through sudo.
curl -s https://www.grokbackup.com/grokbackup.sh | sudo bash
Pull the image and start the container. Persistent data and configuration are mounted from the host.
Use Docker on either x64 or ARM hosts for a consistent deployment and a straightforward upgrade path.
grokbackup/grokbackup:latest
docker pull grokbackup/grokbackup:latest
docker run -d \
--name grokbackup \
--restart unless-stopped \
-p 8080:8080 \
-v /opt/grokbackup/data:/var/lib/grokbackup \
-v /opt/grokbackup/config:/etc/grokbackup \
grokbackup/grokbackup:latest