Skip to content

InfraLens v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jun 22:32

InfraLens v0.1.0 — Initial Desktop Release

Native desktop app for macOS and Linux built with Tauri 2.

What's included

  • Live topology graph of your Proxmox cluster — nodes, VMs, and LXC containers discovered automatically via the API
  • Real-time telemetry per node — CPU, RAM, disk, and uptime streamed to the sidebar
  • SSH service detection — identifies running services inside LXC containers
  • AI diagnostics — query your infrastructure in plain language via a local Ollama model, nothing leaves your network
  • Settings with disconnect and hard reset

Installation — macOS

Download the .dmg, install, then run once in Terminal:

sudo codesign --force --deep --sign - /Applications/InfraLens.app

Then go to System Settings → Privacy & Security → Local Network and enable InfraLens.

Installation — Linux

Use the .AppImage (any distro) or .deb (Debian/Ubuntu). No additional steps required.

Note

The macOS build is ad-hoc signed. Apple notarization is not yet set up, so the codesign step above is required after each fresh install.