Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaaass/zerotierfix
An unofficial Zerotier Android client patched from official client
https://github.com/kaaass/zerotierfix
android android-app zerotier zerotier-one
Last synced: 6 days ago
JSON representation
An unofficial Zerotier Android client patched from official client
- Host: GitHub
- URL: https://github.com/kaaass/zerotierfix
- Owner: kaaass
- License: gpl-2.0
- Created: 2021-04-06T15:07:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T09:26:00.000Z (10 months ago)
- Last Synced: 2025-02-08T12:03:09.696Z (6 days ago)
- Topics: android, android-app, zerotier, zerotier-one
- Language: Java
- Homepage:
- Size: 12 MB
- Stars: 1,956
- Watchers: 29
- Forks: 230
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Zerotier Fix
An unofficial Zerotier Android client patched from official client.
![]()
![]()
![]()
## Features
- Self-hosted Moon Support
- Add custom planet config via file and URL
- View peers list
- Chinese translation## Download
Check [Releases page](https://github.com/kaaass/ZerotierFix/releases) for latest version.
If you want to try the nightly build, you can download it from [GitHub Actions](https://github.com/kaaass/ZerotierFix/actions/workflows/build-app.yml?query=branch%3Amaster).
But please note that the nightly build may be **BUGGY** and **UNSTABLE**.## Copyright
The code for this repository is based on the reverse engineering of the official Android client. The
original author is Grant Limberg ([email protected]). See [AUTHORS.md](https://github.com/zerotier/ZeroTierOne/blob/master/AUTHORS.md#primary-authors) for more details.- Zerotier JNI Sdk is located in git submodule `externals/core`
- Original Android client code is located in `net.kaaass.zerotierfix` (renamed from `com.zerotier.one`)
- App logo is a trademark of `ZeroTier, Inc.` and made by myself.## Roadmap
- [X] Add moon config persistent & file config
- [x] Add peer list view
- [x] Support planet config
- [x] Replace pre-built JNI library
- [x] Rewrite & update UI to fit Material Design
- [ ] *WIP* Rewrite whole APP in v2