// the find
Sjj1024/PakePlus
Turn any webpage/HTML/Vue/React and so on into desktop and mobile app under 5M with easy in few minutes. 轻松将任意网站/HTML/Vue/React等项目构建为轻量级(小于5M)多端桌面应用和手机应用仅需几分钟. https://ppofficial.netlify.app
PakePlus wraps any URL or static web app into a Tauri-based desktop binary, targeting developers who want a native-feeling window without shipping Electron. The pitch is real: 5MB binaries vs Electron's 100MB+. Primarily aimed at Chinese developers (the community, docs, and WeChat-based support are heavily Mandarin-first), though English docs exist.
The GitHub Actions-based cloud build is genuinely clever — you give it a token, it forks a template repo and runs the packaging pipeline for you, so you don't need a Rust toolchain locally. The JS injection feature is more useful than it sounds: you can patch broken site layouts, strip ads, or wire up native APIs like file download from within a webview. Mobile support via native iOS/Android packaging (separate from Tauri's webview approach) is a meaningful differentiator over most Tauri wrappers. The 5MB claim holds up for simple URL wrappers — Tauri's runtime genuinely achieves this.
The front-end source was closed in a 2024 dispute over misuse, so what you're building on is a compiled dist/ blob — there's no reviewing or contributing to the UI layer, which is a non-starter for anything security-sensitive. The GitHub Token requirement means your packaging artifacts live in a public GitHub repo by default, which the README even admits ('can be viewed by anyone') — not appropriate for internal tooling despite that being listed as a use case. Mobile packaging docs are thin and the fastlane setup looks semi-abandoned (no CI automation shown for iOS, metadata files are the main artifact). Support is largely WeChat groups, which is awkward for anyone outside that ecosystem.