A deep dive into the new privacy-first, ad-free search engine that's rethinking how search should work. No AI summaries. No tracking. No sponsors. Just results, ranked by signals you can actually see.
arlong is an open-source meta search engine that scrapes public web indexes and re-ranks results using a transparent, multi-factor heuristic algorithm. Every result has a visible score. Every signal is explained. No black box, no vectors, no ML trickery. Built by a solo developer as an alternative to mainstream search, it's live at arlong-production.up.railway.app.
| Feature | DuckDuckGo | Bing | arlong | |
|---|---|---|---|---|
| Ads | Yes | Minimal | Yes | None |
| Tracking | Extensive | None | Extensive | None |
| AI Overviews | Yes (forced) | Yes | Yes | No |
| Open Source | No | Partial | No | Yes (Apache 2.0) |
| Free API | Paid | No | No | Yes, no key needed |
| Transparent Ranking | Black box | Black box | Black box | 8 signals, fully explained |
| Content Farm Penalties | Weak | Moderate | Weak | Aggressive |
| Crisis & Safety Tools | Basic | Basic | Basic | Built-in |
| Browser Extensions | No sidebar | Yes | No | Chrome + Firefox sidebar |
| Dark Mode | Yes | Yes | Yes | Yes |
| Image Search | Yes | Yes | Yes | Yes (Bing-powered) |
Unlike Google's black-box algorithm, arlong scores every result using 8 weighted signals. The score is visible on every result, and the algorithm is fully documented.
Does the page title contain your search words? Exact matches and phrases rank higher. Short or generic titles get penalized.
How often do your search terms appear in the result description? Clustered terms indicate stronger relevance.
Trust scores: Wikipedia (95), Stack Overflow (90), .gov (80). Content farms and spammy domains score low.
Known low-quality sites penalized heavily. AI-generated content patterns, SEO stuffing, and poor formatting detected and demoted.
Newer content gets a boost. Results less than 7 days old score full points. Older content gradually drops off.
The engine guesses what a result is about (tutorial, news, forum) and whether that matches the type of answer you need.
Discussion queries push Reddit results up. Pages baiting with "reddit" in the title get penalized instead.
Clean, short URLs beat long ones with tracking parameters. Query terms in the URL path earn a bonus.
We ran apples-to-apples comparisons across three query categories, measuring relevance and spam-blocking effectiveness against Google and DuckDuckGo.
We searched the same query across five search engines to see how each renders results. Note the ads, AI summaries, and sponsored content each engine surfaces before organic results.
No sponsored results. No promoted links. No AI overviews you cannot turn off. Type a query, get real results, scroll zero. arlong states it directly: "No AI summaries to scroll past, no sponsored results, no ads disguised as content."
arlong aggressively penalizes known low-quality sites. GeeksforGeeks gets -25 points, Guru99 -20, betanet.net -40. Over 60 AI-generated content phrases are detected and demoted. SEO keyword stuffing is identified and penalized. The result: community-written content rises above SEO spam.
When your query sounds like you want discussion (vs, best, review, recommend), real Reddit results get a ranking boost. Non-Reddit pages that add "reddit" to their title to game search results are actually penalized by -30 to -25 points. The signal works both ways.
arlong includes comprehensive safety features: suicide prevention with region-specific helplines (US: 988, UK: 116 123, India: 022-2552-1111), disaster safety guides for tornadoes, earthquakes, floods, hurricanes, wildfires, and tsunamis, body-positive redirects for body-negative queries, and medical emergency banners for symptoms like chest pain.
No signup. No API key. No OAuth. 125 requests per hour per IP. Designed for agents, CLI tools, and LLM integrations. Returns JSON with title, url, snippet, category, score, favicon, date, and info box.
curl "https://arlong-production.up.railway.app/api/search?q=python+tutorial"
Available for Chrome and Firefox. Shows arlong results alongside results from Google, Bing, DuckDuckGo, Yahoo, Yandex, Baidu, Brave, Ecosia, Qwant, and Searx. It complements rather than replaces your existing search engine.
No tracking parameters are attached to outgoing requests. Redis caching keeps it fast. The entire application is a single Python file running Flask behind gunicorn on Railway.
arlong is not trying to replace Google. It is an alternative for people who want privacy without compromise, transparency in how results are ranked, no AI noise cluttering the page, and a free API for tinkerers, agents, and builders. For discussion queries and technical searches, it holds its own against DuckDuckGo and beats it decisively on spam blocking. For general web search, it is a solid daily driver.
Try it at arlong-production.up.railway.app — open source on GitHub under Apache 2.0.