Download Installation Kit

Visit the official download website and get the installation kit.

Select your preferred platform

Select your preferred platform, review and accept the License Agreement and click download.

Accept license agreement and download

Continue with the setup instructions that better suit your environment.

Verify the Kit Before Installation

Before you run the installer:

  1. Confirm that the architecture in the file name matches the host where you will run Agent Factory.
  2. Copy the kit to a new staging directory. Do not reuse the staging directory from an older installation or upgrade attempt.
  3. Confirm that the host has enough free space for extraction, image build, snapshots, logs, and persistent volumes. See Prerequisites and Installation Modes.
  4. Extract the archive and review the top-level files. The kit includes installer scripts, Makefile targets, compose files, application artifacts, and diagnostics utilities.
mkdir -p <new_staging_directory>
cp oracle_agent_factory_<architecture>_26.4.0.tar.gz <new_staging_directory>/
cd <new_staging_directory>
tar -xzf oracle_agent_factory_<architecture>_26.4.0.tar.gz
ls

Use the extracted staging directory for the remaining setup commands.