Releases: Andrew-0807/winctl
Release list
WinCTL v2.1.0
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
UI refinements across Sidebar, Header, Toolbar, SystemStats, and GenerativeBackground components; global style updates.
WinCTL v2.0.2
Release v2.0.2: improves visual hierarchy and spacing in the settings menu.
WinCTL v2.0.1
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)
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
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:
- Clone: git clone https://github.com/Andrew-0807/winctl
- Install: npm install
- Run: .\start.bat
- Open: http://localhost:3500