A lightweight screen recorder that captures and visualizes mouse movements. Perfect for creating tutorials, demonstrations, and analyzing cursor patterns.
- Node.js (version 16 or higher)
- npm
- Clone the repository:
git clone https://github.com/Introvesia/mousecorder.git
cd mousecorder- Install dependencies:
npm installRun the app in development mode:
npm startCreate distributables for your platform:
# Create a package
npm run package
# Create distributables (Windows: .exe, Linux: .deb/.rpm, macOS: .zip)
npm run make- Mouse Trail: See where your cursor has been
- Click Highlights: Visual feedback for mouse clicks
- Screen Recording: Capture your screen in high quality
- Easy Export: Save recordings in common video formats
- Simple Interface: Start recording with just one click
- Open MouseCorder in your browser
- Select the screen area you want to record
- Click "Start Recording"
- Do your thing - MouseCorder will track your mouse
- Click "Stop" when finished
- Save your recording
- This app is portable
- Permission to record your screen
MouseCorder runs entirely in your browser. Your recordings stay on your computer and are never uploaded unless you choose to save them elsewhere.
Having issues? Found a bug? Please open an issue on our GitHub repository.
MIT License - feel free to use, modify, and share.