2024-05-04 01:33:43 +08:00
2024-04-13 11:51:00 +08:00
2024-04-25 06:05:45 +08:00
2024-05-02 10:29:03 +08:00
2024-05-04 01:33:43 +08:00
2024-05-04 01:33:43 +08:00
2024-04-29 13:25:45 +08:00
2024-02-24 17:27:54 +08:00
2024-02-24 17:27:54 +08:00
2024-02-24 17:27:54 +08:00
2022-07-30 18:31:00 +08:00
2024-05-04 01:33:43 +08:00

SagerNet for Android

The universal proxy toolchain for Android, written in Kotlin.

License

Copyright (C) 2021 by nekohasekai <contact-sagernet@sekai.icu>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

Build

  • Install and configure JDK, Android SDK, Android NDK, Go and Go Mobile.
  • git clone this project and at least submodule library/core.
  • Replace release.keystore (can be generated by Java keytool) with your own.
  • Append these to your local.properties
KEYSTORE_PASS=your_keystore_pass
ALIAS_NAME=your_alias_name
ALIAS_PASS=your_alias_pass
  • Build APK:
./run lib core
./gradlew assembleOssRelease
  • APK files will be in app/build/outputs/apk.
  • Build plugin:
./gradlew :plugin:[plugin_name]:assembleOssRelease
  • Plugin files will be in plugin/[plugin_name]/build/outputs/apk.
  • To build another flavor, replace Oss with a flavor name.
Description
A proxy client derived from SagerNet and powered by a custom fork of v2ray-core. 安卓代理
Readme GPL-3.0 23 MiB
Languages
Kotlin 87.5%
Java 11.7%
AIDL 0.4%
Shell 0.3%