Skip to main content

Installing and upgrading the offline Workflow Editor

Bitrise Workflow Editor is designed in such a way that you can run it offline on your Mac/PC without having to log into bitrise.io. The Workflow Editor is open source, you can find its repository here. You can also join the discussion around Workflow Editor here.

Installing the offline Workflow Editor to your computer

  1. Install the Bitrise CLI.

  2. Make sure you have Go installed on your local computer.

  3. Run bitrise setup to install offline Workflow Editor as part of the Bitrise Plugins.

    Running bitrise setup also checks if Bitrise Core tools, OS X tools, Bitrise Plugins and Toolkits are installed on your local machine. If not, the command will automatically install them.

Starting the offline Workflow Editor

  1. cd into a directory where you have your bitrise.yml.

  2. Run bitrise :workflow-editor command to start your offline session.

Here is the overall look and feel:

Installing and upgrading the offline Workflow Editor

Upgrading Workflow Editor version

You can upgrade to the latest version of the Workflow Editor by running bitrise plugin update workflow-editor command.