Lycheeverse is a small, developer-focused publisher that emerged from the Rust open-source community with a single, highly specialized tool: Lychee, a command-line link checker designed for speed and scalability. Written entirely in Rust, Lychee exploits async, stream-based architecture to crawl thousands of URLs in seconds, making it a favorite among technical writers, DevOps engineers, and site reliability teams who need to guarantee hyperlink integrity across sprawling documentation sets, static-site generators, CI pipelines, or enterprise intranets. Typical use cases include nightly regression tests that gate a documentation deploy, pre-release audits of marketing micro-sites, and recursive scans of changelog or API reference pages where even one broken anchor can derail onboarding flows. Because it consumes site maps, respects robots.txt, and outputs JSON, SARIF, or simple colored terminal logs, Lychee slots cleanly into GitHub Actions, GitLab CI, Azure DevOps, or local pre-commit hooks without extra configuration. Optional exclusion rules, regex-based filtering, and token-based authentication support let operators balance thoroughness against build-time budgets, while built-in caching and retry logic reduce false positives on transient outages. Although the project’s ecosystem is intentionally narrow, its performance profile and liberal licensing have turned it into a de-facto standard for automated hyperlink hygiene. The publisher’s sole application is available for free on get.nero.com, where downloads are sourced from trusted Windows package managers such as winget, always deliver the latest upstream release, and can be installed individually or batched alongside other utilities.
Fast, async, stream-based link checker written in Rust
Details