迁移指南
在找 Dolphin Anty 的替代方案?
An open-source Dolphin Anty alternative with no profile ceiling and no per-user surcharge: the app is AGPL-3.0, and profiles never leave your disk. 本页每一条关于 Dolphin Anty 的说法都是 2026年8月6日 从其自有站点读取的。搬家不是配置文件的格式转换,因为没有一款反检测浏览器会导出另一款打得开的配置文件。搬的是一份 Cookie 导出文件;不该换的理由在下面另有一节。
- 导入
- 所有档位均免费
- 配置文件存放于
- 你自己的磁盘
- 起步所需账号
- 不需要
- 应用许可证
- AGPL-3.0
「Dolphin Anty 替代方案」背后的问题,几乎从来不是哪个产品功能清单更长,而是你已经养好的账号能否熬过这次搬迁,以及搬迁要花多久。所以本页先从这里讲起,之后再谈对比。
Donut Browser 是一款桌面应用,每个配置文件都以目录形式存放在你自己的机器上。没有任何东西在统计这些目录,也没有别人云端的工作区要登录;应用本身——配置文件管理器、本地 REST API、MCP 服务器和同步服务器——以 AGPL-3.0 发布在 GitHub 上。它驱动的 Wayfern Chromium 引擎是专有的,这一点写在这里的理由和本页其他所有内容一样:好让你能自己核实。
要点速览
- 没有任何东西能把 Dolphin Anty 的配置文件转换成 Donut 的配置文件。真正把你的账号带过来的是 Cookie 文件:从 Dolphin Anty 导出,在这边导入,会话依旧保持登录。指纹总是重新生成的,在任何内核上、由任何人来做都一样。
- Donut Browser 应用以 AGPL-3.0 发布在 GitHub 上:配置文件管理器、本地 REST API、MCP 服务器和同步服务器。Wayfern Chromium 引擎是专有的,本页照实说明,而不是四舍五入成「开源」。
- 下面的对比涵盖 6 条轴线,每一格 Dolphin Anty 的内容都带着它被读取的网址和日期——2026年8月6日。关于 Dolphin Anty 的任何一句都不是凭记忆写的。
- You need Firefox-engine profiles. Donut Browser ships one engine, the Wayfern anti-detect Chromium, and imports only Chromium-family profiles.
离开 Dolphin Anty 时,究竟有什么能搬走?
配置文件本身搬不走。没有一款反检测浏览器会以另一款打得开的形式导出配置文件,所以诚实的问题是:哪些部分能熬过这次搬迁。有两样能。
Dolphin Anty has no profile export at all. Its two export actions are cookies and local storage, which is the shortest possible version of the point this page makes: the only thing any vendor lets out of the building is the session. Take it, and rebuild the profiles here. Donut reads JSON and Netscape cookie files through the app, the local REST API or MCP, and writes them in plaintext where the engine actually reads them. Creating the profiles is free on every tier.
-
在应用里
从侧栏打开「导入」。自动检测会扫描所有受支持的 Chromium 系浏览器的默认位置并列出找到的内容;手动模式可指向任意路径,包括 ZIP。导入逐项执行,因此一个损坏的配置文件绝不会中断整批。
-
通过 REST API
本地 API(127.0.0.1:10108)上的三个端点就覆盖了整个迁移:列出可导入项、带分组和逐项代理批量导入、以及从纯文本清单或 Donut 导出文件批量添加代理。
-
经由 MCP
MCP 服务器把同一套能力作为工具暴露出来,因此助手可以用对话完成迁移:检测配置文件、导入到某个分组、把你已保存的代理轮流分配下去。
Dolphin Anty 实际运行的是哪个 Chromium?
每一款反检测浏览器都是打过补丁的 Chromium,而没有一款跑在当前版本上。这个落差有双重影响:一个落后于上游的内核,同时也在 Web 平台特性和安全补丁两方面落后。
- Dolphin Anty 144
- Donut Browser Wayfern 150
- Google Chrome 上游 151
Chrome 稳定版 151
2026年8月9日 时 Chrome 稳定版为 151。凡是厂商在自己站点上任何地方都没有印出版本号的,该行就照实标注,而不是给出一个你无从核实的数字。
你的 Dolphin Anty 配置文件究竟存在哪里?
在这个市场的大多数产品里,都不在你的机器上。这件事在平常的日子里只算小事,在订阅失效那天却相当要紧,因为每一家替你保管配置文件的厂商,同时也在给它们跑一个倒计时。
- Dolphin Anty
- Cloud by default, and cloud sync is a paid-plan feature: on the free plan nothing leaves the device.
- Donut Browser
- 除非你自己开启同步,否则只存在本地。同步按配置文件逐个选择开启,同步服务器是开源的,你可以自建。
如果你停止付费
- Dolphin Anty Cloud data is deleted 45 days after sync is switched off, or at once if you ask.
- Donut Browser 没有什么可删。从来就不存在第二份副本。
读自各家厂商自己的文档,日期为 2026年8月9日。凡是厂商没有写明删除政策的,该行就照实标注,因为偏偏在这个问题上,沉默本身就值得记录。
这个 Dolphin Anty 替代方案在思路上有何不同?
这不是功能对照表。下面这些轴线,是两款产品建立在不同假设之上的地方;每一格 Dolphin Anty 的内容都转述自其自有站点上公开的信息,读取日期为 2026年8月6日,并在下方来源列表中给出链接。
-
Source code
Donut Browser
The app — profile manager, local REST API, MCP server and sync service — is AGPL-3.0 on GitHub. The Wayfern Chromium engine is proprietary, and the site says so.
Dolphin Anty
The pricing page names no open-source licence and no public source repository. [1]
-
Free tier
Donut Browser
Unlimited local profiles, per-profile proxy and WireGuard, the profile-management API and the MCP server. No account, no card, no trial clock.
Dolphin Anty
A $0 plan with five browser profiles and no additional users. [2]
-
What you are charged for
Donut Browser
Profiles are directories on your own disk. Nothing counts them, so the ceiling is storage rather than a plan.
Dolphin Anty
A profile ceiling per plan: $10/mo for up to 60 profiles, $89/mo for up to 100, $159/mo for up to 300, and $299/mo for unlimited. [3]
-
Team seats
Donut Browser
Two seats on the Team plan, then a per-seat add-on. Additional users never change the profile ceiling, because there is not one.
Dolphin Anty
Per-user surcharges that rise with the plan: +$10, +$20 and +$25 per additional user, and the entry plan cannot buy users at all. [4]
-
Browser engines
Donut Browser
One engine, Wayfern: an anti-detect Chromium with C++-level fingerprint spoofing for UA, platform, timezone, language, WebGL, canvas, audio and WebRTC.
Dolphin Anty
A choice between a Chrome and a Firefox engine per profile. [5]
-
Where profiles live
Donut Browser
Profiles, cookies and logins stay on the device. Cloud sync is an opt-in paid feature, and the personal sync server is open source and self-hostable.
Dolphin Anty
An account-bound service; the pricing page describes plans in terms of hosted profile allowances rather than local storage. [6]
来源
- Dolphin Anty's pricing page contains no statement of open-source licensing or source-code availability. dolphin-anty.com · 2026年8月6日
- Dolphin Anty's pricing page lists a Free plan at "$0 per month" with "5 Free Browser Profiles". dolphin-anty.com · 2026年8月6日
- Dolphin Anty's pricing page lists Starter at "$10 per month" (up to 60 profiles), Base at "$89 per month" (up to 100), Team at "$159 per month" (up to 300) and Enterprise at "$299 per month" (unlimited). dolphin-anty.com · 2026年8月6日
- Dolphin Anty's pricing page lists "+$10 for an add.user" on Base, "+$20" on Team and "+$25" on Enterprise, and states additional users "Cannot be purchased additionally" on Starter. dolphin-anty.com · 2026年8月6日
- Dolphin Anty's pricing page states that profiles can use a Chrome or Firefox engine. dolphin-anty.com · 2026年8月6日
- Dolphin Anty's pricing page describes every plan as an allowance of browser profiles and does not describe a local-only storage mode. dolphin-anty.com · 2026年8月6日
- Dolphin Anty's pricing page lists a Starter plan at "$10 per month" for "Up to 60" profiles. dolphin-anty.com · 2026年8月6日
Dolphin Anty 的替代方案要花多少钱?
免费档位不是试用,也不按配置文件数量设上限,因为根本没有可设上限的东西:配置文件就是你磁盘上的目录。付费档位买的是能力,绝不是「允许你多建几个」。
免费,无需账号
- 基于 Wayfern 反检测 Chromium 引擎的无限本地配置文件
- 逐配置文件代理——HTTP、HTTPS、SOCKS4、SOCKS5——以及 WireGuard VPN
- 配置文件管理 REST API 与 MCP 服务器
- Cookie 与扩展管理
- 导入功能,所有档位免费,包括这一档
付费,每月 $29 起
- 云端配置文件备份与每晚运行的 Cookie Bot
- 面向其他操作系统的指纹
- 浏览器操控 API 与 MCP,以及更高的自动化速率上限
- 团队席位、配置文件共享与协作
- 商业用途
什么时候 Dolphin Anty 仍然是更合适的工具?
每个迁移页面都该有这一节,而几乎没人写。下面没有一句被软化过:每一条都是 Donut Browser 真实存在的局限,凡是 Dolphin Anty 那一侧需要出处的,都给了出处。
-
You need Firefox-engine profiles. Donut Browser ships one engine, the Wayfern anti-detect Chromium, and imports only Chromium-family profiles.
-
You want to open the same profile from any machine with nothing to set up. Donut keeps profiles on the device; reaching them elsewhere means the paid sync tier or self-hosting the sync server.
-
You want a low fixed entry price with a high profile count. Dolphin Anty's entry plan advertises up to 60 profiles for $10/mo, and a small solo workload may simply be cheaper there than on a Donut paid tier. [7]
如果这些都不符合你的工作方式,这次切换不过是一次导入加一个下午。如果其中有一条符合,那就留在原地——一个需要你天天对抗的浏览器,比订阅费贵得多。
Dolphin Anty 替代方案:常见问题
有开源的 Dolphin Anty 替代方案吗?
Donut Browser 应用以 AGPL-3.0 发布在 GitHub 上:配置文件管理器、本地 REST API、MCP 服务器和同步服务器。它驱动的 Wayfern Chromium 引擎是专有的,本站在每一处作出该说法的地方都会指明这一点。在这些页面所比较的四家厂商中,没有一家在来源列表所链接的页面上写明开源许可证或公开代码仓库。
有免费的 Dolphin Anty 替代方案吗?
有,而且不是试用。Donut Browser 的免费档位包含无限本地配置文件、逐配置文件代理与 WireGuard、配置文件管理 REST API 和 MCP 服务器,无需账号也无需银行卡。导入你现有的配置文件在所有档位同样免费。付费档位增加的是云备份、面向其他系统的指纹、席位和商业用途——绝不是更高的配置文件数量,因为根本没人在数。
Reddit 上大家推荐哪个 Dolphin Anty 替代方案?
这里不引用任何帖子,因为一个也没读过,而编造一个会让本页其余内容的意义荡然无存。用来替代点赞数的是:应用源码以 AGPL-3.0 放在 GitHub 上,价格是公开的,上面每一条关于 Dolphin Anty 的说法都链接到它的来源页并注明读取日期。这个答案比一句推荐慢,但它是你自己就能核实的。
我能把 Dolphin Anty 的配置文件导入 Donut Browser 吗?
不能作为配置文件导入。没有一家反检测厂商会以另一家读得了的格式导出配置文件,Dolphin Anty 也不例外。真正搬过来的是会话:从 Dolphin Anty 导出 Cookie,在 Donut 里建好配置文件,再通过应用、本地 REST API 或 MCP 把这份 Cookie 文件导入。Donut 可读取 JSON 和 Netscape 格式的 Cookie 文件。每个新建的配置文件都会获得一个全新生成的指纹,Dolphin Anty 对导入到它那边的配置文件也是这么处理的。
替换 Dolphin Anty 需要注册账号吗?
不需要。免费档位无需账号、无需银行卡、也没有试用倒计时,因为你的配置文件是你自己磁盘上的目录,而不是别人数据库里的一行记录。只有在你购买付费档位或开启云同步时才会出现账号,而同步服务器本身是开源且可自托管的。
从 Dolphin Anty 切换:这一周该做什么
无法回滚的迁移不算迁移,所以请按下面的顺序来,别一次全上。前两步既不会扣款,也不会创建账号。
-
今天
下载 Donut Browser,导入一个配置文件——挑你手上最不重要的那个。确认它能打开、代理已绑定、站点仍然认得这个会话。
-
本周
跑一次真正的批量:从 Dolphin Anty 里逐个配置文件导出 Cookie,在 Donut 里建好对应的配置文件,指定分组,并在同一趟里把已保存的代理轮流分配下去。
-
退订之前
先让 Dolphin Anty 继续开着,直到每个重建的配置文件都登录成功并连续几天保持登录。站点会对一台没见过的设备重新做一轮核查,所以要给它们这个机会。之后再退订。
其他迁移指南
写法相同、数据同源、规则一致:每一条关于其他公司的说法都带着它被读取的页面和日期。
- 从 GoLogin 迁移 A GoLogin alternative that runs on your own machine instead of the vendor's: unlimited local profiles, an auditable AGPL-3.0 app, and nothing to sign up for.
- 从 Multilogin 迁移 The open-source answer to Multilogin: the profile manager, local API and sync server are AGPL-3.0 on GitHub, and every profile stays on your machine.
- 从 AdsPower 迁移 An AdsPower alternative with a free tier that does not run out: unlimited local profiles, a published price list, and an app you can read the source of.
- 从 Octo Browser 迁移 A local Octo Browser alternative: profiles are folders on your own machine, so nothing meters them, nothing bills you to take one out, and nothing deletes them when you stop paying.
- 全部替代方案 总览页:方法本身,以及被刻意排除在外的品牌。
想把 Dolphin Anty 和另一家厂商对比,而不是和 Donut Browser 对比?这些对决由一个不向任何一方兜售订阅的产品来当裁判。