Borderless Toggle is a lightweight Windows utility to put apps & games into borderless fullscreen mode. Just toggle it On or Off with a customizable keyboard shortcut instead of digging through settings menus of other apps.
Alt-tab instantly, move across monitors and keep your desktop workflow intact. Ideal for older games, poorly optimized apps, or anyone who prefers fast, keyboard-driven controls. Zero setup, zero clutter.
Install Borderless Toggle with Scoop:
scoop bucket add confetti https://github.com/starise/Scoop-Confetti
scoop install borderless-toggleRequirements:
- Windows
- Node.js >= 24
- pnpm >= 10.x
# Install prerequisites
$ winget install Volta.Volta
$ volta install node@24
# Check node version
$ node --version
v24.15.0
# Install pnpm
$ npm install -g pnpm@latest-10# Install all dependencies
$ pnpm install
# Download build tools (AutoHotkey v2, Ahk2Exe & UPX)
$ pnpm run setup
# Compile AHK to EXE & Build ZIP archive
$ pnpm run build