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 (Mac Only)
brew install --cask pixeval
# Install Pixeval by formula (Mac & Linux)
brew install --formula pixevalbrew uninstall --cask --zap pixeval
# Or just remove the app, keeping your data
brew uninstall --cask pixeval
# Uninstall the formula
brew uninstall --formula pixeval && brew cleanup
# 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 pixeval
# Or if you install by formula
brew upgrade --formula 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.