Lightweight WPF launcher (.exe) that reads
actions.jsonto display configurable action buttons. Run scripts, open URLs, launch tools — all from one clean interface. Supports bat, ps1, exe, shell, and url actions with optional admin elevation. By AnkleBreaker Studio.
- Clone or download this repo
- Place all files in the same folder
- Run
AB-Launcher.exe
| File | Role |
|---|---|
AB-Launcher.exe |
Compiled launcher (WPF, .NET Framework) |
AB-Launcher.cs |
Source code |
actions.json |
Action configuration (buttons, commands, types) |
Full-Restart-Claude.bat |
Action: kill Claude + restart CoworkVMService + relaunch |
Clear-Claude-Cache.bat |
Action: kill Claude, purge cache/logs, restart |
Edit actions.json to add new buttons. Supported types: bat, ps1, exe, shell, url.
{
"name": "My Action",
"icon": "🚀",
"command": "my-script.bat",
"type": "bat",
"admin": false,
"description": "Does something cool"
}csc /target:winexe /r:PresentationFramework.dll /r:PresentationCore.dll /r:WindowsBase.dll /r:System.Web.Extensions.dll AB-Launcher.cs
We build AI-powered developer tools and open-source Unity packages. Check out our flagship project: Unity MCP — 268 tools for AI-assisted game development.