Download for Linux Desktop

Installers

You can click here for the full Linux installation guide.

Ubuntu

Insync supports AMD and Intel 64 bit architectures only.

Find your Ubuntu version below and click to get the installer:

Debian

Insync supports AMD and Intel 64 bit architectures only.

Find your Debian version below and click to get the installer:

Linux Mint

Insync supports AMD and Intel 64 bit architectures only.

Find your Linux Mint version below and click to get the installer:

Fedora

Insync supports AMD and Intel 64 bit architectures only.

Find your Fedora version below and click to get the installer:

CentOS / RHEL

Insync supports AMD and Intel 64 bit architectures only.

Find your CentOS / RHEL version below and click to get the installer:

PACKAGES

Caja

Insync only supports 64-bit.

Click to get the packages for Caja below:

Dolphin

Insync only supports 64-bit.

Click to get the packages for Dolphin below:

Nautilus

Insync only supports 64-bit.

Click to get the packages for Nautilus below:

Nemo

Insync only supports 64-bit.

Click to get the packages for Nemo below:

Thunar

Insync only supports 64-bit.

Click to get the packages for Thunar below:

  • deb (not available)
  • rpm

Repositories

APT

Installing the insync package will add the repository entry automatically. These steps are kept for reference in case of issues. Note: Insync only supports 64-bit.

STEP 1: Add our public GPG key to allow apt to authenticate the Insync repository

$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ACCAF35C

If the previous command did not work, use this instead:

$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys ACCAF35C

STEP 2: Create a file /etc/apt/sources.list.d/insync.list with the following content

deb http://apt.insync.io/[DISTRIBUTION] [CODENAME] non-free contrib

Replace [DISTRIBUTION] with your Linux distro: ubuntu, debian, mint
Replace [CODENAME] with your Linux distro codename. Make sure to use lowercase letters as it's case-sensitive.
Here is a list of codenames for ubuntu, debian, and mint For example Ubuntu 12.04 is precise

Here is an example for Ubuntu 17.10:

deb http://apt.insync.io/ubuntu artful non-free contrib

Source packages are not available, only binaries.

STEP 3: Update the apt repository

$ sudo apt-get update

STEP 4: Install Insync

$ sudo apt-get install insync

File manager integration will be added when Insync is run.

The APT repository officially supports Debian, Mint, and Ubuntu only.
For other Debian-based distributions, try using the one for Debian Jessie.

$ curl -O https://cdn.insynchq.com/builds/linux/insync-headless-3.2.6.10745-fc31.x86_64.rpm
$ sudo yum install ./insync-headless-3.2.6.10745-fc31.x86_64.rpm

$ curl -O https://cdn.insynchq.com/builds/linux/insync-headless-3.2.6.10745-fc29.x86_64.rpm
$ sudo yum install ./insync-headless-3.2.6.10745-fc31.x86_64.rpm

YUM

Installing the insync package will add the repository entry automatically. These steps are kept for reference in case of issues. Note: Insync only supports 64-bit.

STEP 1:
Import the public GPG key used to sign the RPMs.

$ sudo rpm --import https://d2t3ff60b2tol4.cloudfront.net/repomd.xml.key

STEP 2:
Create a new file insync.repo in /etc/yum.repos.d/ with the following content. Replace [DISTRIBUTION] with fedora, opensuse-leap, opensuse-tumbleweed, centos, or rhel.

If you're using opensuse-tumbleweed, replace $releasever with rolling. Make sure to use lowercase letters as it's case-sensitive.

[insync]
name=insync repo
baseurl=http://yum.insync.io/[DISTRIBUTION]/$releasever/
gpgcheck=1
gpgkey=https://d2t3ff60b2tol4.cloudfront.net/repomd.xml.key
enabled=1
metadata_expire=120m

STEP 3: Install Insync

$ sudo yum install insync

File manager integration will be added when Insync is run.

$ curl -O https://cdn.insynchq.com/builds/linux/insync-headless-3.2.6.10745-fc31.x86_64.rpm
$ sudo yum install ./insync-headless-3.2.6.10745-fc31.x86_64.rpm

$ curl -O https://cdn.insynchq.com/builds/linux/insync-headless-3.2.6.10745-fc29.x86_64.rpm
$ sudo yum install ./insync-headless-3.2.6.10745-fc31.x86_64.rpm