Release-first install
Download the latest Linux binary from GitHub Releases, run chmod +x, then start with ./netra-linux-x86_64 install.
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
Download the latest Linux binary from GitHub Releases, run chmod +x, then start with ./netra-linux-x86_64 install.
Everything runs in containers. Netra checks for Docker, installs it if needed, and brings the stack up with Docker Compose.
Single-server or distributed. Use interactive prompts or a YAML config file. Add remote agents with netra cluster add.
Jinja2-generated configs for Prometheus, Loki, Promtail, and Compose. Customize once, regenerate anytime with netra generate.
Download the newest Linux release from GitHub, make it executable, and run ./netra-linux-x86_64 install on your server.