Skip to content

Install

Windows

Installer .exe

Microsoft Apps

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 on Windows it is required to install WinFSP with: FUSE for Cygwin option enabled.
If you use winget please note that by default this module doesn't get installed.

Note

In order to use WebDav server on Windows, Rclone installation is required.

macOS

.dmg package

App Store

Additional requirements

Note

In order to use file mount on macOS please see more details.

Note

In order to use WebDav server on macOS, Rclone installation is required.

Linux

Flathub

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

Build from source

sudo apt install flatpak flatpak-builder
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.freedesktop.Sdk//23.08
flatpak install flathub org.freedesktop.Platform
flatpak install org.freedesktop.Sdk.Extension.vala/x86_64/23.08
git clone --recursive git@github.com:flathub/io.kapsa.drive.git
cd io.kapsa.drive
flatpak-builder --user --install --force-clean build-dir io.kapsa.drive.json

.deb package

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

AppImage

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

Additional requirements

Note

In order to use file mount on Linux it is required to have FUSE installed

Note

In order to use WebDav server on Linux, Rclone installation is required.

Android

Play Store

iOS

App Store

Web

Browser client

Info

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. Cors setup

File mount

Windows

Warning

File mount requires WinFSP to be installed with: FUSE for Cygwin option enabled.
If you use winget please note that by default this module doesn't get installed.

macOS

Warning

Currently in order for mount to work reliably you'll need to install Rclone and either macFUSE (more performant and stable, but more cumbersome installation), or FUSE-T (less performant, less stable, but simpler installation).
Finally, you'll need to make sure that in your Settings your mount is set to FUSE as on the below screenshot. FUSE mount

Experimental

Since 1.7.0 version technically it's not required to install any additional packages as S3Drive mounts drive using NFS natively.
Unfortunately this doesn't seem to perform as well as classic FUSE mount. It is a temporary option for users not wanting to install any FUSE extensions, before we finalize native macOS integration with Finder. NFS mount

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