Self-hosted Homebrew tap for Pixeval — a cross-platform Pixiv client for browsing, downloading, and managing illustrations on macOS, Linux, Windows, and Android.
# Add this tap
brew tap Pixeval/tap
# Trust this tap
brew trust Pixeval/tap
# Install Pixeval
brew install --cask pixevalTip
For Chinese users who have trouble downloading the cask, here is a @cn variant that uses a mirror:
brew install --cask pixeval@cn.
The mirror might not be available at all times. If it serves content different from the upstream release, Homebrew will refuse to install due to a checksum mismatch.
Consider opening an issue if the mirror does not work anymore.
brew uninstall --cask --zap pixeval
# Or just remove the app, keeping your data
brew uninstall --cask pixeval
# Remove the tap itself
brew untap Pixeval/tapPixeval will update itself automatically on launch. The cask here tracks the latest release — you can upgrade it with:
brew upgrade --cask pixevalPixeval is an open-source Pixiv client built with Avalonia and .NET, running natively across platforms. Features include:
- Browsing, searching, and downloading Pixiv illustrations
- Bookmark management and watch-later queue
- Auto-download subscriptions and auto-slideshow
- Extensible via community extensions
See the Pixeval repository for full details and source code.