Kynos

Kynos documentation

Structured setup, configuration, and integration reference.

Installation & getting started

System requirements

  • Windows 10 build 17763+ or Windows 11
  • 64-bit recommended
  • .NET 10 included with the installer
  • Optional webcam for photo capture
  • SMTP credentials for alert emails

Installation steps

  • Download the installer from the Kynos download page.
  • Run the installer and follow the prompts.
  • Launch Kynos from the Start Menu or desktop shortcut.
  • Complete the first-run onboarding flow.

First run experience

On first launch, Kynos opens its onboarding wizard because OnboardingCompleted is false. The flow covers the intro, features, EULA, license path, PIN setup, email alerts, and finish state.

After onboarding, the main settings window is ready and the lock screen can be triggered immediately.

Quick start

  • Launch Kynos and complete onboarding.
  • Press Alt+L or use the tray menu to lock the screen.
  • Unlock with Windows Hello if available, otherwise use the PIN.
  • If email alerts are configured, check the inbox for the security snapshot after a failed unlock attempt.

Configuration & customization

Core settings

SettingDefaultDescription
OnboardingCompletedfalseWhether the first-run wizard has been completed
PIN(empty)AES-encrypted numeric unlock PIN
GlobalHotKeyAlt+LGlobal keyboard shortcut to lock the screen
UsePauseKeyToLockfalseEnables the Pause / Break key as an extra trigger
EnableEmergencyPinPadtrueShows the on-screen numeric keypad alternative
WindowsHello.AuthenticationTimeoutSeconds30Hello prompt timeout
WindowsHello.MaxFailedAttempts3Maximum consecutive biometric failures
WindowsHello.LaunchOnInputtrueAuto-triggers the Hello prompt on user input
BorderColorCode#1E3A8AHex color for the lock-screen border accent
LogoPathAssets\logo.pngCustom logo file path
FollowOsThemetrueUse the Windows light/dark theme setting
ThemeLightManual Light / Dark override when FollowOsTheme is false
EnableScreenSaverModefalsePure-black OLED-friendly screensaver mode
SendAlertMailstrueSend security emails on unlock attempts
AlertsMailBoxdev@pangaia.softwareRecipient address for alerts
MailServermail.pangaia.softwareSMTP hostname
MailServerPort587SMTP TLS port
MailSendernoreply@pangaia.softwareFrom address for alert emails

Integrations & ecosystem

Windows platform integrations

  • Windows Hello through KeyCredentialManager and UserConsentVerifier
  • Windows Credential Manager for AES-key storage
  • Registry usage for extended logging and startup integration
  • Windows Media Capture APIs for webcam access

Network and services

  • Any standard SMTP server that supports TLS on port 587
  • ipify.org and ipinfo.io for external IP and geolocation data in alert emails
  • Pangaia Software licensing API for trial generation and key validation
  • Bugsink / Sentry endpoint for crash analysis

Local automation hooks

  • Named Pipe IPC through Kynos_IPC for local scripts, schedulers, and applications
  • No MCP integration documented