Internxt Drive is available for Linux in two formats:
Download and install the .deb package for full compatibility:
sudo dpkg -i internxt_2.5.1_amd64.debAlternatively, you can use the AppImage format:
chmod +x Internxt-2.5.1.AppImage
./Internxt-2.5.1.AppImageDue to technical limitations of the AppImage format, the new SSO login flow is only supported when using Chrome. The .deb version does not have this restriction and remains fully compatible with all browsers.
For the best experience with SSO authentication, we recommend using the .deb package installation method.
- NVM (Node Version Manager)
- Node.js 18
Clone the repo and install dependencies:
git clone https://github.com/internxt/drive-desktop-linux.git
cd drive-desktop-linux
yarn installStart the app in the dev environment:
yarn startTo package apps for the local platform:
yarn package