bepass-org / oblivion
- вторник, 13 февраля 2024 г. в 00:00:06
Unofficial warp client for android
"Internet, for all or none!"
Oblivion provides secure, optimized internet access through a user-friendly Android app using cloudflare warp technology
It's leveraging bepass-sdk
and a custom Go implementation of WireGuard, it's designed for fast and private online experiences.
bepass-sdk
for minimal latency.Follow the steps below to build the Oblivion:
Open the Terminal tab at the bottom of Android Studio.
Navigate to the libs directory:
cd app/libs
Initialize Go modules and install required packages:
go mod tidy
go install golang.org/x/mobile/cmd/gomobile@latest
go install golang.org/x/mobile/cmd/gobind@latest
go get golang.org/x/mobile/cmd/gobind
go get golang.org/x/mobile/cmd/gomobile
go get golang.org/x/mobile
Initialize Go mobile:
gomobile init
Bind the Go package to Android:
gomobile bind -ldflags '-s -w' -o tun2socks.aar -androidapi 21 -target android .
We're a community-driven project, aiming to make the internet accessible for all. Whether you want to contribute code, suggest features, or need some help, we'd love to hear from you! Check out our GitHub Issues or submit a pull request.
This project makes use of several open-source tools and libraries, and we are grateful to the developers and communities behind these projects. In particular, we would like to acknowledge:
Please note that the use of these tools is governed by their respective licenses, and you should consult those licenses for terms and conditions of use.
This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License - see the CC BY-NC-SA 4.0 License for details.
The CC BY-NC-SA 4.0 License is a free, copyleft license suitable for non-commercial use. Here's what it means for using this project:
Attribution (BY): You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
NonCommercial (NC): You may not use the material for commercial purposes.
ShareAlike (SA): If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
This summary is only a brief overview. For the full legal text, please visit the provided link.