Skip to content

Why SubConv

There are many subscription converters for mihomo-compatible clients, so why should you choose SubConv? In other words, what are the advantages of SubConv?

Easy to Deploy for free

subconverter is developed in C++, which is not easy to deploy as serverless functions. SubConv is written in Python, so it is straightforward to deploy on Vercel, with Docker, or on your own VPS.

Safe

It's deployed on your own Vercel or VPS, so nobody else can see your data.

Support Various Protocols and Formats of Original Subscriptions

The subscription and node parsing are aligned with mihomo, so it follows mihomo's share-link conversion behavior as closely as possible.

Automatically Update with proxy-provider and rule-provider

It uses proxy-provider and rule-provider to automatically update the node information and rules. It also supports using this service to proxy the ruleset, so users can get the rules even if they can't access GitHub (the server needs to be able to access GitHub).

Easy to Customize

You can customize the rule sets and proxy groups by modifying the template files.
It's also easy to do some further modifications by modifying the source code because it's written in Python which is like natural language.

Released under the MPL-2.0 License.