Installation Guide

NumiSync Wizard is available for Windows, macOS, and Linux. Choose your platform below for installation instructions.


System Requirements

All Platforms

Windows

macOS

Linux


Windows Installation

Option 1: Microsoft Store (Coming Soon)

NumiSync Wizard has been submitted to the Microsoft Store and is awaiting certification. Once approved, you will be able to install it directly from the Store with automatic updates and no SmartScreen warnings.

Option 2: Direct Download

Step 1: Download NumiSync Wizard

  1. Visit the Releases page
  2. Download the latest installer:
    • 64-bit systems: NumiSync-Wizard-Setup-1.0.0-x64.exe
    • 32-bit systems: NumiSync-Wizard-Setup-1.0.0-ia32.exe

Not sure which version? Most modern Windows systems are 64-bit. To check:

Step 2: Run the Installer

  1. Double-click the downloaded installer
  2. Windows may show a SmartScreen warning (unsigned installer)
    • Click “More info”“Run anyway”
  3. Accept the End User License Agreement (EULA)
  4. Choose installation directory (default: C:\Program Files\NumiSync Wizard)
  5. Click Install
  6. Wait for installation to complete
  7. Click Finish to launch NumiSync Wizard

Step 3: First Launch

On first launch, NumiSync Wizard will:


macOS Installation

⚠️ Important: NumiSync Wizard is not signed with an Apple Developer certificate. macOS will block it by default. Follow these steps to install:

Step 1: Download NumiSync Wizard

  1. Visit the Releases page
  2. Download the latest DMG:
    • Universal DMG: NumiSync-Wizard-1.0.0-universal.dmg (works on both Intel and Apple Silicon)
    • Intel-specific: NumiSync-Wizard-1.0.0-x64.dmg
    • Apple Silicon: NumiSync-Wizard-1.0.0-arm64.dmg

Most users should download the Universal DMG.

Step 2: Install the App

  1. Open the DMG by double-clicking it
  2. Drag NumiSync Wizard to your Applications folder
  3. Eject the DMG (right-click → Eject)

Step 3: Bypass Gatekeeper (Required)

Since the app is unsigned, macOS will block it. Use Method 1 (easiest):

  1. Go to Applications folder in Finder
  2. Right-click (or Control-click) on NumiSync Wizard
  3. Select “Open” from the menu
  4. Click “Open” in the security dialog
  5. The app will launch - all future launches work normally (just double-click)

Method 2: System Preferences Override

  1. Try to open the app normally (it will be blocked)
  2. Go to System PreferencesSecurity & PrivacyGeneral
  3. Click “Open Anyway” next to the blocked app message
  4. Click “Open” in the confirmation dialog

Method 3: Terminal Override (Advanced)

cd /Applications
xattr -d com.apple.quarantine "NumiSync Wizard.app"

For detailed troubleshooting, see the macOS Installation Guide.

Step 4: First Launch

On first launch, NumiSync Wizard will:


Linux Installation

NumiSync Wizard is available in three formats for Linux. Choose based on your distribution:

Best for: All distributions

  1. Download NumiSync-Wizard-1.0.0.AppImage from Releases
  2. Make it executable:
    chmod +x NumiSync-Wizard-1.0.0.AppImage
    
  3. Run it:
    ./NumiSync-Wizard-1.0.0.AppImage
    

Optional: Integrate with your desktop environment using AppImageLauncher

Option 2: Debian/Ubuntu (.deb)

Best for: Debian, Ubuntu, Linux Mint, Pop!_OS

# Download the .deb file
wget https://github.com/inguy24/numismat-enrichment/releases/latest/download/NumiSync-Wizard-1.0.0-amd64.deb

# Install
sudo dpkg -i NumiSync-Wizard-1.0.0-amd64.deb

# Install dependencies if needed
sudo apt-get install -f

Launch from applications menu or run:

numisync-wizard

Option 3: Fedora/RHEL (.rpm)

Best for: Fedora, RHEL, CentOS, Rocky Linux

