Try all features of OrgFlow without limits completely free for 2 months. No credit card or billing information required. Finished trialling? Starter Edition is free — and always will be.
The same download and binaries are used for both trial and subscription licenses.
Run the downloaded .msi
file to install OrgFlow on your computer.
OrgFlow is not yet signed. When running the .msi
installer, you may see warnings about running an unrecognized app or installing software from an unknown publisher. We plan to start signing our binaries and installer with a publisher certificate in the future.
By downloading and using OrgFlow you are agreeing to our End User License Agreement.
universal | x64 | arm64 | |
---|---|---|---|
Installer (.pkg) | |||
ZIP archive |
The universal build runs on both Intel and Apple Silicon processors and is recommended. Please note that the x64 version will not run reliably on Apple Silicon processors.
To use the installer, run the downloaded .pkg
file to install OrgFlow on your computer. If you prefer to use the ZIP archive, OrgFlow can be run using the orgflow
executable file from the extracted directory.
Both the installer and the OrgFlow binary are signed and notarized by Apple.
By downloading and using OrgFlow you are agreeing to our End User License Agreement.
OrgFlow can be run using the orgflow
executable file from the extracted directory. For more convenience, consider adding the directory to the PATH
variable of your shell, or create a symlink to the orgflow
executable in a location such as /usr/local/bin
.
By downloading and using OrgFlow you are agreeing to our End User License Agreement.
Docker images for OrgFlow can be found here:
https://hub.docker.com/r/orgflow/cli
To run OrgFlow in a Docker container interactively:
$ docker run --interactive --tty --rm orgflow/cli
$ orgflow --help
Please see our docs for more advanced Docker scenarios.
We currently publish Docker images for linux/amd64
and linux/arm64
platforms only. To run OrgFlow in a Docker container on Windows, your system must be configured to use Linux containers.
By downloading and using OrgFlow you are agreeing to our End User License Agreement.
OrgFlow for GitHub Actions:
https://github.com/marketplace/actions/orgflow-salesforce-devops-for-github
You are not required to use our actions in order to use OrgFlow in your GitHub Actions workflows, but they do a lot of heavy lifting for you and ensure OrgFlow is configured and invoked in a way that ensures an optimal experience in GitHub Actions.
See our demo template repository for complete sample workflows and a guided tutorial.
Our setup
action downloads, installs and configures OrgFlow in your GitHub Actions workflow using a single step:
steps:
# Download and install latest version
- uses: orgflow-actions/setup@v1
with:
license-key: ${{ secrets.ORGFLOW_LICENSEKEY }}
env:
ORGFLOW_ACCEPTEULA: "true"
# Run any OrgFlow command
- run: orgflow stack:list
By installing and using OrgFlow in GitHub Actions you are agreeing to our End User License Agreement.
Yes, OrgFlow requires a valid license key to run. The first time you run an OrgFlow command, you’ll be asked to either provide a valid license key or request a trial license key.
If you already have a paid subscription, enter the license key you received when starting your subscription.
To request a trial license key, simply provide your email address when prompted. A trial license key will be issued and sent to the email address provided. No credit card or other billing information is required. A trial license key lets you use OrgFlow completely free for 2 months, with no limits. To continue to use OrgFlow after your trial license expires, visit our pricing page to find the right subscription plan for your team.
A trial license key entitles you to use OrgFlow for free for 2 months (also for production/commercial use) with an unlimited number of stacks and orgs. This is essentially equivalent with our Enterprise plan, except without the SLA for technical support. We will provide technical support to you during your trial period, but without a guaranteed SLA or response time.
Download OrgFlow from this page and get started. The first time you run an OrgFlow command, you’ll be asked to either provide a valid license key or request a trial license key.
To request a trial license key, simply provide your email address when prompted. A trial license key will be issued and sent to the email address provided. No credit card or other billing information is required. A trial license key lets you use OrgFlow completely free for 2 months, with no limits.
No, you only need to provide a valid email address to which the free 2-month trial license should be sent.
Whether you have a paid subscription or want to try OrgFlow for free, you download the product from this page. The same download and binaries are used for both trial and paid licenses.
To use OrgFlow, you also need:
We do not provide Salesforce accounts and Git repositories as part of our services.
OrgFlow uses the Metadata API to connect to your Salesforce orgs, in order to flow metadata changes between Salesforce and your Git repository.
OrgFlow supports any Salesforce org where the Metadata API is available, including:
OrgFlow requires:
When running OrgFlow from our Docker images, all requirements are already provided by the images.
Visit our support page to get in touch with us for technical support.
Our installer packages and binaries are not yet digitally signed or notarized.
.msi
installer package you may see warnings about running an unrecognized app or installing software from an unknown publisher..pkg
installer package, in order to bypass Gatekeeper in macOS Catalina or later.We plan to start signing and notarizing our binaries and installer packages with a publisher certificate in the future.
Not currently. However, installation through Homebrew will be provided in the near future.
Not currently. Installation through Windows package managers such as Chocolatey or winget may be provided in the future. If this feature is important to you, please reach out to us at support@orgflow.io.
Not currently. Installation through Linux distro package managers may be provided in the future. If this feature is important to you, please reach out to us at support@orgflow.io.
Version | Release notes |
---|---|
3.2.2 (2025-06-07) | Fixes and improvements
|
3.2.1 (2025-05-30) | New features and functionality
|