apple_cursor icon indicating copy to clipboard operation
apple_cursor copied to clipboard

Free & Open source macOS Cursors.

Apple Cursor

Enjoy macOS cursors for Windows and Linux with HiDPI Support .

Build CodeFactor Twitter

Cursor Sizes

22 24 28 32 40 48 56 64 72 80 88 96

Colors

#000000 #ffffff

Quick install

Preview:

Check Figma file here

macOSMonterey Cursors

macOSMonterey White Cursors

macOSBigSur Cursors

macOSBigSur White Cursors

Manual Install

Note: replace name according package name.

Linux/X11

macOSMonterey
# extract `macOSMonterey.tar.gz`
tar -xvf macOSMonterey.tar.gz

# For local users
mv macOSMonterey ~/.icons/

# For all users
sudo mv macOSMonterey /usr/share/icons/
macOSBigSur
# extract `macOSBigSur.tar.gz`
tar -xvf macOSBigSur.tar.gz

# For local users
mv macOSBigSur ~/.icons/

# For all users
sudo mv macOSBigSur /usr/share/icons/

Windows

macOSMonterey
  1. unzip macOSMonterey-Windows.zip file
  2. Open macOSMonterey-Windows/ in Explorer, and right click on install.inf.
  3. Click 'Install' from the context menu, and authorize the modifications to your system.
  4. Open Control Panel > Personalization and Appearance > Change mouse pointers, and select MacOSMonterey Cursors.
  5. Click 'Apply'.
macOSBigSur
  1. unzip macOSBigSur-Windows.zip file
  2. Open macOSBigSur-Windows/ in Explorer, and right click on install.inf.
  3. Click 'Install' from the context menu, and authorize the modifications to your system.
  4. Open Control Panel > Personalization and Appearance > Change mouse pointers, and select MacOSBigSur Cursors.
  5. Click 'Apply'.

Uninstall

Linux/X11

macOSMonterey
# From local users
rm -rf ~/.icons/macOSMonterey

# From all users
sudo rm -rf /usr/share/icons/macOSMonterey
macOSBigSur
# From local users
rm -rf ~/.icons/macOSBigSur

# From all users
sudo rm -rf /usr/share/icons/macOSBigSur

Windows

macOSBigSur
  1. Go to Registry Editor by typing the same in the start search box.
  2. Expand HKEY_CURRENT_USER folder and expand Control Panel folder.
  3. Go to Cursors folder and click on Schemes folder - all the available custom cursors that are installed will be listed here.
  4. Right Click on the name of cursor file you want to uninstall; for eg.: macOSBigSur Cursors and click Delete.
  5. Click 'yes' when prompted.
macOSMonterey
  1. Go to Registry Editor by typing the same in the start search box.
  2. Expand HKEY_CURRENT_USER folder and expand Control Panel folder.
  3. Go to Cursors folder and click on Schemes folder - all the available custom cursors that are installed will be listed here.
  4. Right Click on the name of cursor file you want to uninstall; for eg.: macOSMonterey Cursors and click Delete.
  5. Click 'yes' when prompted.

Dependencies

External Libraries

  • libxcursor
  • libx11
  • libpng (<=1.6)

Install External Libraries

macOS
brew install --cask xquartz
brew install libpng
Debain/ubuntu
sudo apt install libx11-dev libxcursor-dev libpng-dev
ArchLinux/Manjaro
sudo pacman -S libx11 libxcursor libpng
Fedora/Fedora Silverblue/CentOS/RHEL
sudo dnf install libX11-devel libXcursor-devel libpng-devel

Build Dependencies

Node Packages

PyPi Packages

Build From Scratch

Auto Build (using GitHub Actions)

GitHub Actions is automatically runs on every push(on main and dev branches) and pull request(on main branch), You found theme resources in artifact section of build.GitHub Actions source is available inside .github/workflows directory.

Manual Build

Check Makefile for more targets.

make

Build XCursor theme

make unix

Customize XCursor size

make unix X_SIZES=22            # Only built '22px' pixel-size.
make unix X_SIZES=22 24 32      # Multiple sizes are provided with  ' '(Space)

Install XCursor theme

make install            # install as user
  # OR
sudo make install       # install as root

Build Windows theme

make windows

Customize Windows Cursor size

make windows WIN_SIZE=96            # Supports only one pixel-size

For installation follow these steps.

Bugs

Bugs should be reported here on the Github issues page.

Getting Help

You can create a issue, I will help you. 🙂

Contributing

Check CONTRIBUTING.md, any suggestions for features and contributions to the continuing code masterelopment can be made via the issue tracker or code contributions via a Fork & Pull requests.