For the complete documentation index, see llms.txt. This page is also available as Markdown.

Install Client Tools

Installation of Clients Tools ..

Pentaho Client Tools

There are two methods for installing the Business Analytics (BA) design tools. You can use either of these methods:

  • Pentaho Business Analytics Evaluation Wizard — Windows Desktop

  • Install each tool manually — Linux / Windows Desktop

The Evaluation Wizard is the easiest way to install design tools, utilities, or plugins on client workstations. Manual installation lets you place design tool files wherever needed. Choose a deployment that matches your DevOps and desktop constraints.

Pentaho Pro Suite - client tools overview
Pentaho Pro Suite

The following steps install the client tools on a Linux Desktop. ZIP filenames shown are examples; use your actual versions.

Unpack Pentaho Client Package (ZIP)

Use unzip to extract the server ZIP into the runtime directory. This avoids requiring the full JDK (the JRE does not include the jar tool).

  • pdi-ee-11.0.0.0-237.zip - Pentaho Data Integration

  • pad-ee-11.0.0.0-237.zip - Pentaho Aggregation Designer

  • psw-ee-11.0.0.0-237.zip - Pentaho Schema Workbench

  • pme-ee-11.0.0.0-237.zip - Pentaho Metadata Editor

  • prd-ee-11.0.0.0-237.zip - Pentaho Report Designer

  • Ensure unzip is installed:

  1. Create base Pentaho directory: ~/Pentaho/design-tools.

Pentaho Data Integration (PDI)

Pentaho Data Integration (PDI) provides ETL capabilities for capturing, cleansing, and transforming data.

  1. Locate pdi-ee-11.0.0.0-237.zip.

  1. Extract pdi-ee-11.0.0.0-237.zip

  1. Make .sh files executable.

  1. Verify structure:

~/Pentaho/design-tools/

  • data-integration

  • jdbc-distribution

  • license-installer


  1. Start PDI (Spoon):

Spoon UI

Pentaho Metadata Editor (PME)

Pentaho Metadata Editor creates and manages business-friendly semantic models.

  1. Locate pme-ee-11.0.0.0-237.zip.

  1. Extract pme-ee-11.0.0.0-237.zip.

  1. Make .sh files executable.

  1. Verify structure:

~/Pentaho/design-tools/

  • data-integration

  • jdbc-distribution

  • license-installer

  • metadata-editor

  1. Start PME:

Pentaho Metadata Editor UI
Pentaho Metadata Editor

Schema Workbench (PSW)

Schema Workbench is used to create and test Mondrian OLAP cube schemas.

  1. Locate psw-ee-11.0.0.0-237.zip.

  1. Extract psw-ee-11.0.0.0-237.zip.

  1. Make .sh files executable.

  1. Verify structure:

~/Pentaho/design-tools/

  • data-integration

  • jdbc-distribution

  • license-installer

  • metadata-editor

  • schema-workbench

  1. Start PSW:

Pentaho Schema Workbench UI
Schema Workbench

Aggregation Designer (PAD)

Aggregation Designer recommends and builds aggregate tables to optimize Analyzer queries.

  1. Extract pad-ee-*.zip.

  1. Make .sh files executable.

  1. Verify structure:

~/Pentaho/design-tools/

  • data-integration

  • jdbc-distribution

  • license-installer

  • metadata-editor

  • schema-workbench

  • aggregation-designer

  1. Start PAD:

Pentaho Aggregation Designer UI
Aggregation Designer
General Troubleshooting (click to expand)
  • Spoon fails to start or shows GTK/WebKit errors:

    • Install GTK/WebKit libs (see the note below) and try again.

    • Launch with additional SWT/GTK flags if needed, or test on a different desktop flavor.

  • Fonts/UI rendering issues on HiDPI displays:

    • Try GDK_SCALE=2 ./spoon.sh or adjust your desktop scaling.

  • Missing JDBC drivers in clients:

    • Copy the required driver JARs into the tool‑specific folders (see driver locations in the Server page) and restart the tool.

  • License prompts or feature disabled:

    • Ensure the License Manager has activated client entitlements; verify PENTAHO_LICENSE_INFORMATION_PATH if required.

  • Slow startup or out‑of‑memory errors:

    • Increase -Xms/-Xmx in the tool’s *.ini or startup script.

Missing GTK/WebKit modules

You will need to add a version from previous Jammy release:

  1. Add package repository.

  1. Add repository entry.

  1. Update repositories.

  1. Install package.

  1. Start PDI.


Last updated

Was this helpful?