Skip to content

Releases: Andrew-0807/winctl

WinCTL v2.1.0

Choose a tag to compare

@Andrew-0807 Andrew-0807 released this 14 Jul 19:33

What's new

Global hotkeys — launch, focus, and close apps with a keybind, as a native Rust reimplementation of the old AHK OpenApp scripts (no AutoHotkey.exe, no input injection). Configure per service via new hotkey / hotkeyAction / hotkeyMatchExe fields.

UI overhaul — refined service modal, onboarding flow, header, system stats, and global styles.

Auto-update: existing installs will pull this automatically via latest.json.

WinCTL v2.0.3

Choose a tag to compare

@Andrew-0807 Andrew-0807 released this 09 Jul 16:05

UI refinements across Sidebar, Header, Toolbar, SystemStats, and GenerativeBackground components; global style updates.

WinCTL v2.0.2

Choose a tag to compare

@Andrew-0807 Andrew-0807 released this 08 Jul 09:36

Release v2.0.2: improves visual hierarchy and spacing in the settings menu.

WinCTL v2.0.1

Choose a tag to compare

@Andrew-0807 Andrew-0807 released this 08 Jul 08:36

WinCTL v2.0.1

Full rewrite: Rust (Axum + Tauri) backend with a React SPA frontend, replacing the previous SolidJS/Express stack.

New

  • Built-in auto-updater: the app checks GitHub on startup and silently installs signed updates.

Windows users: download WinCTL_2.0.1_x64_en-US.msi. Existing 2.0.1+ installs will update themselves.

WinCTL v2.0.1 (AHK Fix Update)

Choose a tag to compare

@Andrew-0807 Andrew-0807 released this 01 Mar 14:17

This release implements robust and perfectly isolated AutoHotkey script process management via WMI tracking and resolves the multiple termination issue.

WinCTL v0.1 - Initial Release

Choose a tag to compare

@Andrew-0807 Andrew-0807 released this 21 Feb 16:13

WinCTL v0.1 - Windows Service Manager

Features:

  • Start/Stop Windows services
  • Real-time process monitoring
  • Service logs viewer
  • Auto-restart on crash
  • Port management
  • Clean web UI with 0xProto font

Services Supported:

  • Executables (.exe)
  • Batch files (.bat, .cmd)
  • PowerShell scripts (.ps1)

Installation:

  1. Clone: git clone https://github.com/Andrew-0807/winctl
  2. Install: npm install
  3. Run: .\start.bat
  4. Open: http://localhost:3500