Download Dataflare
Choose the version that suits your operating system (OS) and CPU architecture
Windows
winget install Dataflare.Dataflare
Dataflare.exe(x86_64)Download
Dataflare.exe(Arm64)Download
Portable version
Portable.exe(x86_64)Download
Portable.exe(Arm64)Download
How to migrate from the Windows installer to the portable version?
Download Dataflare-Portable.exe, place it in a writable folder, then migrate your existing data before uninstalling the installed version.
- Close Dataflare. Make sure all Dataflare windows are closed.
- Create the portable data folders. In the same folder as
Dataflare-Portable.exe, create a folder named.dataflare. Inside it, create another folder namedwebview. - Copy the WebView data. Paste
%LOCALAPPDATA%\app.dataflare.desktopinto the File Explorer address bar. Copy everything inside that folder to.dataflare\webview. - Copy the application data. Open
%APPDATA%\app.dataflare.desktopin File Explorer and copy everything inside it to.dataflare. - Verify and uninstall. Open
Dataflare-Portable.exeand confirm that your connections, settings, and other data are available. If everything works correctly, uninstall the original Dataflare installation.
Your license remains in Windows Credential Manager and does not need to be copied.
Linux
Dataflare.AppImage(x86_64)Download
Dataflare.AppImage(Arm64)Download
How to run AppImage?
# Allow executing file as program
chmod +x Dataflare.AppImage# Open Dataflare
./Dataflare.AppImage# AppImages require FUSE version 2 to run. Many distributions have a working FUSE setup out-of-the-box. However if it is not working for you, you may need to install and configure FUSE manually.
https://github.com/AppImage/AppImageKit/wiki/FUSE