Skip to content

Install

Dolphin Anty is a native desktop application. There is no npm, pip, or CLI package. Download the platform binary from the official download page and run the installer.

Download

PlatformURL
Windowshttps://dolphin-anty.com/download/windows/
macOShttps://dolphin-anty.com/download/macos/
Linuxhttps://dolphin-anty.com/download/linux/

Setup Steps

  1. Download and run the installer for your platform.
  2. Launch Dolphin Anty. The app opens a local API server on http://localhost:3001 automatically.
  3. Sign in or create a free account at dolphin-anty.com/panel/#/auth/registration.
  4. Navigate to the API section in your personal account dashboard.
  5. Choose a name and expiration date for your token, generate it, and save it immediately. The token is shown only once.

API Client Prerequisites (for automation)

Dolphin Anty's automation API is CDP-based. Install a CDP client in your project:

Node.js (Puppeteer):

bash
npm install puppeteer-core

Node.js (Playwright):

bash
npm install playwright

Python (Requests + Playwright):

bash
pip install requests playwright
playwright install chromium

Remote API (Cloud)

Profile management (create, list, delete) also goes through the cloud REST API:

Base URL: https://dolphin-anty-api.com
Authorization: Bearer <API_TOKEN>

This endpoint does not require the desktop app to be running.