| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| openserp-darwin-amd64-0.8.6.tgz | 2026-06-29 | 11.4 MB | |
| openserp-darwin-arm64-0.8.6.tgz | 2026-06-29 | 10.8 MB | |
| openserp-linux-386-0.8.6.tgz | 2026-06-29 | 10.4 MB | |
| openserp-linux-amd64-0.8.6.tgz | 2026-06-29 | 11.0 MB | |
| openserp-linux-arm64-0.8.6.tgz | 2026-06-29 | 10.2 MB | |
| openserp-windows-386-0.8.6.tgz | 2026-06-29 | 9.9 MB | |
| openserp-windows-amd64-0.8.6.tgz | 2026-06-29 | 10.3 MB | |
| openserp-windows-arm64-0.8.6.tgz | 2026-06-29 | 9.3 MB | |
| README.md | 2026-06-29 | 2.6 kB | |
| v0.8.6 source code.tar.gz | 2026-06-29 | 556.0 kB | |
| v0.8.6 source code.zip | 2026-06-29 | 664.1 kB | |
| Totals: 11 Items | 84.5 MB | 0 | |
OpenSERP v0.8.6
Full diff: https://github.com/karust/openserp/compare/v0.8.3...v0.8.6
Added
- Added structured CLI search output via
openserp search <engine> <query>. - Supports
json,markdown,text, andndjsonwith--format. - Supports
--limit,--lang,--region,--start,--site,--file,--extract,--features,--full, and--search-timeout. - Added a shared engine registry used by both the CLI and server.
- Added
X-Proxy-Attemptsresponse header for proxy retry visibility. - Added Ecosia Cloudflare captcha detection for browser and raw modes.
- Added test coverage for CLI output, extraction parsing, proxy rotation, ranking, raw HTTP fingerprinting, and SERP features.
Changed
- CLI output now matches the HTTP API v2.1 response format.
- CLI now defaults to quiet mode, sending logs to stderr and keeping stdout clean.
- Replaced
extract_topwithextract=N. - Raw HTTP requests now use
tls-clientwith Chrome-like TLS fingerprints, Client Hints, and header ordering. - Reworked raw HTTP client pooling to prevent idle client growth.
- Unified browser and raw ranking logic using shared
RankState. - Normalized SERP feature links and text before returning results.
features=falsenow consistently disables feature extraction.- Improved Google and Bing SERP feature extraction, including AI summaries, answer boxes, related questions, and related searches.
- Updated README, OpenAPI spec, examples, and CI configuration.
Fixed
- CLI logs no longer pollute stdout.
- Chrome processes are now cleaned up after CLI browser searches.
- Invalid
app.block_resourcesvalues no longer cause request panics. - Challenged proxies are rotated out before retrying.
- Browser health checks no longer run immediately after captcha detection.
- Authenticated SOCKS proxies are now rejected in browser mode instead of failing later.
- Raw and library search paths now share the same rate limiter state.
- Extraction now falls back to nearby results when top candidates fail.
- Google AI Overview placeholders no longer leak into
serp_features. - Improved Google related searches and People Also Ask extraction for newer layouts.
- Improved Bing title/description fallbacks, AI answers, answer boxes, related questions, and related searches.
- Bing click-tracking URLs are stripped from normalized links.
features=falseis now respected by Baidu, Ecosia, Google, and Yandex raw search.- Yandex browser parsing now reuses the raw HTML parser.
- Fixed ranking edge cases where ads could affect organic result positions.