Download BrushsetMaker
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.
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
- Download the latest
.dmgfile from the releases page - Open the downloaded
.dmgfile - Drag BrushsetMaker.app to your Applications folder
- 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:
- Right-click the app in Applications
- Select “Open” from the context menu
- 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:
- Check the documentation for common solutions
- Search existing issues on GitHub
- Open a new issue if your problem isn’t already reported
Stay Updated
- GitHub: Watch the repository to get notified of new releases
- RSS: Subscribe to the releases feed
💡 Pro Tip
Enable automatic updates by watching the GitHub repository. You'll receive notifications whenever a new version is released!