Free to download for Windows, macOS, and Linux. No account required — just install and connect to Salesforce.
Latest Stable Release
Download SFDC File Exporter — WindowsWindows 10 or Windows 11 (64-bit)
4 GB minimum (8 GB recommended)
Java Runtime Environment (JRE) must be installed — the app ships as a runnable .jar
Space for the JAR + your export destination
Required to connect to Salesforce API
Enterprise, Unlimited, Developer, Professional (with API)
Salesforce username & password — no security token required
.jar file, so there is no setup wizard to run. You need a Java
Runtime Environment installed on your machine first — check by opening Command Prompt and running
java -version. If that command is not recognised, install Java from
adoptium.net before continuing.
Open Command Prompt and run java -version. If you see a version number, you're ready. If not, install a Java Runtime from adoptium.net and reopen Command Prompt.
Click the Download button above to get sfdc-file-exporter-1.0.0.jar. There is no installer and nothing to set up — save the file wherever you like.
Double-click the .jar file. If Windows opens it in an archive tool instead, open Command Prompt in the folder containing the file and run:
java -jar sfdc-file-exporter-1.0.0.jar
Enter your Salesforce username and password, choose production or sandbox, then select your file type, apply filters, pick an export folder and click Export.
.jar
files with an archive tool such as WinRAR or 7-Zip, which opens the file instead of running it. Running
java -jar sfdc-file-exporter-1.0.0.jar from Command Prompt always works. To fix
the association permanently, right-click the file, choose Open with → Choose another app,
and select Java(TM) Platform SE binary.
Latest Stable Release
Download SFDC File Exporter — macOSmacOS 12 Monterey or later
Apple Silicon (M1/M2/M3) & Intel x64 — universal binary
4 GB minimum (8 GB recommended)
~55 MB for app + export destination space
Required to connect to Salesforce API
Enterprise, Unlimited, Developer, Professional (with API)
Click the Download button above to get the .dmg disk image.
Double-click the downloaded .dmg file. An installer window opens showing the SFDC File Exporter app, a shortcut to your /Applications folder, and an uninstall script.
Drag SFDC File Exporter onto the /Applications folder in the same window. Once the copy finishes, eject the disk image.
Enter your Salesforce username and password, choose your environment, and start exporting. No security token required.
Latest Beta Release
Any distribution that can run Java — Ubuntu, Debian, Fedora, Arch and others
Java Runtime Environment (JRE) must be installed — the app ships as a runnable .jar
Architecture-independent — runs anywhere the JVM runs
4 GB minimum (8 GB recommended)
Space for the JAR + your export destination
Required to connect to Salesforce API
A desktop environment (X11 or Wayland) — no other packages needed
Check with java -version. If it's missing, install it with your package manager — for example sudo apt install default-jre on Ubuntu/Debian, or sudo dnf install java-latest-openjdk on Fedora.
Click the Download button above to get sfdc-file-exporter-1.0.0.jar. There is nothing to extract or install — save the file wherever you like.
Open a terminal in the folder containing the file and run:
java -jar sfdc-file-exporter-1.0.0.jar
No chmod is needed — the JAR is launched by Java, not executed directly.
Enter your Salesforce username and password, choose your environment, and start exporting. No security token required.
Regardless of your OS, you'll need the following from your Salesforce org.
Enterprise, Unlimited, Developer, or Professional with API add-on. API access is required for all export operations.
Just your Salesforce login credentials — no security token required. The new version authenticates directly with Salesforce.
Your user profile needs "View All Data" or object-level Read access on the file objects you want to export.
Have a license key? Activate it inside the app under Settings → License.
Buy a LicenseUnderstand exactly how data flows and why your Salesforce data is safe.
Read Security Docs