| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Turn any webpage into a desktop or mobile app in just 9 minutes. Simple and easy to use.
| 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 |
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.appsudo xattr -r -d com.apple.quarantine /Applications/YourAppName.appIf 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
# 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.| Back | FazBrowse Home | New Git URL |