メインコンテンツまでスキップ

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 computerClick to copy link

  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, Bitrise Plugins and Toolkits are installed on your local machine. If not, it will automatically install them. On macOS, it also checks for Homebrew, prompting you to install it manually if missing.

Starting the offline Workflow EditorClick to copy link

  1. cd into a directory where you have your bitrise.yml.
  2. Run bitrise :workflow-editor command to start your offline session.

Upgrading Workflow Editor versionClick to copy link

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