Skip to content

Installation

uc-apx ships as a single static binary. No runtime, no package manager needed.

  • An Oracle APEX application exported in APEXlang format (requires APEX 26.1+)
  • SQLcl 26.1.2+ — only needed for validate --official. Optional for everything else.

Download the latest release for your platform from the GitHub releases page.

Terminal window
curl -L https://github.com/United-Codes/uc-apx/releases/latest/download/uc-apx_darwin_arm64.tar.gz | tar xz
chmod +x uc-apx
sudo mv uc-apx /usr/local/bin/
Terminal window
uc-apx version
uc-apx v26.1
Go: go1.26.1
mmdVersion: 26.1.x
Copyright United Codes (https://united-codes.com)
Developed by Philipp Hartenfeller (https://hartenfeller.dev)
GitHub: https://github.com/United-Codes/uc-apx

Every uc-apx command takes --app-dir to specify which exported APEX application to work with. The directory must contain .apex/apexlang.json and at least one .apx file.

Terminal window
uc-apx --app-dir /path/to/my-apex-app overview