-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Ozkan Pakdil edited this page Dec 15, 2025
·
1 revision
- Tap the repo:
brew tap ozkanpakdil/swaggerific https://github.com/ozkanpakdil/swaggerific
- Install the app under your user Applications folder:
brew install --cask swaggerific --appdir=~/Applications - Later updates:
brew upgrade --cask swaggerific
- If macOS Gatekeeper blocks launch for an unsigned build:
# Option A: install without quarantine brew uninstall --cask swaggerific brew install --cask --no-quarantine swaggerific --appdir=~/Applications # Option B: remove quarantine on the existing app bundle xattr -dr com.apple.quarantine ~/Applications/swaggerific.app
- Download the latest release from GitHub Releases and run the included launcher scripts.
- Requirements: JDK 17+ (JavaFX is bundled with the distribution build).
- macOS: open Swaggerific from Applications.
- From source:
mvn package, unpack the dist ZIP, then run./run.sh(orrun.baton Windows).
- Optional: Open Settings (Ctrl+S on Windows/Linux, Cmd+S on macOS) to adjust theme (Light/Dark), request timeout, SSL verification, and history settings.
- Optional: Configure Proxy/Certificates if your network requires it.