[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-77825":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":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":16,"starSnapshotCount":16,"syncStatus":29,"lastSyncTime":30,"discoverSource":31},77825,"Everywhere","NodePassProject\u002FEverywhere","NodePassProject","One app. Three networking engines. Your rules.","",null,"Swift",175,7,111,1,0,3,64,9,56.61,"GNU General Public License v3.0",false,"main",true,[],"2026-06-12 04:01:22","\u003Cdiv align=\"center\">\n\n\u003Cdiv>\n    \u003Ca href=\"https:\u002F\u002Fapps.apple.com\u002Fapp\u002Fid6766003090\">\n        \u003Cimg width=\"100\" height=\"100\" alt=\"Everywhere\" src=\"https:\u002F\u002Fstorage.argsment.com\u002FEverywhere-AppIcon-iOS.png\" \u002F>\n    \u003C\u002Fa>\n\u003C\u002Fdiv>\n\n# Everywhere\n\n**One app. Three networking engines. Your rules.**\n\nEverywhere is a powerful proxy and tunneling app for iOS that puts you in\ncharge of how your device talks to the internet. Bring your own\nconfiguration, pick the engine you trust, and flip a switch. That's it.\n\n\u003Cdiv>\n    \u003Ca href=\"https:\u002F\u002Fapps.apple.com\u002Fapp\u002Fid6766003090\">\n        \u003Cimg width=\"128\" src=\"https:\u002F\u002Fstorage.argsment.com\u002FDownload%20on%20the%20App%20Store.png\" \u002F>\n    \u003C\u002Fa>\n\u003C\u002Fdiv>\n\n\u003C\u002Fdiv>\n\n---\n\n## Why Everywhere?\n\nMost networking apps lock you into a single backend and a single way of\ndoing things. Everywhere doesn't. It bundles three of the most popular\nopen-source proxy cores in one place, gives them a clean home, and lets\nyou move between them whenever you like.\n\n## Supported Protocols\n\n| Protocol         | Xray-core    | sing-box     | mihomo       | Everywhere   |\n|------------------|--------------|--------------|--------------|--------------|\n| VLESS            | ✓            | ✓            | ✓            | ✓            |\n| VMess            | ✓            | ✓            | ✓            | ✓            |\n| Trojan           | ✓            | ✓            | ✓            | ✓            |\n| Shadowsocks      | ✓            | ✓            | ✓            | ✓            |\n| ShadowsocksR     | —            | ✓            | ✓            | ✓            |\n| Hysteria2        | ✓            | ✓            | ✓            | ✓            |\n| WireGuard        | ✓            | ✓            | ✓            | ✓            |\n| Naive            | —            | ✓            | —            | —            |\n| TUIC             | —            | ✓ (v5)       | ✓ (v4 + v5)  | ✓ (v4 + v5)  |\n| AnyTLS           | —            | ✓            | ✓            | ✓            |\n| Sudoku           | —            | —            | ✓            | ✓            |\n| Tor              | —            | ✓            | —            | ✓            |\n| SSH              | —            | ✓            | ✓            | ✓            |\n| SOCKS            | ✓            | ✓            | ✓            | ✓            |\n| HTTP             | ✓            | ✓            | ✓            | ✓            |\n| Tailscale        | —            | ✓            | ✓            | ✓            |\n\n## Supported Cores\n\n| Core      | Config    | Supported? |\n|-----------|-----------|------------|\n| Xray-core | JSON      | ✓          |\n| sing-box  | JSON      | ✓          |\n| mihomo    | YAML      | ✓          |\n\n## Features\n\n- **Maximum flexibility** - Switch cores whenever you want. Three\n  engines live side by side in the same app, one tap apart.\n- **Universal experience** - Same UI, same editor, same dashboard\n  wiring no matter which core you picked. Switching engines doesn't\n  mean relearning the app.\n- **Low overhead** - Only one core runs at a time, talking directly\n  to the iOS `utun` device. No userspace `tun→socks` bridge, no\n  extra hops, no idle daemons in the background.\n- **BYOC (Bring Your Own Config)** - Paste a URL, import a file, or\n  type one in. Whatever config you already have, it just works — no\n  conversion, no lock-in.\n- **Configuration as craft** - Your config decides how your phone\n  meets the internet. The editor inside Everywhere gives it the\n  treatment it deserves, so writing it feels less like filling a\n  form and more like making something.\n- **Total transparency** - Nothing about the tunnel is hidden from\n  you. Every byte, every connection, every routing decision shows\n  up the moment it happens, right inside the app.\n- **Engineered isolation** - Three engines in one app, never in\n  each other's way. Each lives in its own world, with its own\n  files, its own state, its own rules.\n\n## Getting Started\n\n### Build from Source\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002FNodePassProject\u002FEverywhere.git\ncd Everywhere\n.\u002Fbuild.sh\nopen Everywhere.xcodeproj\n```\n\n`build.sh` wires the `EverywhereCore` SwiftPM dependency + Runestone +\nthe bundled zashboard into the Xcode project. The Go cores themselves\nare downloaded as a prebuilt xcframework by SwiftPM on first resolve,\nand the zashboard is checked into `ThirdParty\u002Fzashboard\u002F` as a prebuilt\nstatic bundle — no Node, no pnpm, no Vite step. Plug in your signing\nidentity and run on a device or the simulator.\n\nTo run an `xcodebuild` simulator smoke test as the final step:\n\n```bash\n.\u002Fbuild.sh --build-app\n```\n\n## Acknowledgements\n\nEverywhere stands on the shoulders of the projects that do the real\nnetworking work:\n\n- [Xray-core](https:\u002F\u002Fgithub.com\u002FXTLS\u002FXray-core)\n- [sing-box](https:\u002F\u002Fgithub.com\u002FSagerNet\u002Fsing-box)\n- [mihomo](https:\u002F\u002Fgithub.com\u002FMetaCubeX\u002Fmihomo)\n- [zashboard](https:\u002F\u002Fgithub.com\u002FZephyruso\u002Fzashboard)\n- [Runestone](https:\u002F\u002Fgithub.com\u002Fsimonbs\u002FRunestone)\n\nHuge thanks to everyone who maintains them.\n\n## Related Projects\n\n\u003Ctable>\n\u003Ctr>\n\u003Ctd width=\"100\" valign=\"middle\">\n\u003Ca href=\"https:\u002F\u002Fapps.apple.com\u002Fus\u002Fapp\u002Fid6758235178\">\u003Cimg width=\"80\" height=\"80\" alt=\"Anywhere\" src=\"https:\u002F\u002Fstorage.argsment.com\u002FAnywhere-AppIcon-iOS.png\" \u002F>\u003C\u002Fa>\n\u003C\u002Ftd>\n\u003Ctd valign=\"middle\">\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FNodePassProject\u002FAnywhere\">\u003Cb>Anywhere\u003C\u002Fb>\u003C\u002Fa>\u003Cbr>\n\u003Csub>The best native proxy client for iOS, iPadOS, and tvOS.\u003C\u002Fsub>\n\u003C\u002Ftd>\n\u003C\u002Ftr>\n\u003C\u002Ftable>\n\n## License\n\nEverywhere is licensed under the [GNU General Public License v3.0](LICENSE).\n\nCopyright © 2026 NodePassProject.\n\nIf you ship a modification, ship the source too. That's the deal.\n\n---\n\nIf Everywhere makes your phone's network behave the way you want, give\nthe repo a star — it helps others find it.\n","Everywhere 是一款适用于 iOS 的强大代理和隧道应用，允许用户自定义网络配置。它集成了 Xray-core、sing-box 和 mihomo 三种流行的开源代理核心，并支持多种协议如 VLESS、VMess、Trojan 等。用户可以根据需要选择信任的核心并轻松切换，无需重新学习应用界面。该应用适合需要灵活控制设备与互联网连接方式的用户，无论是为了提高隐私保护还是绕过地理限制。简洁统一的用户体验和低开销设计使得 Everywhere 成为网络管理的理想工具。",2,"2026-06-11 03:56:07","CREATED_QUERY"]