Pre-compiled binaries and installation scripts for ClusterEye

Quick Install

$ Full Stack (Kind + Helm)
curl -sSL https://archive.clustereye.com/clustereye-stack-install.sh | bash

Installs Kind, Helm, and the complete ClusterEye stack on Ubuntu 24.04

$ Agent Only (Linux)
curl -sSL https://archive.clustereye.com/install.sh | sudo bash -s -- -p postgres

Platforms: postgres, mongo, mssql

Linux Releases

v1.0.37 Latest
March 14, 2026
clustereye-agent-linux-amd64 x86_64
config.yaml Example Config
v1.0.36
March 13, 2026
clustereye-agent-linux-amd64 x86_64
config.yaml Example Config
v1.0.35
March 12, 2026
clustereye-agent-linux-amd64 x86_64
config.yaml Example Config
v1.0.33
March 12, 2026
clustereye-agent-linux-amd64 x86_64
config.yaml Example Config
v1.0.32
March 12, 2026
clustereye-agent-linux-amd64 x86_64
config.yaml Example Config
v1.0.31
March 12, 2026
clustereye-agent-linux-amd64 x86_64
config.yaml Example Config
v1.0.30
March 11, 2026
clustereye-agent-linux-amd64 x86_64
config.yaml Example Config
vv1.0.11
January 14, 2026
clustereye-agent-linux-amd64 x86_64
config.yaml Example Config
vv3
November 19, 2025
clustereye-agent-linux-amd64 x86_64
config.yaml Example Config
v1.2.04101953
November 4, 2025
clustereye-agent-linux-amd64 x86_64
config.yaml Example Config
vV1.2.0410
November 4, 2025
clustereye-agent-linux-amd64 x86_64
config.yaml Example Config
v2616101459 ARM64 Support
September 16, 2025
clustereye-agent-linux-amd64 x86_64
clustereye-agent-linux-arm64 aarch64
config.yaml Example Config

Windows

Windows Windows x64
clustereye-agent.exe ClusterEye Agent for Windows
clustereyesetup.exe ClusterEye Setup Wizard for Windows
agent.yml.example Example Configuration File

ClusterEye Stack Install

Complete stack installation for Ubuntu 24.04. Installs Kind, Helm, and deploys the full ClusterEye platform with PostgreSQL, InfluxDB, and all services.

curl -sSL https://archive.clustereye.com/clustereye-stack-install.sh | bash

Features:

  • Interactive configuration prompts
  • Automatic Kind cluster creation (1 control-plane + 2 workers)
  • Helm-based deployment
  • SSL/HTTPS support
  • Auto-generated secure credentials
Download clustereye-stack-install.sh

Agent Install Script

Automated installation script for ClusterEye Agent. Supports PostgreSQL, MongoDB, and MS SQL Server monitoring with systemd service setup.

curl -sSL https://archive.clustereye.com/install.sh | sudo bash -s -- -p postgres

Options:

  • -p - Database platform (postgres, mongo, mssql)
  • -k - License key (optional)
  • -d - Install directory (default: /opt/clustereye)
  • -v - Specific version to install
Download install.sh