Installation

VS Code extension

  1. Open your project in VS Code, go to the Extensions tab and search for the ubCode extension.

    Extension ubCode
  2. Click on the “Install” button.

  3. Next steps

See also

ubc CLI

ubc is a standalone binary that can be run on any major platform without installation. Download the latest version for your platform:

After download, the binaries must be made executable on Linux and macOS:

chmod +x ubc-linux-x64-0.28.2
chmod +x ubc-linux-arm64-0.28.2
chmod +x ubc-darwin-arm64-0.28.2

To download the latest pre-release version, use these links instead:

Licensing

For local execution, an installed ubCode license also allows the unrestricted use of ubc. The CI/CD context requires a systems license. Read License configuration for more information.