Chrome Extension
Lightweight browser extension that checks TLS certificates for every HTTPS page you visit. Instant visual feedback with clear status indicators.
Chrome Extension
Lightweight browser extension that checks TLS certificates for every HTTPS page you visit. Instant visual feedback with clear status indicators.
Self-Hostable API
Run your own API backend. Built with Fastify for speed and low resource usage. Perfect for self-hosted environments.
Revocation Checking
OCSP and CRL certificate revocation checking is always enabled. Never miss a revoked certificate.
Chrome Web Store Ready
Package as a ZIP directly from the build. Ready for Chrome Web Store submission.
Container Ready
Deploy anywhere with our Docker/Podman container. Lightweight Alpine-based image.
Open Source
Free to use, modify, and distribute. Licensed under AGPL-3.0.
# Install dependenciesnpm install
# Build Chrome extensionnode scripts/build.js chrome
# Run API locallynpm run start:api
# Or use Podmanpodman run --rm -p 3000:3000 ghcr.io/secanis/tlscheck-api:0.0.0-devThe extension checks every HTTPS page automatically and displays certificate status with clear visual indicators.