Skip to content

Install

Windows

.exe installer

https://github.com/s3drive/app/releases/latest/download/s3drive-win-x64.exe

Microsoft Apps

https://apps.microsoft.com/store/detail/s3drive-cloud-storage/9NX2DN9Q37NS

Additional requirements

Warning

App relies on Visual C++ Redistributable. It is likely that you have it installed already, however if you get: MSVCP140.dll, VCRUNTIME140.dll related errors you'll have to install this package.

Please download and install this package directly from Microsoft website.

Note

In order to use file mount / WebDav server it is required to install Rclone and WinFSP

macOS

.dmg package

https://github.com/s3drive/app/releases/latest/download/s3drive-mac-universal.dmg

App Store

https://apps.apple.com/app/s3drive-cloud-storage/id1665135106

Note

In order to use file mount / WebDav server it is required to install Rclone and macFUSE.

Linux

Flathub

https://flathub.org/apps/io.kapsa.drive

flatpak run io.kapsa.drive
flatpak install flathub io.kapsa.drive

.deb package

https://github.com/s3drive/app/releases/latest/download/s3drive_amd64.deb

https://github.com/s3drive/app/releases/latest/download/s3drive_amd64.deb
sudo dpkg -i s3drive_amd64.deb

AppImage

https://github.com/s3drive/app/releases/latest/download/S3Drive-x86_64.AppImage

wget https://github.com/s3drive/app/releases/latest/download/S3Drive-x86_64.AppImage
chmod +x S3Drive-x86_64.AppImage
./S3Drive-x86_64.AppImage

Note

In order to use file mount / WebDav server it is required to install Rclone

Android

Play Store

https://play.google.com/store/apps/details?id=com.s3.drive.file.explorer.storage.cloud.manager

iOS

App Store

https://apps.apple.com/us/app/s3drive-cloud-storage/id1665135106

Web

https://web.s3drive.app/

Warning

In order to use your bucket using Web browser you may need to set up CORS first. You shall receive relevant prompt in the web client, alternatively login to your bucket using desktop/mobile client first and use: "Set up CORS" from the settings menu.

File mount / WebDav server

These features require Rclone to be installed.

Windows

https://rclone.org/install/#windows

Warning

File mount requires WinFSP to be installed: https://winfsp.dev/rel/

macOS

https://rclone.org/install/#macos

Warning

File mount requires macFUSE to be installed: https://github.com/macfuse/macfuse/wiki/Getting-Started#how-to-install-macfuse

Linux

https://rclone.org/install/#linux

Warning

File mount requires FUSE to be installed.

Debian / Ubuntu

sudo apt-get update && sudo apt-get install -y libfuse2

CentOS / Red Hat (not tested)

sudo yum install fuse