Download Infinit
Available for Linux, Mac, Windows and Docker.
macOS
Windows
Docker
Kubernetes
Mesosphere
OpenStack
NOTE: By downloading the software, you accept the Terms and Conditions of Infinit.
Download FUSE
Infinit relies on FUSE to create file systems in userland. You'll need to install FUSE for macOS from the link below if you want to make use of the FUSE file system interface:
NOTE: Infinit requires a version of FUSE for macOS that is newer than available on https://osxfuse.github.io/.
Download Infinit via Homebrew
To install the command-line tool, simply run the following command:
$> brew install infinit/releases/infinit
...
Download FUSE
Infinit relies on FUSE to create file systems in userland. You'll need to install FUSE for macOS from the link below if you want to make use of the FUSE file system interface:
NOTE: Infinit requires a version of FUSE for macOS that is newer than available on https://osxfuse.github.io/.
Download Infinit Tarball
Click the link below to download the Infinit command-line tool:
Download FUSE
Infinit relies on FUSE to create file systems in userland. Assuming you want to make use of the FUSE file system interface, you will need to install FUSE using your distribution's package manager. For example, if you use a Debian based distribution, you would use apt-get
:
$> sudo apt-get install fuse
Some distributions, such as Red Hat Enterprise Linux and CentOS, require that you add your user to the fuse group. You will only need to do this step if you get a permission denied error when trying to mount a volume. After adding the user to the group, you will need to logout and back in again.
$> sudo usermod -aG fuse $USER
Download Infinit with apt
First import the public key used by the package management system:
$> sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3D2C3B0B
...
gpg: key 6821EB43: public key "Infinit <contact@infinit.sh>" imported
Ensure that you have the add-apt-repository
command and apt-transport-https
installed:
$> sudo apt-get install software-properties-common apt-transport-https
Reading package lists... Done
Building dependency tree
Reading state information... Done
software-properties-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Then add the repository locally:
$> sudo add-apt-repository "deb https://debian.infinit.sh/ trusty main"
Finally, you can update your local list of packages and install the command-line tool as you would any other package:
$> sudo apt-get update
$> sudo apt-get install infinit
...
Unpacking infinit (0.8.0)...
Setting up infinit (0.8.0)...
The binaries can then be found in /opt/infinit/bin
.
Download Infinit with yum
First intall yum utilities:
$> sudo yum install yum-utils
Then add the repository locally:
$> sudo yum-config-manager --add-repo https://yum.infinit.sh/infinit.repo
Finally, just install infinit:
$> sudo yum install infinit
Download Infinit Tarball
Click the link below to download the Infinit command-line tool:
Download Infinit Tarball
Click the link below to download the Infinit command-line tool:
Download FUSE
Infinit relies on FUSE to create file systems in userland. Assuming you want to make use of the FUSE file system interface, you will need to install FUSE using your distribution's package manager. For example, if you use a Debian based distribution, you would use apt-get
:
$> sudo apt-get install fuse
Some distributions, such as Red Hat Enterprise Linux and CentOS, require that you add your user to the fuse group. You will only need to do this step if you get a permission denied error when trying to mount a volume. After adding the user to the group, you will need to logout and back in again.
$> sudo usermod -aG fuse $USER
Download Infinit Tarball
Click the link below to download the Infinit command-line tool:
Download Dokany
Infinit relies on dokany to create filesystems in userland. You will need to install it from the link below:
NOTE: Infinit currently requires a 64 bit version of Windows 7, Windows 8 or Windows 10.
Download Infinit Tarball
Click the link below to download the Infinit command-line tool:
Extract the ZIP file to a folder of your choice.
Get Infinit
Get the latest infinit image from Docker:
$> docker run --rm --privileged -it infinit/infinit bash
Note: The Infinit image runs on Ubuntu.
Talk to us on the Internet!
Ask questions to our team or our contributors, get involved in the project...