Skip to content

Releases: Pyx-Corp/spectrawl

v0.3.20

10 Mar 09:50

Choose a tag to compare

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