Skip to content

v0.3.20

Latest

Choose a tag to compare

@FayAndXan FayAndXan released this 10 Mar 09:50
· 17 commits to main since this release

What's New

  • Added Dockerfile for MCP/HTTP server deployment
  • 8 search engines (Gemini Grounded, Tavily, Brave, DDG, SearXNG, Serper, Google CSE, Jina)
  • Stealth browsing (Camoufox + Playwright)
  • Cookie auth with SQLite persistence
  • 24 platform adapters
  • MCP server (stdio transport)
  • HTTP server (port 3900)

Install

npm install spectrawl
npx spectrawl mcp   # MCP mode
npx spectrawl serve # HTTP mode

Docker

docker build -t spectrawl .
docker run -p 3900:3900 -e GEMINI_API_KEY=your-key spectrawl