Latest Release

Download the most recent version of BrushsetMaker for macOS. The application is distributed as a native macOS app bundle, ready to run on your system.

BrushsetMaker v0.4.0

Download the latest release from Github

Download for macOS

System Requirements

  • Operating System: macOS 11.0 (Big Sur) or later
  • Architecture: Apple Silicon (M1/M2/M3) or Intel
  • Disk Space: ~50 MB
  • Memory: 512 MB RAM minimum

Installation Instructions

Download Method

  1. Download the latest .dmg file from the releases page
  2. Open the downloaded .dmg file
  3. Drag BrushsetMaker.app to your Applications folder
  4. Launch BrushsetMaker from your Applications folder

Note: On first launch, you may need to right-click the app and select “Open” to bypass macOS Gatekeeper security settings.

Build from Source

If you prefer to build from source or want the latest development version:

# Install uv (if not already installed)
pip install uv

# Clone the repository
git clone https://github.com/bepisdev/brushsetmaker.git
cd brushsetmaker

# Install dependencies
uv sync

# Build the app
make build

The built application will be available in the build/brushsetmaker/macos/app/ directory.

What’s New

Check out the changelog to see what’s new in each release, including bug fixes, new features, and improvements.

Previous Versions

Looking for an older version? All previous releases are available on the GitHub releases page.

Troubleshooting

“App is damaged and can’t be opened”

This error occurs when macOS Gatekeeper blocks unsigned applications. To resolve:

  1. Right-click the app in Applications
  2. Select “Open” from the context menu
  3. Click “Open” in the confirmation dialog

Alternatively, you can remove the quarantine flag:

xattr -cr /Applications/BrushsetMaker.app

App won’t launch

Ensure you’re running macOS 11.0 or later. Check the system requirements above and verify your macOS version in System Preferences.

Other Issues

If you encounter other issues, please:

  1. Check the documentation for common solutions
  2. Search existing issues on GitHub
  3. Open a new issue if your problem isn’t already reported

Stay Updated


💡 Pro Tip

Enable automatic updates by watching the GitHub repository. You'll receive notifications whenever a new version is released!