Automation & Monitoring Platform for Modern Applications
Supercheck is an enterprise-grade distributed platform engineered for scalability and reliability at scale. It delivers comprehensive test automation with real-time monitoring, intelligent job orchestration, and parallel execution capabilities, empowering development and SRE teams with a robust solution to accelerate software quality and delivery cycles.
- Docker Desktop (or an alternative like Orbstack)
- At least 4GB of available RAM
- At least 10GB of available disk space
git clone https://github.com/supercheck-io/supercheck.git
cd supercheck
# Start the full application stack
docker-compose up -d
# Main app
http://localhost:3000
# Stop the full application stack
docker-compose down