Topics on this page
Latest downloads
Python
The Python agent is available to download from the Python package index repository pypi.org.
Java
The Java agent can now be downloaded from the Application Security Maven repository. Temporarily, during the transition, the Java agent can also be downloaded from the Trend Micro Download Center. However, within the next few releases of the Java agent, the download through the Download Center will be deprecated and it will only be available through the Maven repository.
Downloading the Java agent through the Maven repository
The Application Security Maven repository information for downloading the Java agent is provided in the following table:
repository Id | appsec-agent-java.release |
repository URL | https://maven.application.cloudone.trendmicro.com/release |
groupID | com.trend.app_protect |
artifactId | trend_app_protect |
For example, add the following to your Java project POM file, to download the Java agent from the Application Security Maven repository:
<repositories>
<repository>
<id>appsec-agent-java.release</id>
<url>https://maven.application.cloudone.trendmicro.com/release</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.trend.app_protect</groupId>
<artifactId>trend_app_protect</artifactId>
<version>LATEST</version>
</dependency>
</dependencies>
Downloading the Java agent through the Trend Micro Download Center
The Java agent can be download from this Trend Micro download link for Application Security.
PHP
The PHP agent can be downloaded from Trend Micro download center for Application Security. There are 2 versions of PHP agents depending on Linux distribution:
- Gnu based Linux, such as Debian and Ubuntu, for gnu based libC (glibc)
- Alpine Linux distribution for musl based libC Linux
PHP version | PHP API version | Download (.so PHP extension) |
---|---|---|
5.6 | 20131106 | [Gnu based Linux] - [Alpine Linux] |
7.0 | 20151012 | [Gnu based Linux] - [Alpine Linux] |
7.1 | 20160303 | [Gnu based Linux] - [Alpine Linux] |
7.2 | 20170718 | [Gnu based Linux] - [Alpine Linux] |
7.3 | 20180731 | [Gnu based Linux] - [Alpine Linux] |
7.4 | 20190902 | [Gnu based Linux] - [Alpine Linux] |
Node.js
The NodeJS agent can be downloaded from the Node.js package manager registry npmjs.com.