Zato installation on Ubuntu

Note: These are advanced installation instructions that should be used only if you've been advised to do so by Zato support.

Otherwise, use Docker Quickstart which will start a fully working environment for you in 5 minutes, and then you'll be able to focus on your actual integration and automation work.

Repeat: Use Docker Quickstart unless Zato support specifically advised that you use the instructions below.

Requirements

  • Ubuntu 24.04 or newer
  • Sudo rights

Installation steps

  • Install helper packages:
sudo apt-get install -y git
  • Install Zato:
git clone https://github.com/zatosource/zato
cd zato/code
git checkout support/3.3
./install.sh
# [Wait for the installer to finish]
  • Confirm the installation:
./bin/zato --version
# E.g. 3.3.yyyy.mm.dd+rev.c91d69be6-py3.12.5-ubuntu.24.04-noble

That concludes the process - you can refer to the main documentation index now.