Releases: ALAWIII/crawler
Releases · ALAWIII/crawler
v0.1.1
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 | shInstall 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
Features
- Initial release with crawling and querying functionality.
- Supports customizable crawl settings (max-docs, timeout).
Changes
- Optimized for performance and smaller binary size.