Release History

Changelog

What's new in each version of BYKT

v0.1.1.0 Latest February 23, 2026

License & Registration System

New Features

  • Offline license validation using RS256 asymmetric JWT -- no outbound network calls required
  • Self-service registration portal at bykt.netlify.app/register
  • License gate on login page -- guides new installations through registration
  • Admin license management panel (view tier, active users, expiry, renew/deactivate)
  • Active user limit enforcement at login (concurrent 24h users, not total registered)

Improvements

  • Switched from LLM-based to embedding-based classification -- faster, deterministic template and catalog matching
  • Full service request lifecycle -- customizable templates, multi-level approval workflows, fulfillment tracking
  • Resource booking with calendar management for rooms and equipment

How It Works

Every installation generates a unique Installation ID (BYKT-XXXX-XXXX). Admins register at bykt.netlify.app, receive a signed license token, and paste it into BYKT. Validation happens entirely offline using an embedded public key. All tiers (free, professional, enterprise) require annual renewal.

v0.1.0.0 February 2026

Initial Release

Core Platform

  • Bayesian inference engine for probabilistic root cause analysis
  • Kepner-Tregoe investigation methodology with visual workflow builder
  • Cognitive UX -- conversational AI canvas that understands context
  • AI-powered triage with entity extraction and confidence scoring
  • LLM-based classification for template and catalog matching
  • Incident management with full lifecycle tracking
  • Service request catalog with basic templates
  • Bayesian learning system -- gap detection, solution learning, tool discovery
  • Resource booking (rooms, equipment) with calendar management

Infrastructure

  • Docker-based deployment with one-line install scripts
  • Traefik reverse proxy with single-port access
  • Cloudflare Tunnel support for instant public access
  • Multi-arch Docker images (amd64 + arm64)
  • Local LLM via Ollama -- fully self-hosted, no cloud dependency