Download Crawlune
Free up to 500 URLs with every check enabled. No account, no time limit. Installers are built by GitHub Actions from the repository on every release.
Looking up the latest release…
macOS
Open the .dmg and drag Crawlune to Applications. Until the app is notarised, macOS may say it cannot verify the developer: right-click the app, choose Open, then Open again. Apple Silicon and Intel builds are separate downloads.
Windows
Run the .msi or .exe installer. SmartScreen may warn about an unrecognised publisher while the app is unsigned; choose More info, then Run anyway. Requires WebView2, which Windows 10 and 11 include.
Linux
Use the .AppImage (make it executable and run it) or the .deb / .rpm package. Requires WebKitGTK 4.1, which current Ubuntu, Fedora and Debian ship.
Build from source
Clone the repository, then run npm install && npm run tauri:build inside desktop/. You need Node 22 and a Rust toolchain.