Back to browse
Custom Search Engine on Safari and Spotlight (macOS)

Custom Search Engine on Safari and Spotlight (macOS)

by knhash·Mar 6, 2026·5 points·1 comment

AI Analysis

●●SolidBig BrainNiche Gem

DNS hijacking + self-signed cert trick to intercept Safari search, but setup is fragile and requires sudo.

Strengths
  • Clever wire-protocol approach: intercepts at OS level without modifying Safari itself, works across both Safari and Spotlight.
  • Honest about risk: author explicitly warns users to audit code before running sudo commands, refuses to hand-hold.
  • Interactive form auto-generates personalized shell commands, reducing copy-paste errors.
Weaknesses
  • Setup requires five separate manual steps with sudo access; one misconfiguration breaks system DNS or trust store.
  • No uninstall guide; users must manually reverse each step or risk leaving artifacts in /etc/hosts and LaunchDaemons.
Target Audience

macOS users wanting privacy-focused search; technically confident developers

Similar To

SearXNG · StartPage · DuckDuckGo

Similar Projects

AI/ML●●●Banger

Safari MCP – Native macOS browser automation (80 tools)

Safari automation for AI agents with 60% less CPU than Chrome DevTools MCP.

Niche GemSolve My ProblemDark Horse
Achiyacohen
512mo ago
Productivity●●Solid

Improved Finder / Spotlight search using Raycast extension

It tames Spotlight by scoping searches to user-configured folders and applying exclusion globs (node_modules, site-packages, .git), then re-ranks results by a 60% relevance / 40% recency mix so recent, relevant files bubble up. The pipeline is simple and practical — Raycast → Python → mdfind → filter+rank → JSON — which makes it a quick win for anyone annoyed by noisy Spotlight results, but it’s more pragmatic engineering than breakthrough research.

Niche GemSolve My ProblemShip It
atharva_n
103mo ago