You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start Menu Pathing Error (ModuleNotFoundError): Fixed a critical pathing bug where launching KALKI from a shortcut (like the Start Menu or Desktop) would fail to find config.py and immediately crash. The application now properly sets its working directory and sys.path to its installation folder on boot, regardless of how it was launched.