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
- test: cover extract CLI command by @dorukardahan in #92
- feat: add untrusted content safety receipts by @dorukardahan in #98
- Test config loading and provider key presence by @dorukardahan in #97
- test(mcp): cover server lifecycle and tool registration by @dorukardahan in #99
- docs: refresh supported agent matrix heading by @dorukardahan in #101
- feat: add OpenClaw-only no-key Firecrawl bridge by @dorukardahan in #102
- docs: clarify keyless Firecrawl and enforce Go version docs by @dorukardahan in #103
- test: cover the MCP CLI command boundary by @dorukardahan in #105
- Align README tagline with search and extraction scope by @dorukardahan in #107
- docs: prepare v1.9.0 release by @dorukardahan in #109
Full Changelog: v1.8.1...v1.9.0