Turn any webpage/Vue/React and so on into desktop and mobile app under 5M with easy in few minutes. 轻松将任意网站/Vue/React等项目构建为轻量级(小于5M)多端桌面应用和手机应用仅需几分钟. https://www.pakeplus.com
Turn any webpage/Vue/React and so on into desktop and mobile app under 5M with easy in few minutes
https://github.com/user-attachments/assets/b88bf541-0b26-4020-9eec-da79e1734fc9
PakePlus supports installation packages for both ARM and Intel architectures. Most popular program installation packages only include the ARM architecture for macOS and the Intel architecture for Windows. If you need installation packages for additional architectures, please use PakePlus to compile the required package separately.
DeepSeek Mac Windows Linux | X (Twitter) Mac Windows Linux |
![]() |
![]() |
YouTube Mac Windows Linux | 小红书 Mac Windows Linux |
![]() |
![]() |
Tiktok Mac Windows Linux | 句乐部 Mac Windows Linux |
![]() |
![]() |
Download the app from the release page:https://github.com/Sjj1024/PakePlus/releases,
double-click to install, and run the app. or visit web: PakePlus Web
Configure a Github Token, create a new project, and set up the configurations. get token guide:
English 简体中文日本语
Explanation of Github Token permissions:
1. For the beta version, token permissions required:
All repositories: Fork an original template repository
Actions: Manage GitHub actions
Administration: Fork and manage files in the repository
Contents: Add, delete, modify, and find repository contents
Issues: Submit issues to PakePlus
1. For the classic version, token permissions required:
repo: Fork and manage template code
workflow: Compile and release your software
sudo xattr -r -d com.apple.quarantine /Applications/PakePlus.app
sudo xattr -r -d com.apple.quarantine /Applications/YourAppName.app
If you encounter any issues while using the program, please download the latest version, as versions developed before 2025 were based on Tauri v1.0. In 2025, Tauri was upgraded to v2.0. If the latest version still has issues, please submit an issue with detailed information so that we can update and resolve it more quickly.
After you add the GitHub Token, PakePlus will fork a PakePlus repository into your own repository. All your future projects will rely on this repository for creation and compilation, so please do not delete your PakePlus repository.
If you want to Contribution PakePlus, ensure your environment is prepared beforehand. Make sure Rust >=1.63
and Node >=16
(e.g., 16.18.1
) are installed on your computer. For installation guidance, please refer to the Tauri Documentation.
If you’re unfamiliar with these, it’s best to try the one-click packaging tool above.
# Install dependencies
pnpm i
# Local development [Right-click to open debug mode.]
pnpm run dev
# Package the app
pnpm run build
All work is conducted openly on GitHub. Whether you are a core team member or an external contributor, all Pull Requests must go through the same review process.
Please ensure that you have maintained at least one tauri project for at least one year