Lightning Fast
Minimal overhead and optimized performance ensure your daemons run efficiently without consuming unnecessary resources.
Vandaemon provides powerful, lightweight daemon process management with intuitive controls and real-time monitoring.
Minimal overhead and optimized performance ensure your daemons run efficiently without consuming unnecessary resources.
Simple, declarative configuration files make it easy to define and manage daemon processes without complex setup.
Monitor daemon status, resource usage, and logs in real-time with built-in observability features.
Built with security in mind, featuring process isolation, permission management, and safe restart mechanisms.
Intelligent crash recovery and automatic restart policies keep your services running reliably 24/7.
Experience the power and simplicity of vandaemon with our live demo. Try out key features including process management, real-time monitoring, and configuration management.
The demo showcases:
🚀 Live Demo
vandaemon.fly.dev
Vandaemon is open source software, built with community contributions and feedback. Join us on GitHub to explore the code, report issues, or contribute to the project.
Comprehensive guides and API references
Report bugs and get community support
Guidelines for code contributions
Get up and running with vandaemon in just a few steps:
# Install vandaemon
curl -sSL https://get.vandaemon.dev | sh
# Verify installation
vandaemon --version
# Start your first daemon
vandaemon start my-app
Create a simple daemon configuration:
# config.yaml
name: my-service
command: /usr/bin/my-app
restart: always
log_level: info