[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-7539":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":21,"topics":23,"createdAt":9,"pushedAt":9,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":15,"starSnapshotCount":15,"syncStatus":27,"lastSyncTime":28,"discoverSource":29},7539,"anyapk","sam1am\u002Fanyapk","sam1am","Install any apk on the device you own. ",null,"Kotlin",2235,81,15,26,0,4,18,145,13,27.74,false,"main",[],"2026-06-12 02:01:40","# anyapk\n\n**Bypass Google And Install Any APK You Want On The Device You Own.**\n\nanyapk is a lightweight Android application installer that bypasses Google's developer verification requirements by using local ADB (Android Debug Bridge) connections. Smoothly install any APK file on your device without restrictions, gatekeepers, or corporate approval.\n\n## Why We Made This\n\nAndroid devices belong to their users, not corporations or governments. Yet with each passing year, installing applications on your own device becomes more restricted, more cumbersome, and more dependent on the approval of gatekeepers who do not have your best interests at heart.\n\nanyapk returns control to where it belongs: in your hands.\n\n## Manifesto: Application Freedom\n\nWhen a corporation becomes a gatekeeper, they don't stand alone at the gate. Their partners become gatekeepers. Government jurisdictions become gatekeepers. And suddenly, what began as a \"quality control measure\" transforms into a lever of control.\n\nThis lever has been used by repressive governments to deny citizens access to free communication tools. It has been used to block applications that challenge power structures. It has been used to enforce geographic restrictions that serve business interests rather than user needs.\n\n**Application freedom is user freedom.**\n\nEvery barrier placed between you and the software you choose to run is a barrier to your digital autonomy. Every verification requirement is a chokepoint where control can be exercised. Every \"safety measure\" that requires corporate or governmental approval is a potential tool of censorship.\n\nWe built anyapk because we believe:\n- Your device belongs to you\n- You have the right to run any software you choose\n- No corporation or government should stand between you and that choice\n- Technical barriers to freedom must be removed, not accepted\n\nIf you believe software should serve users rather than control them, anyapk is for you.\n\n## Features\n\n- **One-time setup**: Pair once using wireless debugging, use forever\n- **No root required**: Uses Android's built-in wireless ADB\n- **No external dependencies**: Everything runs locally on your device\n- **System-wide integration**: Register as an APK handler to install from any file manager\n- **Direct file selection**: Built-in file picker if you don't have a file manager handy\n\n## Installation\n\n### Method 1: Install via APK (Recommended)\n\n1. Download the latest `anyapk.apk` from the [Releases](..\u002F..\u002Freleases) page\n2. Open the APK file on your device\n3. Grant installation permissions if prompted\n4. Welcome to application freedom\n\n### Method 2: Install via ADB (The Last Time)\n\nIf you can't install the APK directly (due to existing restrictions), use ADB from your computer. This is the last time you'll need to do this the hard way.\n\n**Prerequisites:**\n- A computer with ADB installed ([Download SDK Platform Tools](https:\u002F\u002Fdeveloper.android.com\u002Fstudio\u002Freleases\u002Fplatform-tools))\n- A USB cable\n\n**Steps:**\n1. Enable Developer Options on your device:\n   - Go to **Settings → About Phone**\n   - Tap **Build Number** 7 times until you see \"You are now a developer!\"\n\n2. Enable USB Debugging:\n   - Go to **Settings → Developer Options**\n   - Enable **USB debugging**\n\n3. Connect your device to your computer via USB\n\n4. Install anyapk using ADB:\n   ```bash\n   adb install anyapk.apk\n   ```\n\n5. You're done! You won't need ADB from your computer again.\n\n## Setup & Usage\n\n### First-Time Setup\n\n1. **Enable Developer Options** (if not already enabled):\n   - Open **Settings → About Phone**\n   - Tap **Build Number** 7 times\n   - You'll see \"You are now a developer!\"\n\n2. **Enable Wireless Debugging**:\n   - Go to **Settings → Developer Options**\n   - Enable **Wireless debugging**\n   - Approve your WiFi network if prompted\n\n3. **Pair anyapk** (one-time only):\n   - Open anyapk\n   - Tap **Enter Pairing Code**\n   - Follow the split-screen instructions:\n     1. Tap the **Recent Apps** button (square icon)\n     2. Long-press on **Settings**, select **\"Open in split screen view\"**\n     3. Select **anyapk** for the other half of the screen\n     4. In Settings: **Developer Options → Wireless Debugging**\n     5. Tap **\"Pair device with pairing code\"**\n     6. Enter the pairing code and port in anyapk\n     7. Tap **Pair**\n\n4. **Authorize the connection**:\n   - You'll see an \"Allow USB debugging?\" prompt\n   - Check **\"Always allow from this computer\"**\n   - Tap **Allow**\n\nThat's it! anyapk is now permanently connected and ready to use.\n\n### Installing APK Files\n\nOnce paired, installing APK files is effortless:\n\n#### Method 1: From Any File Manager\n1. Open any APK file in your file manager, browser, or download folder\n2. Select **anyapk** as the installer\n3. Tap **Install**\n4. Done!\n\n#### Method 2: Using anyapk's Built-in Picker\n1. Open anyapk\n2. Tap **Select APK to Install**\n3. Browse and select your APK file\n4. Tap **Install**\n5. Done!\n\n## How It Works\n\nanyapk uses LibADB Android to establish a local ADB connection via wireless debugging. Once paired, it maintains the connection and can install any APK file using the ADB install protocol - the same method developers use, but running entirely on your device.\n\nNo internet connection required. No cloud services. No remote servers. Just you and your device.\n\n## Technical Details\n\n- **Language**: Kotlin\n- **Minimum Android Version**: Android 11 (API 30) - Required for wireless debugging\n- **Permissions Required**:\n  - `INTERNET` - For local ADB socket connection\n  - `ACCESS_NETWORK_STATE` - To detect network availability\n  - `REQUEST_INSTALL_PACKAGES` - To initiate APK installations\n\n**Key Dependencies**:\n- LibADB Android 3.1.0 - Local ADB client implementation\n- Conscrypt 2.5.3 - Secure ADB communication\n- sun-security-android 1.1 - RSA key generation for ADB authentication\n\n## Privacy\n\nanyapk runs entirely on your device. It:\n- Does not collect any data\n- Does not connect to any remote servers\n- Does not transmit any information about you or your usage\n- Does not track installations\n\nYour activity is your business, not ours.\n\n## Troubleshooting\n\n**\"Setup Required\" stays visible even after enabling wireless debugging:**\n- Make sure wireless debugging is actually ON in Developer Options\n- Try restarting anyapk\n- Verify you're on WiFi (wireless debugging requires WiFi)\n\n**\"Stream closed\" error during installation:**\n- Close and reopen anyapk to refresh the connection\n- Verify wireless debugging is still enabled\n- Check that the APK file isn't corrupted\n\n**Can't find the pairing dialog in Settings:**\n- Make sure you're in Developer Options → Wireless debugging\n- Look for \"Pair device with pairing code\" button\n- If missing, try toggling wireless debugging off and on\n\n**Installation fails with \"ADB unauthorized\":**\n- Unpair the device in Settings → Wireless debugging → Paired devices\n- Restart anyapk and pair again\n- Make sure to check \"Always allow\" on the authorization prompt\n\n## License\n\nThis project is open source under the Apache 2.0 license. Use it, modify it, share it. Free software for free people.\n\n## Contributing\n\nContributions are welcome! Whether it's bug fixes, feature additions, or documentation improvements, help us make application freedom more accessible.\n\n## Support\n\nThis is a tool built by users, for users. If it helps you, share it with others who value digital freedom.\n\n---\n\n**Remember**: Your device. Your choice. Your freedom.\n","anyapk 是一个轻量级的 Android 应用安装工具，允许用户绕过 Google 的开发者验证要求，通过本地 ADB 连接自由安装任何 APK 文件。其核心功能包括一次性无线调试配对、无需 root 权限、无外部依赖、系统级集成以及直接文件选择等特性。anyapk 适用于希望在自己的设备上自由安装应用程序而不受限制或第三方审批的用户，尤其适合那些认为软件应该服务于用户而非控制用户的场景。",2,"2026-06-11 03:12:58","top_language"]