vless-core-app is an iOS 6.x app + root daemon for full-device VLESS routing.
Jailbreak required
| Device | OS | Status |
|---|---|---|
| iPhone 4s | iOS 6.1.3 | Works fine |
| iPad 4 | iOS 10.3.3 | Works fine |
| Device | OS | Status |
|---|---|---|
| iPad 2 | iOS 6.1.3 | Works fine |
| iPhone 4s | iOS 6.1.3 | Works fine |
see Issues page for current bug list
Compatibility with other iOS versions/devices is not guaranteed!
- Download
.debfrom latest release. - Put the
.debfile on your device (for example:/var/mobile/). - In iFile, find the
.deb, tap it, and pressInstall. - Device should respring.
Also you can use terminal app to install it:
dpkg -i com.vlesscore.app_iphoneos-arm.deb# on build machine
scp build/com.vlesscore.app_iphoneos-arm.deb root@<idevice-ip>:/var/root/
# on iDevice
dpkg -i com.vlesscore.app_iphoneos-arm.debJust go to Cydia and remove it like usual tweak
Execute this command:
dpkg -r com.vlesscore.appBundled core supports:
VLESS + TCP + Reality + xtls-rprx-visionVLESS + TLS + XHTTP (mode=packet-up)
Protocol semantics are aligned with xray-core for the supported transports and URI parameters.
Need vless-core-cli first.
Build or download it from:
- Repo: https://github.com/notfence/vless-core-cli
- Latest release: https://github.com/notfence/vless-core-cli/releases/latest
vless-core-app package build expects these files:
../vless-core-cli/vless-core-darwin-amrv7../vless-core-cli/third_party/curl-ios6-armv7/bin/curl../vless-core-cli/third_party/cacert.pem
Build them in vless-core-cli:
# build vless-core-cli assets first
cd /path/to/vless-core-cli
IOS_TOOLCHAIN=/path/to/ios6/toolchain
make openssl-ios6 IOS_TOOLCHAIN=$IOS_TOOLCHAIN
make curl-ios6 IOS_TOOLCHAIN=$IOS_TOOLCHAIN
make third_party/cacert.pem
make ios IOS_TOOLCHAIN=$IOS_TOOLCHAIN
# then build app package
cd /path/to/vless-core-app
make clean
make deb IOS_TOOLCHAIN=$IOS_TOOLCHAINOutput:
-
build/com.vlesscore.app_iphoneos-arm.debBy default, package build takes binaries from sibling repo: -
../vless-core-cli/vless-core-darwin-amrv7 -
../vless-core-cli/third_party/curl-ios6-armv7/bin/curl -
../vless-core-cli/third_party/cacert.pem
Override paths if needed:
make deb \
VLESS_CORE_BIN=/abs/path/to/vless-core-darwin-amrv7 \
VLESS_CORE_CURL_BIN=/abs/path/to/curl \
CA_BUNDLE=/abs/path/to/cacert.pemPackage uses gzip compression for old iOS 6 dpkg compatibility.
- App:
/Applications/vless-core.app - Daemon API:
127.0.0.1:9093 - Core binary:
/usr/bin/vless-core-darwin-amrv7 - Subscription fetch binary:
/usr/bin/vless-core-curl - CA bundle:
/usr/share/vless-core/cacert.pem - Redsocks helper:
/usr/bin/redsocks-vless-core - Logs:
/var/log/vpnctld.log/var/log/vless-core.log
The daemon chooses the first usable backend in order:
ipfw + redsockspf + redsocks