Dataflare logo

Dataflare

GitHub
Dataflare icon

Download Dataflare

Choose the version that suits your operating system (OS) and CPU architecture

macOS

brew install dataflare
Dataflare.dmg(Apple Silicon)Download
Dataflare.dmg(Intel)Download

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.

  1. Close Dataflare. Make sure all Dataflare windows are closed.
  2. Create the portable data folders. In the same folder as Dataflare-Portable.exe, create a folder named .dataflare. Inside it, create another folder named webview.
  3. Copy the WebView data. Paste %LOCALAPPDATA%\app.dataflare.desktop into the File Explorer address bar. Copy everything inside that folder to .dataflare\webview.
  4. Copy the application data. Open %APPDATA%\app.dataflare.desktop in File Explorer and copy everything inside it to .dataflare.
  5. Verify and uninstall. Open Dataflare-Portable.exe and 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