# aelassas/servy

Enterprise-Grade Windows Service Wrapper with Real-Time Monitoring

Repository: https://github.com/aelassas/servy
Canonical: https://ross.abutalabs.com/products/servy
Homepage: https://servy-win.github.io
Language: C#
License: MIT
License Family: permissive
Topics: servy, service-wrapper, service-manager, watchdog, nssm, winsw, windows-service
Last push: 2026-08-26T19:14:34+00:00

## Health v2 (maintenance only)
Score: 81/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 87, longevity 28
- inputs: {"age_days": 396, "days_push": 7, "days_rel": 9, "gap_med": 1.5, "n_releases_24m": 89}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1987, forks 88 (observed 2026-08-28T04:06:02.833669+00:00)

## What it is
Servy is an enterprise-grade Windows service wrapper that runs any application (Node.js, Python, .NET, Java, etc.) as a native Windows service with automatic restart, health checks, and real-time CPU/RAM and stdout/stderr monitoring. It ships as a desktop GUI app, a CLI, and a PowerShell module for managing services interactively or in CI/CD pipelines.

## Use cases
- run a node.js app as a windows service
- keep a python script running in the background after reboot
- auto-restart a crashed process on windows
- nssm alternative for wrapping apps as services
- monitor cpu and memory of a windows service
- manage windows services via powershell or cli
- run a background worker before user logon

## When to choose
- you need to run any executable as a native Windows service without rewriting it
- you want automatic recovery from crashes, hangs, or stops with health checks and alerts
- you need GUI, CLI, and PowerShell interfaces for scripting and CI/CD deployment
- you want real-time monitoring of CPU/RAM and stdout/stderr streaming
- you need enterprise features like gMSA/AD accounts, lifecycle hooks, and log rotation

## When to avoid
- you need a service wrapper for Linux (systemd) or macOS (launchd)
- you only target non-Windows platforms
- you need cross-platform containerized service management rather than Windows services

## Facets
- artifact type: application
- maturity: active
- function: monitoring, configuration-management, cli, gui, logging, alerting
- domain: windows, developer-tools, self-hosted
- platform: windows, cli, dotnet
- tags: windows-service-wrapper, service-manager, watchdog, nssm-alternative, winsw-alternative, process-monitoring, powershell-module, auto-restart, devops, automation, desktop

## Member repositories
- aelassas/servy (main) score 81

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:02.833669+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:02:59.834126+00:00, confidence not recorded.
  - readme: https://github.com/aelassas/servy (fetched 2026-08-28T04:06:02.833669+00:00, sha 1eb60db39f5f)
  - homepage: https://servy-win.github.io (fetched 2026-08-29T10:42:43.492744+00:00, sha ba9f29474e93)
- Data as of 2026-08-30T08:39:29.467469+00:00.
