cursor install.inf utility

2025/12/4

GitHub - r3dacted42/cursor-inf-util: utility for easily creating install.inf for cursor packsutility 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 out here:

cursor install.inf utilityeasily generate install.inf files for windows cursor schemes. drag and drop .cur and .ani files, preview animations, and download a ready-to-install package directly in your browser.
https://r3dacted42.github.io/cursor-inf-util/

also check out one of my popular cursor designs ;)

ERROR: The request could not be satisfied
https://www.deviantart.com/priyansh3600/art/s0n-of-4-gl-tch-712310476

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