Download - Virtimo File Server

You can download all the files (except for License) you need to install or update the BPC from this page.

The installation files are made available via the Virtimo File Server. There, the required files are organized by version and can be downloaded via your browser.

At https://files.Virtimo.net/BPC/latest/support/5.0.x/release/, you will always find the latest release of version 5.0.

BPC Bundle

In addition to the individual files, we also provide a bundle.
This bundle contains the files required for a basic installation of the BPC, as well as those that are recommended. The files are packaged in an archive and are already organized according to the recommended folder structure.

The bundle contains the following components:

Files to Download

Click on the links below to download the files directly.

Core Component Apache Karaf

See also Karaf.

  • Unix Systems

  • Windows systems

OpenSearch Core Component

See also OpenSearch.

BPC Modules

Core Application

Dashboard Module

See also Process Dashboard.

VIMON Module

See also VIMON.

This module is used to easily integrate Virtimo VIMON into the BPC.

File Storage Module

To use the file storage functionality, which allows files to be stored with various cloud services, the corresponding module for the cloud service must be installed:

Dark Theme

This is a dark theme for the BPC.

PAX JDBC Feature Installer Module

Watchdog Module

Optional special module. By default, it becomes active after 90 seconds and then checks the status of the Backend Core module (core application) every 30 seconds. As long as the Backend Core module is in the 'RESOLVED' status, it will keep trying to start it.

Central Configuration Files

For the central configuration of the BPC outside of Karaf and OpenSearch.

Java

See also Java Installation.

  • Unix systems

  • Windows systems

OpenSearch BPC Plugin

This plugin is already preinstalled in our OpenSearch distribution. You can also install the plugin in a vanilla OpenSearch installation or update an existing one. However, we recommend always updating the entire OpenSearch.

Start and Stop Scripts

Scripts for starting and stopping the BPC and the system components OpenSearch and Karaf.

  • Unix systems

  • Windows systems

For more information on using the scripts, see Starting and Stopping BPC.

Scripts for creating systemd configurations

These scripts can be used to install the BPC as a Service on Linux/Unix systems via systemd.

OpenAPI specification files

We provide OpenAPI-compliant specifications for our API endpoints. These are available in JSON and YAML formats.

BPC OpenSearch Tool

We provide a command-line tool that can be used to list, delete, export, and import OpenSearch indices.

For more information on using the tool, see BPC OpenSearch Tool.

Example / Template Theme

This is an alternative theme for the BPC. It can be used as a starting point for creating your own themes.

Verify Files

We provide additional signatures for most files. Using the signature, you can verify that the downloaded file was not corrupted during the download or tampered with by unauthorized parties. The signature file has the same name as the file to be verified, with the additional extension .sig.

We use the established sigstore project to generate the signatures and perform the subsequent verification. Please install the cosign program to verify the artifacts. You can find the installation documentation at https://docs.sigstore.dev/system_config/installation/.

The public key for verifying the signature is provided via the public repository https://bitbucket.org/Virtimo/product-verification/. This allows changes to the public key to be transparently tracked. It also ensures that the files (including the signature) and the public key are distributed across two separate systems. This makes it more difficult for attackers to deliberately manipulate the files.

Verifying a File with a Signature

To verify a file, you also need the signature file and the public key.

Example using the file bpc-be-core
cosign verify-blob bpc-be-core.jar --signature bpc-be-core.jar.sig --key https://bitbucket.org/virtimo/product-verification/raw/main/cosign.pub

Keywords: