Turn any webpage into a desktop or mobile app in just 9 minutes. Simple and easy to use.
- 🎐 About 20 times smaller than Electron packages (approximately 5MB!)
- 🚀 Powered by Rust and Tauri, PakePlus is lighter and faster than JS-based frameworks.
- 📦 Rich built-in feature packs—supporting shortcuts, immersive windows, and minimal customization.
- 👻 PakePlus is just a simple tool—using Tauri to replace older packaging methods (even though PWA is often sufficient).
- 🤗 PakePlus is easy to use; all you need is a GitHub Token to get a desktop app.
- 🌹 No need to install complex dependencies locally; use Github Action for cloud-based auto-packaging.
- 🧑🤝🧑 Supports internationalization, user-friendly for a global audience, and it follows your system language automatically.
WeChat Reading Mac Windows Linux | Twitter Mac Windows Linux |
Flomo Mac Windows Linux | Xiaohongshu (Little Red Book) Mac Windows Linux |
- Download the app from the release page:https://github.com/Sjj1024/PakePlus/releases, double-click to install, and run the app.
- 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
- You can preview the app in a new window and click the publish button to package the app.
- You can download the app from the release page.
- Mac users may see an “App is damaged” warning on installation. Run the following command, then reopen the app:
sudo xattr -r -d com.apple.quarantine /Applications/PakePlus.app
If you want to develop PakePlus locally, 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
- If PakePlus has brought joy to your life, feel free to support it.