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

vv1.0.11 Latest
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

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