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¶
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¶
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¶
Info
If you miss your purchases, please visit: Missing purchase for more information
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.
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, exactly as on the below screenshot.