unfetch
A download manager for humans and AI with a native MCP server: add_task, list_tasks, wait_for_task with progress notifications from any MCP host. Multi-threaded multi-mirror HTTP, BT/magnet, 1000+ video sites (yt-dlp), RSS, token-secured remote Web UI. ~8MB, open source.
README
<div align="center">
unfetch
A modern download manager for humans and AI
Website · Download · Sponsor · 中文
</div>
unfetch is the download engine that finishes what your browser starts. Fast multi-mirror HTTP, real BT/magnet support, 1000+ video sites via yt-dlp, RSS subscriptions, completion hooks, and a token-secured remote Web UI — all driven by GUI, CLI, or AI through MCP. ~8 MB installer. MIT-style license. Zero telemetry.
Features
- Multi-mirror HTTP — up to 32 threads × multiple mirror URLs, automatic fallback, resume, SHA256/MD5 verification.
- BT / Magnet — 35 public trackers, IPv6 + WebTorrent, file picker before download, peer/seeder stats, auto uTP fallback when your ISP throttles.
- 1000+ video sites — YouTube, Bilibili, TikTok, X, and the rest via bundled yt-dlp.
- AI-native (MCP) —
add_task,list_tasks,wait_for_task, progress notifications — from any MCP host (Claude Desktop, Cursor, Codex, …). No vendor lock-in. - Remote Web UI — token-secured Web UI on
0.0.0.0— manage downloads from your phone or remote box. QR-shareable. - RSS auto-fetch — subscribe with regex filters, new items queued automatically, GUID deduped.
- Completion hooks — webhook POST or shell exec on done — pipe into Home Assistant / n8n / anything.
- Task templates & dependency chains — per-site Cookie/UA presets, wait-for-other-task, scheduled start times, per-hour bandwidth schedule.
- 6 themes — Cream Light (default for new users), Deep Indigo, Light Paper, Forest Night, Cyberpunk, Mono Gray — switch live without restart.
- Privacy first — no ads, no telemetry, no login, no infohash uploads.
Install
| Platform | Download |
|---|---|
| macOS (Apple Silicon + Intel, Notarized) | unfetch_*_universal.dmg |
| Windows 10/11 (NSIS installer) | unfetch_*_x64-setup.exe |
| Linux x64 (AppImage / deb / rpm) | Releases page |
Or grab the latest from https://unfetch.org/#download.
Three frontends, one daemon
unfetch ships as a Go daemon + a Tauri shell. Three frontends share one daemon, all backed by the same REST API on localhost:19543:
- GUI — Tauri window (the default app icon launches this)
- CLI —
unfetch add <url>,unfetch list,unfetch pause <id>, … - MCP —
unfetch --mcp(stdio JSON-RPC, drop into Claude Desktop config) - Browser extension — see
extension/for Chrome/Edge sniffer
┌──────────────────────────────────────────────────────────┐
│ Tauri 2 app (Rust + React + 6 themes) │
│ ├─ Main window / mini floating window │
│ ├─ Tray, clipboard sniffer, deep-link handler │
│ └─ Forwards arguments / events to the daemon │
└─────────────────────────────┬────────────────────────────┘
│ localhost:19543 (REST + SSE)
▼
┌──────────────────────────────────────────────────────────┐
│ Go daemon (anacrolix/torrent + http downloader + yt-dlp) │
│ ├─ SQLite store of all tasks (resumes across restarts) │
│ ├─ Speed scheduler, retry queue, hash verifier │
│ ├─ Remote Web UI on 0.0.0.0 (token-gated) │
│ └─ Same API consumed by GUI / CLI / MCP / extension │
└──────────────────────────────────────────────────────────┘
Use with AI (MCP)
Drop this into your Claude Desktop / Cursor config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"unfetch": {
"command": "/Applications/unfetch.app/Contents/MacOS/unfetch",
"args": ["--mcp"]
}
}
}
Then your AI can add_task, list_tasks, wait_for_task, etc. See docs/mcp.md for the full tool schema, or visit https://unfetch.org/mcp.
Build from source
Prerequisites: pnpm, Rust toolchain, Go 1.23+, Node 20+.
# 1. Frontend
pnpm install
pnpm build
# 2. Go daemon (per-platform — Tauri externalBin requires platform-suffixed names)
cd core
GOOS=darwin GOARCH=arm64 go build -ldflags="-s -w" \
-o ../src-tauri/binaries/unfetch-daemon-aarch64-apple-darwin .
# (repeat for x86_64, linux, windows targets)
# 3. Tauri release build
cd ..
pnpm tauri build # native target only
pnpm tauri build --target universal-apple-darwin # macOS universal
For macOS release builds with notarization, see scripts/build-mac.sh.
Release workflow
./scripts/release.sh 0.3.0 # bump → commit → tag → push (triggers CI for Win/Linux)
./scripts/build-mac.sh 0.3.0 # local universal build + Apple notarize + upload dmg
CI in .github/workflows/release.yml only builds Windows + Linux — macOS is notarized locally because Apple Developer credentials should not live in CI.
Support development
unfetch is built and maintained by one developer. If it saves you time, sponsorship helps keep it alive:
- GitHub Sponsors — international, monthly or one-time (Stripe)
- PayPal — worldwide one-time tip
- Alipay / WeChat Pay — scan QR at https://unfetch.org/#sponsor
License
MIT-style license. See LICENSE (forthcoming — currently de-facto MIT).
Contributions to upstream are encouraged — unfetch's maintainer is also an active contributor to anacrolix/torrent.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.