00Platform readiness
- macOS
- Developer ID-signed beta; Apple notarization is pending and macOS may block installation until it completes.
- Windows
- x64 and ARM64 beta; Authenticode signed and Microsoft timestamped.
- Linux
- x64 and ARM64 command-line beta.
- Android
- Non-debuggable v0.2.39 APK signed with the RatelMesh release certificate for direct distribution outside Google Play.
- iOS
- Published App Store release for iOS and iPadOS 16 or newer; current version v0.2.39.
03Read connection status
- Running
- The background service is working.
- Connected
- The app can reach the local service; it does not mean an exit is active.
- Exit
- A device name means public traffic uses it. None means the current network is direct.
- Leak protection
- Traffic is blocked if the selected exit path fails.
05Collect diagnostics
When requesting support, review the diagnostic output first. Never send enrollment codes, passwords or full private keys.
curl -s http://127.0.0.1:8088/localapi/status
sudo tail -n 200 /var/log/ratelmesh.log
admin@ratelmesh.com