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.
Baseline: Ubuntu 24.04 LTS with Java 21 (OpenJDK). For Windows, see: Windows Installation.

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 Integrationpad-ee-11.0.0.0-237.zip- Pentaho Aggregation Designerpsw-ee-11.0.0.0-237.zip- Pentaho Schema Workbenchpme-ee-11.0.0.0-237.zip- Pentaho Metadata Editorprd-ee-11.0.0.0-237.zip- Pentaho Report Designer
Ensure
unzipis installed:
Create base Pentaho directory: ~
/Pentaho/design-tools.
Pentaho Data Integration (PDI)
Pentaho Data Integration (PDI) provides ETL capabilities for capturing, cleansing, and transforming data.
Locate
pdi-ee-11.0.0.0-237.zip.
Extract
pdi-ee-11.0.0.0-237.zip
Make
.shfiles executable.
Verify structure:
~/Pentaho/design-tools/
data-integration
jdbc-distribution
license-installer
Ubuntu 24.04 desktop UI notes
Some legacy UI components in Spoon may require GTK/WebKit libraries that vary by desktop flavor. On Ubuntu 24.04, if Spoon reports missing GTK/WebKit modules, follow the instructions: Missing GTK/WebKit modules
Start PDI (Spoon):

Pentaho Metadata Editor (PME)
Pentaho Metadata Editor creates and manages business-friendly semantic models.
Locate
pme-ee-11.0.0.0-237.zip.
Extract
pme-ee-11.0.0.0-237.zip.
Make
.shfiles executable.
Verify structure:
~/Pentaho/design-tools/
data-integration
jdbc-distribution
license-installer
metadata-editor
Start PME:

Locate
psw-ee-11.0.0.0-237.zip.
Extract
psw-ee-11.0.0.0-237.zip.
Make
.shfiles executable.
Verify structure:
~/Pentaho/design-tools/
data-integration
jdbc-distribution
license-installer
metadata-editor
schema-workbench
Start PSW:

Aggregation Designer (PAD)
Aggregation Designer recommends and builds aggregate tables to optimize Analyzer queries.
Extract
pad-ee-*.zip.
Make
.shfiles executable.
Verify structure:
~/Pentaho/design-tools/
data-integration
jdbc-distribution
license-installer
metadata-editor
schema-workbench
aggregation-designer
Start PAD:

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.shor 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_PATHif required.
Slow startup or out‑of‑memory errors:
Increase
-Xms/-Xmxin the tool’s*.inior startup script.
Missing GTK/WebKit modules
You will need to add a version from previous Jammy release:
Add package repository.
Add repository entry.
Update repositories.
Install package.
Start PDI.
Last updated
Was this helpful?
