cursor install.inf utility

2025/12/4

GitHub - r3dacted42/cursor-inf-util: utility for easily creating install.inf for cursor packs utility for easily creating install.inf for cursor packs - r3dacted42/cursor-inf-util
https://github.com/r3dacted42/cursor-inf-util

a modern, browser-based tool to generate install.inf files for windows cursor schemes.

screenshot of cursor-inf-util

try it: https://r3dacted42.github.io/cursor-inf-util/

key features

usage

tech stack

framework: Vue 3 + TypeScript
build tool: Vite
PWA: Vite PWA Plugin
ANI parsing and preview: ani-cursor (part of Webamp)
creating zip: JSZip
styling: Holiday CSS

development

# install dependencies
npm install
# start dev server
npm run dev
# build for production
npm run build