HYTE Platform provides a standards-based runtime for running modular applications. Support for using REST APIs, enterprise messaging and integration flows.
- Java 21/17/11
- Apache ActiveMQ (v5.19.10) for messaging and eventing
- Apache Camel (v3.22.4) for integration and low-code process flows
- Apache CXF (v3.6.12) for REST API (JAX-RS)
- Apache Karaf (v4.4.11) lightweight runtime
- Jackson (v2.19.2) for JSON data formats
- LMAX disruptor (v3.4.4) for high-speed async logging with log4j2
Latest version: 4.4.8.hyte-26100
Default administrator account name: admin Default password: admin
| Service | Port | URL | Example usage |
|---|---|---|---|
| HTTP | 8181 | http://localhost:8181 | wget http://localhost:8181 |
| API base url | 8181 | http://localhost:8181/api | wget http://localhost:8181/api |
| SSH | 8101 | ssh://localhost:8101 | ssh -p 8101 admin@localhost |
| JMXMP | 9999 | service:jmx:jmxmp://localhost:9999 | |
| JMX | 44444/1099 | service:jmx:rmi://localhost:44444/jndi/rmi://localhost:1099/karaf-root |
- UNIX 64-bit tar.gz: Download latest
- Windows 64-bit zip: Download latest
<dependency>
<groupId>io.hyte.platform</groupId>
<artifactId>hyte-runtime</artifactId>
<version>4.4.8.hyte-26100</version>
<classifier>unix</classifier>
<type>tar.gz</type>
</dependency>
<dependency>
<groupId>io.hyte.platform</groupId>
<artifactId>hyte-runtime</artifactId>
<version>4.4.8.hyte-26100</version>
<classifier>win64</classififer>
<type>zip</type>
</dependency>
HYTE MQ is a packaged build of Apache ActiveMQ that applies enterprise grade best practices
- UNIX 64-bit tar.gz: Download latest
- Windows 64-bit zip: Download latest
<dependency>
<groupId>io.hyte.platform</groupId>
<artifactId>hyte-mq</artifactId>
<version>4.4.8.hyte-26100</version>
<classifier>unix</classifier>
<type>tar.gz</type>
</dependency>
<dependency>
<groupId>io.hyte.platform</groupId>
<artifactId>hyte-mq</artifactId>
<version>4.4.8.hyte-26100</version>
<classifier>win64</classififer>
<type>zip</type>
</dependency>
HYTE DB is a packaged build of H2 Database
- UNIX 64-bit tar.gz: Download latest
- Windows 64-bit zip: Download latest
<dependency>
<groupId>io.hyte.platform</groupId>
<artifactId>hyte-db</artifactId>
<version>4.4.8.hyte-26100</version>
<classifier>unix</classifier>
<type>tar.gz</type>
</dependency>
<dependency>
<groupId>io.hyte.platform</groupId>
<artifactId>hyte-db</artifactId>
<version>4.4.8.hyte-26100</version>
<classifier>win64</classififer>
<type>zip</type>
</dependency>