Skip to content

Releases: ALAWIII/crawler

v0.1.1

01 Jan 09:32

Choose a tag to compare

Install crawler 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ALAWIII/crawler/releases/download/v0.1.1/crawler-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/ALAWIII/crawler/releases/download/v0.1.1/crawler-installer.ps1 | iex"

Download crawler 0.1.1

File Platform Checksum
crawler-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
crawler-x86_64-apple-darwin.tar.xz Intel macOS checksum
crawler-x86_64-pc-windows-msvc.zip x64 Windows checksum
crawler-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

first release v0.1.0

28 Dec 15:22

Choose a tag to compare

Features

  • Initial release with crawling and querying functionality.
  • Supports customizable crawl settings (max-docs, timeout).

Changes

  • Optimized for performance and smaller binary size.