Modern Windows Toolkit โ App Installer, System Tweaks & Network Diagnostics
Built with Electron ยท Portable EXE ยท No Dependencies Required
irm https://raw.githubusercontent.com/GoblinRules/InvokeX/main/install.ps1 | iexOr download the portable EXE directly from Releases.
Install and manage essential Windows applications with one click:
- TRIP (Tray IP) โ Lightweight system tray IP monitor
- ClearShot โ Screenshot tool with region capture & annotation
- SlickClick โ Lightweight auto-clicker
- PyAutoClicker โ Automated clicking utility
- IP Python Tray App โ System tray IP display (legacy)
- PowerEventProvider โ Power management event provider service
- CTT WinUtil โ ChrisTitusTech's Windows utility collection
- MASS โ Microsoft Activation Scripts
- Tailscale โ VPN and secure networking mesh
- MuMu Player โ Android emulator for Windows
- Ninite โ Essential apps bundle (7-Zip, Chrome, Firefox, Notepad++)
Each app card shows real-time install status, category tags, and links to source repositories.
11 powerful system configuration tools:
- Hide Shutdown Options from power menu
- Set Chrome as Default Browser
- Power Management Settings (never sleep, display always on)
- Power Actions with countdown (Restart / Shutdown)
- Prevent User Account Creation via Group Policy
- Create Admin Account with proper group membership
- Enable/Disable Remote Desktop with firewall rules
- Windows Update Configuration (Default / Security / Disable)
- Startup Programs Manager
- Hosts File Editor
- Network Settings (DNS, Flush DNS, Winsock reset)
- Defender Exclusion for TRIP
Built-in network diagnostics suite:
- Ping โ ICMP echo requests with configurable count
- Traceroute โ Route tracing to destination hosts
- Quick Actions โ Flush DNS, IPConfig, IPConfig /all, Network Info
Comprehensive hardware overview:
- OS details, CPU, RAM, GPU, Motherboard
- Storage drives with visual usage bars and free space indicators
- Network adapter listing
- Dual theme โ Dark (glassmorphism) and Light modes with toggle
- Integrated terminal โ Real-time color-coded command output
- Search โ Global search bar (Ctrl+K) across all sections
- Keyboard shortcuts โ Navigate sections with Ctrl+1 through Ctrl+5
- Admin detection โ Status indicator and one-click elevation
- Batch operations โ Select and install multiple apps at once
- Toast notifications โ Non-intrusive success/error feedback
- Windows 10 or 11
- Internet connection (for downloads)
- Administrator privileges (recommended โ some tweaks require elevation)
No Python, Node.js, or other runtime needed โ InvokeX is a self-contained portable EXE.
irm https://raw.githubusercontent.com/GoblinRules/InvokeX/main/install.ps1 | iexThis will:
- โ
Download
InvokeX.exe(~75 MB) toC:\Tools\InvokeX - โ Create Desktop shortcut with custom icon
- โ Create Start Menu shortcut
- โ Optionally launch the app immediately
- Go to Releases
- Download
InvokeX.exe - Run it from anywhere โ it's fully portable
| Action | How |
|---|---|
| Launch | Double-click InvokeX.exe or the Desktop shortcut |
| Switch sections | Click sidebar or press Ctrl+1 through Ctrl+5 |
| Search | Ctrl+K to focus the search bar |
| Toggle theme | Click the โ๏ธ/๐ icon in the header |
| Restart as Admin | Click banner or use the Restart button in sidebar |
| Batch install | Check app cards โ batch actions appear |
| Color | Meaning |
|---|---|
| ๐ข Green | Success |
| ๐ต Blue | Information |
| ๐ก Yellow | Warning |
| ๐ด Red | Error |
InvokeX/
โโโ main.js # Electron main process (IPC, downloads, system ops)
โโโ preload.js # Context bridge (secure IPC exposure)
โโโ index.html # Application shell
โโโ styles.css # Full design system (dark/light themes)
โโโ renderer.js # UI logic, app cards, tweaks, diagnostics
โโโ install.ps1 # PowerShell installer script
โโโ package.json # Electron + builder configuration
โโโ assets/
โ โโโ icon1.ico # Application icon
โ โโโ icon1.png # Application icon (PNG)
โ โโโ screenshots/ # README screenshots
โ โโโ scripts/ # Bundled PowerShell scripts (NetTriage, etc.)
โโโ logs/ # Session logs (created at runtime)
- Delete
C:\Tools\InvokeX - Remove Desktop shortcut (
InvokeX.lnk) - Remove Start Menu folder:
%APPDATA%\Microsoft\Windows\Start Menu\Programs\InvokeX
# Clone and install dependencies
git clone https://github.com/GoblinRules/InvokeX.git
cd InvokeX
npm install
# Run in development mode
npm run dev
# Build portable EXE + NSIS installer
npm run distMIT License โ see LICENSE for details.
Made with โค๏ธ by GoblinRules





