Yonky v0.9.1.1 - Launcher
Yonky is a lightweight, local-first PowerShell script launcher with a simple GUI. It helps IT technicians, AV pros, and small teams run their predefined PowerShell scripts through an easy, safe interface — no consoles, no typing, no nonsense.
This is the official EXE release. 🖤 Inspired by a very good black cat, Yoko.
- Yonky.exe --> The launcher (compiled EXE)
- config.json --> Optional script metadata
- /scripts/ --> Place your PowerShell (.ps1) scripts here
- README.txt --> This file
- Extract the ZIP to a local folder (e.g.
C:\Yonky\) - Double-click
Yonky.exeto launch the GUI - Add your scripts to the
/scripts/folder - Edit
config.jsonto set friendly names and descriptions
The launcher will auto-detect available .ps1 files and display them with names, descriptions, and a “Run” button for each.
{ "Cleanup.ps1": { "name": "Clean Temp Folders", "description": "Deletes temp files older than 7 days." } }
This file is optional. If it's missing, Yonky will simply list scripts by filename.
🛠 Features (v0.9.1.1)
- Add Script:
File > Add Script...copies an existing file into thescriptsfolder. - New Script:
File > New Script...creates a blank.ps1ready for editing. - Edit/Delete: Select a script and use the
Edit ScriptorDelete Selectedbuttons. - Preferences: Open
Edit > Preferencesto see the upcoming settings dialog (editconfig.jsonto change options). - Tools: Open the scripts folder or launch PowerShell from the
Toolsmenu.
- Scripts run using PowerShell silently under the hood.
- You can update scripts/config without restarting the app (click “Refresh”).
- This is an early release — more features coming!
GitHub: https://github.com/viik2k/yonky
Latest Release: https://github.com/viik2k/yonky/releases
Please report bugs, request features, or contribute via GitHub Issues.
Built with love, PowerShell, and a black cat named Yoko.
