Welcome to the official download page for our software
| Version | Architecture | Tar File |
|---|---|---|
| 4.2.17 | x64 | Download |
| 4.2.5 | x64 | Download |
| 4.2.4 | x64 | Download |
| 4.2.0 | x64 | Download |
| 4.1.23 | x64 | Download |
| 4.1.5 | x64 | Download |
| 4.1.3 | x64 | Download |
| 4.1.2 | x64 | Download |
| 4.1.1 | x64 | Download |
Release Date: Jan 30, 2025
- Security fixes
- Introduction of sending data only on Alert
Release Date: Nov 4, 2025
- Prometheus and Grafana support enhancement and dashboard templates available under templates folder
Release Date: Oct 29, 2025
- Enhanced alerts - Alerts now includes top 5 worst transactions that occurred during the observation window.
Release Date: Oct 13, 2025
- Security Vulnerability fixes
- On Alert Data: Introduced a mode that minimizes data sent to the cloud. Users can now configure how much data to upload when an alert occurs — including the N minutes before and N minutes after the event.
Update following in your setup:
Environment Variable additions:
- MICROAI_AM_ENABLE_ON_ALERT=true
- MICROAI_AM_ALERT_DATA_CAPTURE_DURATION_MINUTES=15
- MICROAI_AM_LAUNCHPAD_ACCESSTOKEN_URL=https://cloud1-coreapi.micro.ai
- MICROAI_AM_LAUNCHPAD_USERNAME={user's launchpad username}
- MICROAI_AM_LAUNCHPAD_PASSWORD={user's launchpad password}
Release Date: Sept 23, 2025
- Security Vulnerability fixes
- Dockerfile setup update
- MQTT TLS enabled exporter
Update following in your setup:
Environment Variable additions:
- MICROAI_AM_TLS_ENABLED=true
Dockerfile changes:
- RUN curl -L -o MicroAI_AM_agent.tar.gz https://maicdn.micro.ai/MicroAI_AM_Agent/MicroAI_AM_agent_4.1.23-linux-amd64.tar.gz &&
tar -xzvf MicroAI_AM_agent.tar.gz &&
chmod +x MicroAI_AM_agent/lib/scripts/setup.sh &&
./MicroAI_AM_agent/lib/scripts/setup.sh
Release Date: Aug 29, 2025
- Enhanced Email Alerts: Email notifications now fixed with trace data for improved visibility and diagnostics.
- Agent Vulnerability Fixes: Addressed multiple security vulnerabilities in the agent to improve overall system resilience and safety.
Update following parameters:
MICROAI_AM_EMAIL_ICONS_BASE_URL=https://micro.ai
ELASTIC_AGENT_PATH=/MicroAI_AM_agent/lib/elastic/java/elastic-apm-agent-1.55.1.jar
Release Date: Aug 05, 2025
- Resolved an issue where email notification links were directing users to a blank data page.
- Addressed a bug in the data ingestion pipeline to ensure consistent and accurate data processing.
Release Date: July 23, 2025
- Introduced functionality to monitor application resource consumption
- Introduced monitoring for application running state, including detection of up, down, and recover state
Release Date: July 3, 2025
- Added functionality to adjust AI alert sensitivity, enabling fine-tuned control based on user preference.
- Introduced the ability to customize alert severity, enabling users to define which levels of alert severity they wish to receive.
Note: To monitor containerized applications:
- Ensure Docker is installed and running on your system before executing the commands. See Docker docs.
- If you need to update the configuration file, you can mount the config directory using the
-voption and add this to the commands below:-v <absolute_path_to_config_directory_on_host_machine>:<working_dir_path>/MicroAI_AM_agent/config
- Similarly, to access logs from the host machine, mount the log directory as follows:
-v <absolute_path_to_log_directory_on_host_machine>:<working_dir_path>/MicroAI_AM_agent/data/logs
- Only supports system with GLIBC 2.27 or newer