[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-7534":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":15,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":30,"readmeContent":31,"aiSummary":32,"trendingCount":16,"starSnapshotCount":16,"syncStatus":33,"lastSyncTime":34,"discoverSource":35},7534,"tailscale-android","tailscale\u002Ftailscale-android","tailscale","Tailscale Android Client","",null,"Kotlin",2184,652,52,17,0,1,99,11,30.44,"BSD 3-Clause \"New\" or \"Revised\" License",false,"main",[25,26,7,27,28,29],"android","chromeos","vpn","vpn-client","wireguard","2026-06-12 02:01:40","# Tailscale Android Client\n\nhttps:\u002F\u002Ftailscale.com\n\nPrivate WireGuard® networks made easy\n\n## Overview\n\nThis repository contains the open source Tailscale Android client.\n\n## Using\n\n#### Tailscale Packages\n\nThe latest stable release APK can be obtained from the [Tailscale Packages Stable Track](https:\u002F\u002Fpkgs.tailscale.com\u002Fstable\u002F#android).\n\nUnstable releases can be obtained from the [Tailscale Packages Unstable Track](https:\u002F\u002Fpkgs.tailscale.com\u002Funstable\u002F#android).\n\nThese APKs include all supported platforms and architectures.  For installing compact APKs, Android TV, or if you want automatic updates, visit the [Google Play Store](https:\u002F\u002Fplay.google.com\u002Fstore\u002Fapps\u002Fdetails?id=com.tailscale.ipn).\n\n#### Google Playstore\n\n[\u003Cimg src=\"https:\u002F\u002Fplay.google.com\u002Fintl\u002Fen_us\u002Fbadges\u002Fimages\u002Fgeneric\u002Fen-play-badge.png\"\n     alt=\"Get it on Google Play\"\n     height=\"80\">](https:\u002F\u002Fplay.google.com\u002Fstore\u002Fapps\u002Fdetails?id=com.tailscale.ipn)\n\nHelp us test new features and bug-fixes before they ship to all users! A [beta testing track](https:\u002F\u002Fplay.google.com\u002Fapps\u002Ftesting\u002Fcom.tailscale.ipn) is available on the Play Store. \n\n#### Amazon Appstore\n\nThe app can be downloaded from the [Amazon Appstore](https:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB0D38TRB3N) for Amazon Fire tablets and Fire TV devices.\n\n#### F-Droid\n\nThe [F-Droid](https:\u002F\u002Ff-droid.org\u002Fpackages\u002Fcom.tailscale.ipn\u002F) project builds the source code in this repository and maintains independently-built APKs. Note that F-Droid builds are not released, updated, or verified by the Tailscale team.\n\n## Preparing a build environment\n\nThere are several options for setting up a build environment. The Android Studio\npath is the most useful path for longer term development.\n\nIn all cases you will need:\n\n- Go runtime\n- Android SDK\n- Android SDK components (`make androidsdk` will install them)\n\n### Android Studio\n\n1. Install a Go runtime (https:\u002F\u002Fgo.dev\u002Fdl\u002F).\n2. Install Android Studio (https:\u002F\u002Fdeveloper.android.com\u002Fstudio).\n3. Start Android Studio, from the Welcome screen select \"More Actions\" and \"SDK Manager\".\n4. In the SDK manager, select the \"SDK Tools\" tab and install the \"Android SDK Command-line Tools (latest)\".\n3. Run `make androidsdk` to install the necessary SDK components.\n\nIf you would prefer to avoid Android Studio, you can also install an Android\nSDK. The makefile detects common paths, so `sudo apt install android-sdk` is\nsufficient on Debian \u002F Ubuntu systems. To use an Android SDK installed in a\nnon-standard location, set the `ANDROID_SDK_ROOT` environment variable to the\npath to the SDK.\n\nIf you installed Android Studio the tools may not be in your path. To get the\ncorrect tool path, run `make androidpath` and export the provided path in your\nshell.\n\n#### Code Formatting\n\nThe ktmft plugin on the default setting should be used to autoformat all Java, Kotlin\nand XML files in Android Studio.  Enable \"Format on Save\".\n\n### Docker\n\nIf you wish to avoid installing software on your host system, a Docker based development strategy is available, you can build and start a shell with:\n\n```sh\nmake docker-shell\n```\n\nSeveral other makefile recipes are available for setting up the proper build environment and running builds.\n\nNote that the docker makefile recipes s will preserve the image and remove container on completion.\nIf changes are made to the build environment or toolchain, cached docker images may need to be rebuilt.\nThe docker build image name is parameterized in the makefile and changing it provides a simple means to do this.\n\n### Nix\n\nIf you have Nix 2.4 or later installed, a Nix development environment can\nbe set up with:\n\n```sh\nalias nix='nix --extra-experimental-features \"nix-command flakes\"'\nnix develop\n```\n\n## Building\n\n```sh\nmake apk\nmake install\n```\n\n## Building a release\n\nUse `make tag_release` to bump the Android version code, update the version\nname, and tag the current commit.\n\nWe only guarantee to support the latest Go release and any Go beta or\nrelease candidate builds (currently Go 1.14) in module mode. It might\nwork in earlier Go versions or in GOPATH mode, but we're making no\neffort to keep those working.\n\n## Developing on a Fire Stick TV\n\nOn the Fire Stick:\n\n* Settings > My Fire TV > Developer Options > ADB Debugging > ON\n\nThen some useful commands:\n```\nadb connect 10.2.200.213:5555\nadb install -r tailscale-fdroid.apk\nadb shell am start -n com.tailscale.ipn\u002Fcom.tailscale.ipn.MainActivity\nadb shell pm uninstall com.tailscale.ipn\n```\n\n## Bugs\n\nPlease file any issues about this code or the hosted service on\n[the tailscale issue tracker](https:\u002F\u002Fgithub.com\u002Ftailscale\u002Ftailscale\u002Fissues).\n\n## Contributing\n\n`under_construction.gif`\n\nPRs welcome, but we are still working out our contribution process and\ntooling.\n\nWe require [Developer Certificate of\nOrigin](https:\u002F\u002Fen.wikipedia.org\u002Fwiki\u002FDeveloper_Certificate_of_Origin)\n`Signed-off-by` lines in commits.\n\n## About Us\n\nWe are [Tailscale](https:\u002F\u002Ftailscale.com). See\nhttps:\u002F\u002Ftailscale.com\u002Fcompany for more about us and what we're\nbuilding.\n\nWireGuard is a registered trademark of Jason A. Donenfeld.\n","Tailscale Android Client 是一个为Android设备设计的Tailscale客户端，使用户能够轻松地创建和加入私有的WireGuard网络。项目采用Kotlin语言开发，具有跨平台支持特性，适用于Android手机、平板、TV以及Chrome OS等设备。它通过利用WireGuard协议来提供安全且高效的虚拟私人网络连接，同时支持从Google Play Store、Amazon Appstore以及F-Droid等多个渠道获取应用。此外，开发者还可以选择不同的环境（如Android Studio或Docker）来构建和测试这个开源项目。对于需要在不同设备间建立安全连接的企业和个人来说，Tailscale Android Client是一个理想的选择。",2,"2026-06-11 03:12:55","top_language"]