Skip to content

Releases: Om12-0/plethora-keraunos

Plethora Keraunos v1.0.3 — Multi-Monitor Display Engine Fixes & Guard Hardening

Choose a tag to compare

@Om12-0 Om12-0 released this 20 Sep 14:08

⚡ Plethora Keraunos v1.0.3 Release Notes

🖥️ Multi-Monitor Display Topology Engine

  • Added full support for display topology requests:
    • Duplicate / Clone / Mirror: \duplicate monitor 1 to 2, \clone screen, \mirror display\
    • Extend Desktop: \extend screen 1 to 2, \extend display, \extend desktop\
    • Primary Display Routing: \change primary screen to 1, \set monitor 2 as primary\
    • Single Display Modes: \pc screen only, \second screen only\
  • Native Win32 \SetDisplayConfig\ integration with fallback to \DisplaySwitch.exe.

🛡️ Intent Compiler Guard Hardening

  • Numeric & Short Token Guard: Prevents pure digits (\1, \2, \3) and single-character tokens from triggering WinGet searches or matching store package IDs.
  • Compound Clause Extraction: Display commands no longer interrupt or drop remaining prompt clauses (\duplicate monitor 1 to 2 install chrome\ resolves display topology AND installs Chrome simultaneously).

Plethora Keraunos v1.0.2 — Dual-Tier Offline SLM, Win32 Display Engine, Multi-Provider & Auto-Updater

Choose a tag to compare

@Om12-0 Om12-0 released this 20 Sep 09:28

Plethora Keraunos v1.0.2

100% offline, deterministic, Git-backed declarative system orchestrator for Windows 10 & 11.


🌟 What's New in v1.0.2

  • 🧠 Dual-Tier Offline Intent Engine:
    • Tier 1: Sub-millisecond RapidFuzz deterministic matching with strict polarity inversion and theme mutual exclusivity.
    • Tier 2: Embedded local SmolLM2-135M-Instruct (~85 MB) model running 100% offline via llama-cpp-python on CPU. Understands everyday conversational human speech with zero API keys or internet calls.
  • 📦 Multi-Provider Package Ecosystem:
    • Integrated support for WinGet (+ dynamic live search for unlisted packages), Chocolatey (choco), and Scoop.
  • 🖥️ Native Win32 Display & Hardware Control:
    • Enumerate connected monitors and switch primary display outputs dynamically with user32.ChangeDisplaySettingsExW and positional coordinate shifting.
  • ⚡ Silent Zero-CMD In-App Execution:
    • Asynchronous background ApplyWorker (QThread) with live progress feedback.
    • All Windows subprocess executions use CREATE_NO_WINDOW = 0x08000000 to prevent distracting black command prompt windows from popping up.
  • 🔄 Built-in Auto-Updater:
    • Asynchronous GitHub Releases checking against the repository.
    • In-app update prompts, background downloader, and seamless in-place upgrade.
  • 🛡️ Antivirus & Security Hardened:
    • Embedded Windows PE Version Resource (version_info.txt) and GUI subsystem (PE Subsystem: 2).
    • Integrated secret scanner preventing credentials or private keys from entering state configs.

📥 Download & Install

Download the standalone installer below:

  • Plethora-Keraunos-Setup-1.0.2.exe (Includes complete Python runtime, embedded SmolLM2 model, and desktop shortcuts).