# Download the .rpm file
wget https://github.com/inguy24/numismat-enrichment/releases/latest/download/NumiSync-Wizard-1.0.0.x86_64.rpm

# Install
sudo rpm -i NumiSync-Wizard-1.0.0.x86_64.rpm

# Or with dnf (recommended)
sudo dnf install NumiSync-Wizard-1.0.0.x86_64.rpm

Launch from applications menu or run:

numisync-wizard

First Launch (Linux)

On first launch, NumiSync Wizard will:


Initial Configuration

Note: These steps are the same for all platforms (Windows, macOS, Linux)

1. Add Your Numista API Key

  1. Click Settings (gear icon) or press Ctrl+,
  2. Navigate to the API Settings tab
  3. Enter your Numista API key
  4. Click Save

How to get an API key:

  1. Go to numista.com and create a free account
  2. Log in → Profile → API Access
  3. Request an API key (instant approval for personal use)
  4. Copy the key and paste it into NumiSync Wizard

2. Open Your Collection

  1. Click File → Open Collection (keyboard shortcut varies by platform)
    • Windows/Linux: Ctrl+O
    • macOS: Cmd+O
  2. Navigate to your OpenNumismat .db file
  3. Select the file and click Open
  4. Your coins will load in the main window

3. Configure Data Settings (Optional)

  1. Go to Settings → Data Settings
  2. Choose which data to sync:
    • Basic - Type-level catalog data (mintage, composition, ruler, designer)
    • Issue - Issue-specific data (year, mint mark, type variants)
    • Pricing - Current market pricing (UNC, XF, VF, F grades)
  3. Configure field mappings if needed (Advanced users only)

Verify Installation

Test Basic Functionality

  1. Select a few coins in your collection
  2. Click Search & Enrich button
  3. NumiSync should search Numista and find matches
  4. Review the matches in the field comparison UI
  5. Accept a match to verify data updates work

If you see matches and can update coin data, installation is successful!


Troubleshooting

Windows Issues

Installer Won’t Run:

Application Won’t Launch:

macOS Issues

“NumiSync Wizard is damaged and can’t be opened”:

“No option to Open in security dialog”:

App crashes immediately:

See macOS Installation Guide for detailed troubleshooting.

Linux Issues

AppImage won’t run:

.deb installation fails:

.rpm installation fails:

Missing libraries:

# Ubuntu/Debian
sudo apt-get install libgtk-3-0 libnotify4 libnss3 libxss1 libxtst6 xdg-utils

# Fedora/RHEL
sudo dnf install gtk3 libnotify nss libXScrnSaver libXtst xdg-utils

All Platforms

Can’t Open Collection:

API Key Not Working:

Cache Directory Issues:


Uninstallation

Windows

  1. Go to Settings → Apps → Apps & features
  2. Search for “NumiSync Wizard”
  3. Click Uninstall
  4. Follow the uninstaller prompts

Manual cleanup (optional):

macOS

  1. Quit the application
  2. Delete NumiSync Wizard.app from Applications folder
  3. Optional cleanup:
    rm -rf ~/Library/Application\ Support/numisync-wizard-cache
    rm -rf ~/Library/Preferences/com.numisync.wizard.plist
    

Linux

AppImage: Simply delete the .AppImage file

Debian/Ubuntu (.deb):

sudo apt-get remove numisync-wizard

Fedora/RHEL (.rpm):

sudo rpm -e numisync-wizard
# Or with dnf
sudo dnf remove numisync-wizard

Manual cleanup (all Linux):

rm -rf ~/.config/numisync-wizard-cache
rm -rf ~/.config/numisync-wizard

Upgrading to a New Version

NumiSync Wizard will check for updates on launch (if enabled in Settings).

Automatic Update (When Available)

  1. Click “Update Available” notification
  2. Download will start automatically
  3. Install will proceed when download completes
  4. Application will restart with new version

Manual Update

  1. Download the latest installer from Releases
  2. Run the installer
  3. It will automatically detect and upgrade the existing installation
  4. Your settings and cache are preserved

Next Steps


Need Help?

← Back to Home Next: Quick Start →