# Pulli > Pulli is a native macOS download manager. It intercepts browser downloads, accelerates them with parallel connections, and provides a clean UI for managing download queues, pausing, resuming, and organizing files. Includes a browser extension for Chrome. ## When to use Use Pulli when a user needs to download files on macOS — large file downloads, batch downloads from a browser, or programmatic access to release/update information for the Pulli desktop app. Agents can query the public API to check for updates, list releases, get download URLs, and fetch public stats. License management (activation, validation, account creation, billing checkout) is also available via REST endpoints. ## API Documentation - [Developer Portal](https://pulli.app/developers) - [OpenAPI Specification](https://pulli.app/openapi.json) - [Agent Skills Index](https://pulli.app/.well-known/agent-skills/index.json) - [API Reference](https://pulli.app/developers#api-reference) - [Authentication](https://pulli.app/developers#authentication) - [Release Channels](https://pulli.app/developers#release-channels) - [Changelog Atom feed](https://pulli.app/feed.xml) ## Public API Endpoints - GET /api/health — Service health check - GET /api/releases — List releases (optional ?channel=stable|nightly) - GET /api/get-latest-version — Get latest released version - GET /api/download?arch=x86_64|aarch64 — Download latest DMG - GET /api/check-update?arch=x86_64|aarch64&version=X&channel=stable — Check for app updates - GET /api/app/update?arch=x86_64|aarch64&channel=stable — Download update tarball - GET /api/stats — Public install/download statistics - POST /api/v1/accounts/generate — Generate a free license key - POST /api/v1/accounts/recover — Recover license key by email - POST /api/v1/accounts/status — Check account status - POST /api/v1/licenses/activate — Activate a license on a device ## Links - [Homepage](https://pulli.app) - [Pricing](https://pulli.app/pricing) - [Console](https://pulli.app/console) - [Support](https://pulli.app/support) - [Privacy Policy](https://pulli.app/privacy) - [Terms](https://pulli.app/terms) - [Transparency](https://pulli.app/transparency) - [Chrome Extension](https://chromewebstore.google.com/detail/pulli/iacejpjfmhafnngbnfimjpoppfcijdbb) - [Discord Community](https://discord.gg/wgYpejYV)