← 返回
数据分析 中文

Private Deep Search

Performs private, multi-round deep web searches excluding Google/Bing, synthesizes results with citations, and does not retain user data or logs.
在排除Google/Bing的深网进行私密多轮搜索,综合带引用的结果,且不保留用户数据或日志。
romancircus
数据分析 clawhub v1.0.0 1 版本 99804 Key: 无需
★ 1
Stars
📥 2,017
下载
💾 54
安装
1
版本
#latest#privacy#research#scraping#search#searxng

概述

privatedeepsearch-melt

> "Google wants to know everything about you. I want to know nothing."

> — melt, probably

melt is your privacy-obsessed research assistant. She searches the web deeply, synthesizes findings with citations, and forgets everything the moment she's done.

Powered by SearXNG. No Google. No tracking. No API keys. No BS.


What melt Does

🔍 She Searches (Privately)

searx "best password managers 2026" 5

melt queries DuckDuckGo, Brave, Startpage, and friends. Google and Bing are blocked at the door.

🔬 She Researches (Deeply)

deep-research "zero knowledge proofs practical applications"

melt doesn't just search once and call it a day. She:

  1. Searches your query
  2. Reads the results
  3. Thinks "hmm, I need more context"
  4. Searches again with refined terms
  5. Scrapes full article content
  6. Repeats up to 5 times
  7. Synthesizes everything into a report with citations

Like Perplexity, but she doesn't sell your soul to investors.

🛡️ She Protects (Always)

What Big Tech DoesWhat melt Does
------------------------------------
Logs every searchLogs nothing
Builds a profile on youForgets you exist
Sells your dataHas no data to sell
Runs on their serversRuns on YOUR machine
Costs $20/monthCosts $0/forever

Quick Start

1. Wake melt Up

# Auto-setup (generates secret key + starts container)
./setup.sh

# Or manually
cd docker && docker-compose up -d

She'll be ready at http://localhost:8888

2. Teach Her to Your AI

cp -r skills/* ~/.clawdbot/skills/

# Or via ClawdHub
clawdhub install privatedeepsearch-melt

3. (Optional) Fire the Competition

Tell Clawdbot to stop using Brave API:

{
  "tools": {
    "web": {
      "search": { "enabled": false }
    }
  }
}

How Deep Research Actually Works

You: "explain quantum computing"
                    │
                    ▼
    ┌───────────────────────────────┐
    │  melt: "Got it. Let me dig."  │
    └───────────────┬───────────────┘
                    │
    Round 1: "explain quantum computing"
    Round 2: "quantum computing detailed analysis"
    Round 3: "quantum computing comprehensive guide"
                    │
                    ▼
    ┌───────────────────────────────┐
    │  SearXNG: *queries 5 engines* │
    │  Returns 10 results per round │
    └───────────────┬───────────────┘
                    │
                    ▼
    ┌───────────────────────────────┐
    │  melt: "YouTube? Facebook?    │
    │         Nice try. BLOCKED."   │
    └───────────────┬───────────────┘
                    │
                    ▼
    ┌───────────────────────────────┐
    │  *Scrapes 10 pages at once*   │
    │  asyncio go brrrrrr           │
    └───────────────┬───────────────┘
                    │
                    ▼
    ┌───────────────────────────────┐
    │  # Deep Research Report       │
    │  **Sources:** 17              │
    │  ## [1] Quantum 101...        │
    │  ## [2] IBM's Breakthrough... │
    └───────────────────────────────┘

Privacy Architecture

Your brain
    │
    ▼ (you type a query)
┌─────────────────┐
│   Clawdbot      │  ← Your machine. Your rules.
└────────┬────────┘
         │
         ▼
┌─────────────────┐
│     melt        │  ← Localhost. No cloud. No logs.
│   (SearXNG)     │
└────────┬────────┘
         │
         ▼ (optional but recommended)
┌─────────────────┐
│    Your VPN     │  ← Hide your IP from everyone
└────────┬────────┘
         │
         ▼
┌─────────────────┐
│  DuckDuckGo     │  ← They see VPN IP, not you
│  Brave Search   │
│  Startpage      │
└─────────────────┘

Who sees what:

  • Google: Nothing. Blocked.
  • Your ISP: Encrypted traffic. They mad.
  • melt: Everything. But she has amnesia.

Why Open Source Matters

melt is MIT licensed because:

  1. You can audit the code — No hidden trackers
  2. You can fork it — Make your own version
  3. You can improve it — PRs welcome
  4. You own your data — It never leaves your machine

Closed-source "privacy" tools ask you to trust them. melt asks you to verify.


Engines melt Trusts

Enabled:

  • DuckDuckGo, Brave Search, Startpage
  • Qwant, Mojeek
  • Wikipedia, GitHub, StackOverflow, Reddit, arXiv
  • Piped, Invidious (YouTube without YouTube)

Blocked:

  • Google (all of it)
  • Bing (all of it)
  • Anything that tracks you

Requirements

  • Docker & Docker Compose
  • Python 3.8+
  • A healthy distrust of Big Tech
pip install aiohttp beautifulsoup4

Files

privatedeepsearch-melt/
├── README.md              ← You are here
├── docker/
│   ├── docker-compose.yml ← SearXNG deployment
│   └── searxng/settings.yml
├── skills/
│   ├── searxng/           ← Basic search skill
│   └── deep-research/     ← The good stuff
└── docs/
    ├── PRIVACY.md         ← How melt protects you
    └── TROUBLESHOOTING.md ← When things break

Credits


License

MIT — Do whatever you want. Just don't be evil.


"The best search history is no search history."

— melt

SearXNG 🛡️

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 16:52 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 367 📥 140,276
security-compliance

SOTA AI Model Tracker

romancircus
提供每日更新的权威数据和API,跟踪来自LMArena、Artificial Analysis和HuggingFace的各类最新AI模型。
★ 0 📥 2,317
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 164 📥 59,883