Skip to content

Installation Guide for CLI & Desktop App

curl -fsSL https://install.crawler.sh | sh

Downloads the correct binary for your platform (macOS ARM64 or x64) and installs it to ~/.crawler/bin/. The script automatically adds this directory to your PATH in your shell config files (.zshrc, .bashrc, etc.).

Restart your shell or run:

export PATH="$HOME/.crawler/bin:$PATH"
crawler --help

You should see the available subcommands: crawl, info, export, and seo.

  1. rm -rf ~/.crawler

    If you used a custom install directory, remove that instead.

  2. Remove the # crawler.sh block from your shell config files:

    • ~/.zshrc
    • ~/.bashrc
    • ~/.bash_profile
    • ~/.profile
    • ~/.config/fish/config.fish (if using fish)

    Each file will have a block like:

    # crawler.sh
    export PATH="$HOME/.crawler/bin:$PATH"

    Delete those lines, then restart your shell.

Download the macOS desktop app (universal binary for ARM64 + Intel):

To uninstall, drag Crawler from your Applications folder to the Trash.

  • macOS - Apple Silicon (M1/M2/M3/M4) or Intel