Skip to content

Installation

Open Terminal and run:

Terminal window
curl -fsSL https://raw.githubusercontent.com/Mallen220/PedroPathingPlusVisualizer/main/install.sh | bash
  1. Download the latest .dmg from Releases.
  2. Mount the DMG and drag the app to your Applications folder.
  3. Important: Run the following command in Terminal to clear the quarantine attribute (prevents “App is damaged” errors):
    Terminal window
    sudo xattr -rd com.apple.quarantine "/Applications/Pedro Pathing Plus Visualizer.app"
  4. Launch the application.
  • “App is damaged” / Can’t Open: Run the quarantine fix command mentioned above.
  • Gatekeeper: If the app is blocked, go to System Settings > Privacy & Security and click “Open Anyway”.
  1. Download the latest .exe from Releases.
  2. Run the installer.
  3. Note: If SmartScreen appears, click “More info” > “Run anyway”.

Windows users can also download from the Microsoft Store to receive auto-updates for stable releases.

Open Terminal and run:

Terminal window
curl -fsSL https://raw.githubusercontent.com/Mallen220/PedroPathingPlusVisualizer/main/install.sh | bash
  1. Download the .deb (Debian/Ubuntu) or .AppImage from Releases.
  2. For .AppImage, make it executable:
    Terminal window
    chmod +x Pedro*.AppImage
    ./Pedro*.AppImage
  3. Ensure you have libfuse2 installed if using AppImage.

To build from source:

  • Node.js 18+
  • Git
Terminal window
# Clone the repository
git clone https://github.com/Mallen220/PedroPathingPlusVisualizer.git
cd PedroPathingPlusVisualizer
# Install dependencies
npm install
# Start development server
npm run dev
Terminal window
# Build for your current platform
npm run dist