A Lightweight VPN Client for HarmonyOS 5.0
Powered by Cangjie Programming Language
Secure your network traffic with a modern VPN solution supporting VMESS protocols, designed specifically for HarmonyOS devices.
- Lightweight Core
- Full Protocol Support: TCP/UDP traffic proxying with VMESS encryption
- DNS Protection: Secure DNS queries through encrypted tunnels
- DevEco Studio 5.0.3
- HarmonyOS 5.0
Modify module.json in your SDK directory:
// Path: ${DevEco Studio Installation Path}/sdk/default/hms/toolchains/modulecheck/module.json
// Path on Windows: C:\Program Files\Huawei\DevEco Studio\sdk\default\hms\toolchains\modulecheck\module.json
"type": {
"description": "Indicates the type of the extension.",
"type": "string",
"enum": [
"vpn", // Add this entry
"form",
"workScheduler",
...
]
}
Click Build
or Run
in your DevEco Studio.