Nólë v1.7.0
Nólë is a local/BYOK web search and extraction router for AI agents. It is not a hosted search SaaS, and it does not proxy your provider keys through a Nólë service.
This release publishes GitHub Release binaries and checksums for the tagged commit. Provider keys, local env files and optional local runtimes such as Scrapling remain user-controlled.
Install from assets
Download the binary for your platform from the assets below, verify it with SHA256SUMS, put it on PATH, then run:
nole doctor
nole doctor --mcpSafety notes
- Default provider policy is
free-first. - Premium-capable providers require explicit opt-in.
- Scrapling support is an optional local runtime integration. Nólë does not vendor or redistribute Scrapling.
- Deterministic benchmark results validate routing contracts. They do not rank live web providers.
What's Changed
Other Changes
- feat(search): add SearchOptions hints by @dorukardahan in #71
- feat(firecrawl): support keyless API mode by @AytuncYildizli in #72
- feat(firecrawl): use research index for academic search by @dorukardahan in #73
- fix: make integration evidence truly zero-key by @dorukardahan in #74
- fix: treat Firecrawl success false as provider error by @dorukardahan in #75
- feat: add compact evidence steps to research output by @dorukardahan in #76
- docs: clean up Firecrawl lineage notes by @dorukardahan in #77
- feat: add insight to search extract errors by @dorukardahan in #78
- docs: add agent tool decision recipe by @dorukardahan in #79
- fix: calm setup tip copy for keyless baseline by @dorukardahan in #80
- feat: add search options to research by @dorukardahan in #81
- refactor: share router route candidates with service by @dorukardahan in #82
- docs: prepare v1.7.0 release notes by @dorukardahan in #83
Full Changelog: v1.6.2...v1.7.0