Find a file
2025-12-17 17:02:01 +00:00
.github Add sponsor button to repo 2025-12-15 16:27:10 +00:00
cmd Add meaningful tests for host agent and exec websocket 2025-12-17 17:02:01 +00:00
deploy/helm/pulse Auto-update Helm chart version to 5.0.0-rc.3 2025-12-16 09:52:51 +00:00
dev/oidc Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
docs Add PNG version of logo for GitHub App 2025-12-16 19:35:43 +00:00
frontend-modern Improve test coverage 2025-12-17 12:00:59 +00:00
internal Add meaningful tests for host agent and exec websocket 2025-12-17 17:02:01 +00:00
pkg hostagent: avoid host ID collisions and prefer LAN IP 2025-12-17 16:29:59 +00:00
scripts fix: Prevent orphaned encrypted data when encryption key is deleted 2025-12-17 17:00:53 +00:00
security security: complete Phase 1 sensor proxy hardening 2025-10-20 15:13:37 +00:00
testing-tools test: add soak test with runtime instrumentation (Phase 2 Task 9d) 2025-10-20 15:13:38 +00:00
tests/integration chore: remove outdated docs, update cleanup script and release workflow 2025-11-24 19:14:54 +00:00
.dockerignore Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
.env.example Adopt multi-token auth across docs, UI, and tooling 2025-10-14 15:47:49 +00:00
.gitattributes chore: optimize PNG images and add .gitattributes 2025-11-24 23:44:55 +00:00
.gitguardian.yaml Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
.gitignore chore: remove machine-specific dev workflow from tracking 2025-12-13 15:22:37 +00:00
.golangci.yml Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
ARCHITECTURE.md Fix inaccurate architecture documentation 2025-12-02 23:32:14 +00:00
artifacthub-repo.yml Add Artifact Hub repository metadata for chart discoverability 2025-11-11 19:39:19 +00:00
CONTRIBUTING.md Link ARCHITECTURE.md in documentation 2025-12-02 20:41:39 +00:00
cr.yaml Add GitHub Pages Helm repository distribution (#686) 2025-11-11 19:26:18 +00:00
DEV-QUICK-START.md Link ARCHITECTURE.md in SECURITY and DEV-QUICK-START guides 2025-12-02 20:51:37 +00:00
docker-compose.yml fix(security): Change socket mount to read-only 2025-11-07 17:10:02 +00:00
docker-entrypoint.sh Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
Dockerfile fix: remove references to deleted install-host-agent.sh script 2025-11-26 09:57:06 +00:00
go.mod feat: add Kubernetes platform support 2025-12-12 21:31:11 +00:00
go.sum feat: add Kubernetes platform support 2025-12-12 21:31:11 +00:00
install.sh fix: Skip deprecated pulse-sensor-proxy for v5+ installations 2025-12-17 12:20:03 +00:00
LICENSE Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Makefile Add comprehensive AI test coverage 2025-12-16 12:33:06 +00:00
mock.env feat(kubernetes): Add Kubernetes mock data and UI 2025-12-12 23:13:40 +00:00
README.md docs: Update README with 5.0 features - AI, K8s, multi-platform 2025-12-13 15:30:57 +00:00
SECURITY.md docs: Remove reference to non-existent security script 2025-12-02 23:47:21 +00:00
VERSION chore: bump version to 5.0.0-rc.3 2025-12-16 09:22:50 +00:00

Pulse Logo

Pulse

Real-time monitoring for Proxmox VE, Proxmox Mail Gateway, PBS, and Docker infrastructure.

GitHub release Docker Pulls License GitHub Sponsors

Live DemoDocumentationReport Bug


🚀 Overview

Pulse is a modern, unified dashboard for monitoring your infrastructure across Proxmox, Docker, and Kubernetes. It consolidates metrics, alerts, and AI-powered insights from all your systems into a single, beautiful interface.

Designed for homelabs, sysadmins, and MSPs who need a "single pane of glass" without the complexity of enterprise monitoring stacks.

Pulse Dashboard

Features

Core Monitoring

  • Unified Monitoring: View health and metrics for PVE, PBS, PMG, Docker, and Kubernetes in one place
  • Smart Alerts: Get notified via Discord, Slack, Telegram, Email, and more
  • Auto-Discovery: Automatically finds Proxmox nodes on your network
  • Metrics History: Persistent storage with configurable retention
  • Backup Explorer: Visualize backup jobs and storage usage

Pulse AI (New in 5.0)

  • Chat Assistant: Ask questions about your infrastructure in natural language
  • Patrol Mode: Automated health checks with proactive issue detection
  • Auto-Fix: Automatically resolve common issues with AI-guided remediation
  • Predictive Intelligence: Forecast problems before they happen

Multi-Platform

  • Proxmox VE/PBS/PMG: Full monitoring and management
  • Kubernetes: Complete K8s cluster monitoring via agents
  • Docker/Podman: Container and Swarm service monitoring
  • OCI Containers: Proxmox 9.1+ native container support

Security & Operations

  • Secure by Design: Credentials encrypted at rest, strict API scoping
  • One-Click Updates: Easy upgrades for supported deployments
  • OIDC/SSO: Enterprise authentication support
  • Privacy Focused: No telemetry, all data stays on your server

Quick Start

Run this one-liner on your Proxmox host to create a lightweight LXC container:

curl -fsSL https://github.com/rcourtman/Pulse/releases/latest/download/install.sh | bash

Option 2: Docker

docker run -d \
  --name pulse \
  -p 7655:7655 \
  -v pulse_data:/data \
  --restart unless-stopped \
  rcourtman/pulse:latest

Access the dashboard at http://<your-ip>:7655.

📚 Documentation

🌐 Community Integrations

Community-maintained integrations and addons:

❤️ Support Pulse Development

Pulse is maintained by one person. Sponsorships help cover the costs of the demo server, development tools, and domains. If Pulse saves you time, please consider supporting the project!

GitHub Sponsors ko-fi

📄 License

MIT © Richard Courtman