Downloads
Try OpenObserve Cloud
Fully managed. Get started in minutes.
No infrastructure to manage Automatic updates 24/7 support
Start Free TrialStart Free TrialConfigure Your Download
This version may include bugs or unstable features. Downloading a stable release is recommended.
Enterprise
Released: Jul 22, 2025 View Changelog
It is free for up to 200 GB of ingestion per day.
Linux (64 Bit) - (SHA256: 0eedc92b1d48bbb34dac8a6afbba39c7ea9b849f194186146fa6f756cb84093)
Quick Install Script
curl -L https://raw.githubusercontent.com/openobserve/openobserve/main/downloadO2.sh | sh -s o2-enterprise latest
Manual Download with curl
#For arm64 curl -L -o openobserve-ee-latest-linux-arm64.tar.gz https://downloads.openobserve.ai/releases/o2-enterprise/latest/openobserve-ee-latest-linux-arm64.tar.gz && tar -xzf openobserve-ee-latest-linux-arm64.tar.gz
#For amd64 curl -L -o openobserve-ee-latest-linux-amd64.tar.gz https://downloads.openobserve.ai/releases/o2-enterprise/latest/openobserve-ee-latest-linux-amd64.tar.gz && tar -xzf openobserve-ee-latest-linux-amd64.tar.gz
#For amd64-simd curl -L -o openobserve-ee-latest-linux-amd64-simd.tar.gz https://downloads.openobserve.ai/releases/o2-enterprise/latest/openobserve-ee-latest-linux-amd64-simd.tar.gz && tar -xzf openobserve-ee-latest-linux-amd64-simd.tar.gz
#For amd64-musl curl -L -o openobserve-ee-latest-linux-amd64-musl.tar.gz https://downloads.openobserve.ai/releases/o2-enterprise/latest/openobserve-ee-latest-linux-amd64-musl.tar.gz && tar -xzf openobserve-ee-latest-linux-amd64-musl.tar.gz
Run OpenObserve
set ZO_ROOT_USER_EMAIL=root@example.com set ZO_ROOT_USER_PASSWORD=Complexpass#123 ./openobserve
Now point your browser to http://localhost:5080 and login
Getting glibc error running binary?
./openobserve: `/lib/libm.so.6`: version `GLIBC_2.27` not found (required by ./openobserve)
Download the musl binary instead of regular binary from releases page that has no external dependencies. This binary is not as performant as other binaries though. We recommend running the containerized version if performance is a concern for you and are unable to make the dependencies work.