Web
Run private metasearch through SearXNG with Wikipedia as a no-key fallback.
category: "web"
Open-source retrieval infrastructure
One self-hostable search API for agents and RAG, with no-key sources, citations, and partial-failure resilience.
{
"query": "open source rerankers",
"category": "academic",
"results": [{
"title": "Example work",
"url": "https://doi.org/...",
"source": "crossref",
"score": 0.016393
}],
"providers": [{
"provider": "crossref",
"ok": true
}]
}
SearchForge routes each query to relevant sources, normalizes the evidence, removes duplicate URLs, and preserves every contributing citation.
Run private metasearch through SearXNG with Wikipedia as a no-key fallback.
category: "web"
Find repositories and implementation references through GitHub search.
category: "code"
Retrieve papers, DOI metadata, authors, and publication details from Crossref.
category: "academic"
Search technical discussions and launch posts through Hacker News.
category: "community"
Turn a public page into bounded, LLM-ready Markdown with SSRF protections.
read_url("https://example.com")
Expose web_search, read_url, and search_status to compatible agents.
Call a versioned HTTP contract from any language or RAG service.
Search, read, and diagnose providers directly from a terminal.
Embed providers and the routing core inside an existing application.
Node.js 20 or newer. No account is required for the default adapters.
git clone https://github.com/divyanshu-iitian/SearchForge.git
cd SearchForge
npm install && npm run build
node dist/cli.js search "agent frameworks" --category code
SearchForge stays below the reasoning layer. Your model receives structured sources, provenance, health data, and predictable failure behavior.
Read the architectureMIT licensed. No telemetry. No mandatory paid search provider.
View on GitHub