Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjj1024/pakeplus
Turn any webpage into a desktop app and mobile app with Rust. 利用 Rust 轻松构建轻量级(仅5M)多端桌面应用和多端手机应用
https://github.com/sjj1024/pakeplus
pake pakeplus rust tauri
Last synced: 5 days ago
JSON representation
Turn any webpage into a desktop app and mobile app with Rust. 利用 Rust 轻松构建轻量级(仅5M)多端桌面应用和多端手机应用
- Host: GitHub
- URL: https://github.com/sjj1024/pakeplus
- Owner: Sjj1024
- Created: 2024-09-10T13:12:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T06:02:11.000Z (6 days ago)
- Last Synced: 2025-01-16T07:21:50.889Z (6 days ago)
- Topics: pake, pakeplus, rust, tauri
- Language: Vue
- Homepage: https://sjj1024.github.io/PakePlus/
- Size: 58.7 MB
- Stars: 74
- Watchers: 3
- Forks: 71
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
English
简体中文
日本语
PakePlus
Turn any webpage into a desktop or mobile app in just 9 minutes. Simple and easy to use.
PakePlus supports Mac, Windows, and Linux, and will soon support Android and iOS. There’s no need to install complex dependencies locally— all you need is a Github Token. Plus, PakePlus is only about 5MB in size. For the latest version, please see the release page. Check the README for information on popular packages and custom development. Feel free to share your suggestions in the discussion area.https://github.com/user-attachments/assets/b88bf541-0b26-4020-9eec-da79e1734fc9
## Features
- 🎐 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.
- 💡 Supports custom js injection. you can write your own js code to inject into the page.
- 🎨 ui is more beautiful, more comfortable to use.## Popular Packages
Apple
Mac
Windows
Linux
X (Twitter)
Mac
Windows
Linux
YouTube
Mac
Windows
Linux
小红书(Little Red Book)
Mac
Windows
Linux
Tiktok
Mac
Windows
Linux
抖音
Mac
Windows
Linux
## Getting Started
1. Download the app from the release page:https://github.com/Sjj1024/PakePlus/releases, double-click to install, and run the app.
2. 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 PakePlus1. For the classic version, token permissions required:
repo: Fork and manage template code
workflow: Compile and release your software
```1. You can preview the app in a new window and click the publish button to package the app.
2. You can download the app from the release page.## FAQ
1. Mac users may see an “App is damaged” warning on installation. click cancel and Run the following command, then reopen the app:
```sh
sudo xattr -r -d com.apple.quarantine /Applications/PakePlus.app
```2. When you package the app, Mac users may see an “App is damaged” warning on installation. click cancel and Run the following command, then reopen the app:
```sh
sudo xattr -r -d com.apple.quarantine /Applications/YourAppName.app
```## Developing PakePlus
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](https://tauri.app/v1/guides/getting-started/prerequisites).
If you’re unfamiliar with these, it’s best to try the one-click packaging tool above.
```sh
# Install dependencies
pnpm i# Local development [Right-click to open debug mode.]
pnpm run dev# Package the app
pnpm run build# github action
releaseDraft: false:means this version is not a draft version, it will be considered as a stable release.
prerelease: false:means this version is not a pre-release version, which means it is a stable version.
publish: false:means this version will not be published immediately, although it will be created, it will not be publicly displayed.
```## Support
1. If PakePlus has brought joy to your life, feel free to support it.
2. wechat group
## TODO
1. add auto update feature
2. support build android apk and build ios ipa
3. add upload front build dist to build
4.