PackageTrack
Sign in Get early access

github.com/Anakin-Inc/anakin

v0.1.1 Anakin-Inc/anakin

What this package is like to depend on

Last release 4 months ago

07 Apr 2026

Too new to tell

only 2 release windows

Nearly every release is documented

notes for 2 of 2 stable releases

Nothing withdrawn

no release was ever pulled

5 months old

3 releases · first in 2026

3 releases in the last 12 months

see the full history below

Release timeline

3 releases · Mar 2026 to Apr 2026
Release Pre-release

Releases

latest 3
  1. v0.1.1 20 Mar 2026
    Release notes

    Added

    • Anonymous telemetry — event-level usage telemetry with hourly batch reporting (opt-out: TELEMETRY=off). See TELEMETRY.md
    • Transparency endpointGET /v1/telemetry/status shows exactly what telemetry data will be sent
    • Startup banner notice — telemetry status displayed on server boot
    • Privacy documentationTELEMETRY.md details what is and isn't collected
    • Failed domains tracking — domains where scraping fails are reported to help improve the product
    Open source →
    Release notes

    Added

    • Anonymous telemetry — event-level usage telemetry with hourly batch reporting (opt-out: TELEMETRY=off). See TELEMETRY.md
    • Transparency endpointGET /v1/telemetry/status shows exactly what telemetry data will be sent
    • Startup banner notice — telemetry status displayed on server boot
    • Privacy documentationTELEMETRY.md details what is and isn't collected
    Open source →
  2. v0.1.0 18 Mar 2026
    Release notes

    AnakinScraper OSS v0.1.0

    The open-source web scraping API for AI. Turn any website into LLM-ready markdown or structured data.

    Features

    • Sync + async scrapingPOST /v1/scrape (blocks) or /v1/url-scraper (poll)
    • Batch scraping — up to 10 URLs in one request
    • Handler chain — fast HTTP fetch with automatic fallback to Camoufox anti-detect browser
    • Structured JSON extraction — Gemini 2.5 Flash AI extraction (bring your own API key)
    • Domain configs — per-domain handler selection, timeouts, retries, content validation, custom headers
    • Proxy auto-selection — Thompson Sampling picks the best proxy per domain
    • HTML to Markdown — intelligent content extraction with boilerplate removal

    Quick Start

    git clone https://github.com/AnakinAI/anakinscraper-oss.git && cd anakinscraper-oss && make up
    curl -s -X POST http://localhost:8080/v1/scrape \
      -H "Content-Type: application/json" \
      -d '{"url": "https://example.com"}' | jq .markdown

    CLI

    pip install anakin-cli
    anakin scrape "https://example.com" --api-url http://localhost:8080

    Infrastructure

    • Single Go binary + Camoufox browser + PostgreSQL
    • Docker Compose for one-command deployment
    • 35 unit tests
    • AGPL-3.0 license
    Open source →
    Release notes

    Initial open-source release.

    Features

    • Sync scrapingPOST /v1/scrape returns results directly (30s timeout)
    • Async scrapingPOST /v1/url-scraper with polling
    • Batch scraping — up to 10 URLs in one request
    • Handler chain — HTTP fetch with automatic fallback to Camoufox anti-detect browser
    • Structured JSON extraction — Gemini 2.5 Flash AI extraction (bring your own API key)
    • Domain configs — per-domain handler selection, timeouts, retries, content validation, custom headers
    • Proxy auto-selection — Thompson Sampling picks the best proxy per domain
    • HTML to Markdown — intelligent content extraction with boilerplate removal

    Tools

    • CLIanakin scrape/batch/health commands (anakin-cli)
    • Web dashboard — React UI for scraping, job tracking, domain configs, proxy monitoring
    • OpenClaw skill — AI agent integration

    Infrastructure

    • Single Go binary + Camoufox browser + PostgreSQL
    • Docker Compose for one-command deployment
    • GitHub Actions CI
    • 35 unit tests
    Open source →
  3. v0.0.0-20260407111602-c875d372b275 07 Apr 2026 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive