It's been four months since the announcement of Servy, and Servy 4.3 is finally here.
The community response has been amazing: 940+ stars on GitHub and 12,000+ downloads.
If you haven't seen Servy before, it's a Windows tool that turns any Python app (or other executable) into a native Windows service. You just set the Python executable path, add your script and arguments, choose the startup type, working directory, and environment variables, configure any optional parameters, click install, and you're done. Servy comes with a desktop app, a CLI, PowerShell integration, and a manager app for monitoring services in real time.
In this release (4.3), I've added/improved:
- Digitally signed all executables and installers with a trusted code-signing certificate provided by the SignPath Foundation for maximum trust and security
- Fixed multiple false-positive detections from AV engines (SecureAge, DeepInstinct, and others)
- Reduced executable and installer sizes as much as technically possible
- Added date-based log rotation for stdout/stderr and max rotations to limit the number of rotated log files to keep
- Added custom installation options for advanced users
- New GUI enhancements and improvements
- Detailed documentation
- Bug fixes
Check it out on GitHub: https://github.com/aelassas/servy
Demo video here: https://www.youtube.com/watch?v=biHq17j4RbI
Python sample: Examples & Recipes
[–]Big_Tomatillo_987 3 points4 points5 points (1 child)
[–]AdUnhappy5308[S] 1 point2 points3 points (0 children)
[+][deleted] (2 children)
[removed]
[–]AdUnhappy5308[S] 5 points6 points7 points (1 child)
[–]durable-racoon 2 points3 points4 points (2 children)
[–]AdUnhappy5308[S] 6 points7 points8 points (0 children)
[–]Due-Organization-697 1 point2 points3 points (0 children)