System Requirements
Before installing Linkspector, ensure your system meets the following requirements:- Node.js: Version 18.0.0 or higher (for npm installation)
- Operating System: Linux, macOS, or Windows
- Chrome/Chromium: Required for Puppeteer-based link checking (automatically installed with npm)
Linkspector uses Puppeteer to check links in Chrome’s headless mode, which requires sufficient system resources to run a headless browser instance.
Install with Package Manager
The recommended way to install Linkspector is using a package manager. This ensures you get automatic updates and easy version management.-g flag installs Linkspector globally, making the linkspector command available from anywhere in your terminal.
Download Binary
If you prefer not to use npm or need to use Linkspector in an environment without Node.js, you can download pre-built binaries from GitHub releases.Visit the releases page
Go to the Linkspector releases page on GitHub.
Download the binary
Download the binary for your operating system:
- Linux:
linkspector-linux-x64 - macOS:
linkspector-macos-x64orlinkspector-macos-arm64 - Windows:
linkspector-win-x64.exe
Verify Installation
After installation, verify that Linkspector is installed correctly by checking the version:If you see “command not found” after installation, you may need to restart your terminal or update your PATH environment variable.
Update Linkspector
To update to the latest version of Linkspector:Uninstall
To remove Linkspector from your system:Next Steps
Now that you have Linkspector installed, you’re ready to start checking links in your documentation:Quickstart Guide
Get started with your first link check
Configuration
Learn how to configure Linkspector