Releases: wickproject/wick
Releases · wickproject/wick
v0.8.0
What's Changed
- Add Linux amd64 support to npm package by @myleshorton in #1
- Add Apify marketplace Actor by @myleshorton in #2
New Contributors
- @myleshorton made their first contribution in #1
Full Changelog: v0.7.0...v0.8.0
Wick 0.7.0
What's new
- HTTP API server —
wick serve --apistarts a local REST API on localhost. Fetch, crawl, map, and search from any tool — Python, LangChain, n8n, curl, custom agents. No MCP required. - All endpoints return JSON with clean markdown content.
- Configurable port:
--port 8090(default).
Endpoints
GET /v1/fetch?url=... Fetch a page as markdown
GET /v1/crawl?url=... Crawl a site
GET /v1/map?url=... Discover URLs
GET /v1/search?q=... Web search
GET /health Status check
Install / Upgrade
brew tap wickproject/wick && brew install wick
brew upgrade wick
npm install -g wick-mcp
Blog post
Wick 0.6.0
What's new
wick_crawl— Crawl a website starting from a URL. Follows same-domain links, fetches multiple pages, returns clean markdown. Configurable depth, max pages, and path filter.wick_map— Discover all URLs on a site via sitemap.xml + link following.- 100% anti-bot success rate — Tested against 25 sites spanning Cloudflare, Akamai, PerimeterX, AWS WAF, and custom anti-bot systems.
- Media detection now works across crawled pages.
- Analytics pings for crawl and map events.
Install / Upgrade
brew tap wickproject/wick && brew install wick && wick setup
brew upgrade wick
npm install -g wick-mcp
Full blog post
https://getwick.dev/blog/wick-0-6-crawl-and-100-percent.html
v0.5.0
Media download (wick_download), auto-detect media in fetch, analytics, error reporting, wick pro activate, SEO, 403 blog post.
v0.4.0
Full-page extraction, CEF auto-detect, Reddit rewrite.
v0.2.0 — Rust rewrite
Wick v0.2.0: Complete Rust rewrite with Cronet (Chrome TLS fingerprint), content extraction, web search, CAPTCHA support, and MCP server.