Observability in one command

Netra is an open-source CLI that installs and manages a complete monitoring stack on Linux: Prometheus, Grafana, Loki, Promtail, and Node Exporter. Download the latest Linux release from GitHub, give it permission to run, and go.

$./netra-linux-x86_64 install
Prometheus Grafana Loki Promtail Node Exporter

Why Netra?

Release-first install

Download the latest Linux binary from GitHub Releases, run chmod +x, then start with ./netra-linux-x86_64 install.

Docker-based

Everything runs in containers. Netra checks for Docker, installs it if needed, and brings the stack up with Docker Compose.

Flexible deployment

Single-server or distributed. Use interactive prompts or a YAML config file. Add remote agents with netra cluster add.

Template-driven

Jinja2-generated configs for Prometheus, Loki, Promtail, and Compose. Customize once, regenerate anytime with netra generate.

Ready to get started?

Download the newest Linux release from GitHub, make it executable, and run ./netra-linux-x86_64 install on your server.