Download
Version 0.1.0 · macOS on Apple Silicon · 8 MB
This beta build is not yet signed with an Apple Developer certificate. On first launch, right-click the app and choose Open, then confirm. Signed builds, and Windows and Linux installers, are coming with 1.0.
Command line
The crawler core and the truelint CLI are open source (Apache-2.0). Build from source with Rust:
cargo install --git https://github.com/truelint/truelint-core truelint-cli
truelint crawl https://example.com --out example.crawl
truelint export example.crawl --tab internal --format csv --out internal.csv
What's in 0.1.0
- 125 checks across response codes, metadata, canonicals, directives, links, images, content, hreflang, URLs, security, structured data, JavaScript, pagination, AMP, accessibility, mobile and more.
- JavaScript rendering with your installed Chrome; raw-versus-rendered diffs.
- Custom extraction (CSS, XPath, regex), source-code search, custom JavaScript, AI prompts.
- Crawl comparison, XML sitemap generation, scheduled crawls, forms-based login.
- Visualisations: crawl tree, directory tree, force-directed graph.