Fetching from the wire…
Public story · 2026-08-03 · high
The single-binary tool skips per-request browser boots by running a V8 isolate in-process, hitting standard pages in about 300ms.
Why now: As of August 3, Draco sits at 48 stars, an early test of whether self-hosted scraping beats paying Firecrawl per request.
Draco reimplements Firecrawl's REST API in a single Rust binary you self-host instead of paying per scrape, according to its GitHub repo.
Per-request pricing is a real line item in agent pipelines that scrape at volume. Draco's pitch: make that line item disappear once you self-host.
Firecrawl and similar tools typically boot a full browser to render JavaScript-heavy pages before scraping them. Draco runs a V8 isolate in-process instead, and the author cites roughly 300ms for standard HTML pages.
It extracts Markdown and metadata natively. For structured data it uses a tiered approach: embedded state first, then API discovery, then runtime interception if neither exists.
It also runs multi-engine web search, supports MCP, and keeps interactive sessions with cookie persistence. Licensing is dual MIT and Apache-2.0.
Yes, but Firecrawl has 159,000 stars to Draco's 48, and matching an API surface on paper isn't the same as proving it at Firecrawl's scale.
Each link below shares sources, entities, or timing with this story.
modiqo/waggle (dual Apache-2.0/MIT, v0.5.3 on July 14, 762 stars since July 8) attacks token waste in multi-agent handoffs: each artifact gets a ~30-byte attributed token resolving into a consumer-specific projection sized to the reading model. Artifacts never auto-expand into...
cristicretu/diri (217 stars, Rust, Apache-2.0, pushed August 7) runs multiple coding agents and shells concurrently across worktrees and remote hosts. Worktree isolation is the mechanism keeping parallel agents from clobbering each other's edits, and it's the correct primitive...
Three moves, two days, no coordination between them. August 10–11: GitHub shipped Ollama as a BYOK provider inside Copilot for JetBrains (GitHub Changelog). Unsloth released Unsloth Desktop with a command literally named unsloth start claude, which points Claude Code and Codex...
v0.10.0 (~84.8k stars, Apache-2.0) ships no agent of its own and drives whichever CLI you already have, Claude Code, Codex, Cursor, Copilot, OpenClaw, Gemini, Kimi, Qwen, Cline, plus BYOK OpenAI-compatible endpoints, via od mcp install <agent>. It produces single-page HTML pro...
open-design is a local-first macOS/Windows/Linux desktop app that turns your existing coding agent into a design engine, producing prototypes, landing pages, dashboards, slides, images, and video with real HTML/PDF/PPTX/MP4 export. It runs on 25 distinct local CLI executables...
iOfficeAI/OfficeCLI is Apache-2.0 C#/.NET giving agents read/write control over .docx, .xlsx, and .pptx with no Microsoft Office install, no external dependencies, and no .NET runtime at execution time (GitHub). Its differentiator over python-docx-style libraries is a native f...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.