Skip to content

Releases: wickproject/wick

v0.8.0

01 Apr 22:28
6f62ad7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

Wick 0.7.0

26 Mar 16:08
c9dd0b5

Choose a tag to compare

What's new

  • HTTP API serverwick serve --api starts 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

https://getwick.dev/blog/wick-0-7-http-api.html

Wick 0.6.0

26 Mar 14:44
ad5b64a

Choose a tag to compare

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

25 Mar 16:06
23d505d

Choose a tag to compare

Media download (wick_download), auto-detect media in fetch, analytics, error reporting, wick pro activate, SEO, 403 blog post.

v0.4.0

24 Mar 19:25
e14f202

Choose a tag to compare

Full-page extraction, CEF auto-detect, Reddit rewrite.

v0.2.0 — Rust rewrite

23 Mar 12:06
cf29153

Choose a tag to compare

Wick v0.2.0: Complete Rust rewrite with Cronet (Chrome TLS fingerprint), content extraction, web search, CAPTCHA support, and MCP server.