Installation
Windows
- Download the
.exeinstaller from spiderpro.app - Run the installer
- Follow the installation wizard
- Launch SpiderPro from the Start menu
Portable Version
A portable version (.zip) is also available for users who prefer not to install.
macOS
- Download the
.dmgfile from spiderpro.app - Open the DMG file
- Drag SpiderPro to your Applications folder
- Launch from Launchpad or Spotlight
First Launch
On first launch, macOS may show a security warning. Go to System Preferences > Security & Privacy and click "Open Anyway".
Linux
AppImage (Recommended)
bash
# Download the AppImage
wget https://spiderpro.app/download/SpiderPro.AppImage
# Make it executable
chmod +x SpiderPro.AppImage
# Run
./SpiderPro.AppImageDebian/Ubuntu (.deb)
bash
# Download and install
sudo dpkg -i SpiderPro_1.0.0_amd64.deb
# Install dependencies if needed
sudo apt-get install -fFedora/RHEL (.rpm)
bash
sudo rpm -i SpiderPro-1.0.0.x86_64.rpmVerifying Installation
After installation, launch SpiderPro. You should see the main dashboard with:
- URL input field
- Crawl settings panel
- Empty results table
If everything loads correctly, you're ready to start crawling!