README.md
https://github.com/user-attachments/assets/b88bf541-0b26-4020-9eec-da79e1734fc9
<h1 align="center">Sponsors</h1> <p> PakePlus is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome backers. If you'd like to join them, please consider sponsoring PakePlus's development. </p> <table style="border-collapse: collapse; width: 100%; border: 1px solid #ddd;"> <tr> <td align="center" style="border: 1px solid #ddd; padding: 20px;"> <h3 style="margin: 0"><a href="https://finevoice.ai/" target="_blank">FineVoice</a></h3>
<p style="margin: 0">Create Every Voice You Imagine</p>
</td>
<td align="center" style="border: 1px solid #ddd; padding: 20px;">
<h3 style="margin: 0"><a href="https://tauri.app/" target="_blank">Tauri</a></h3>
<p style="margin: 0">Create cross-platform applications</p>
</td>
<td align="center" style="border: 1px solid #ddd; padding: 20px;">
<h3 style="margin: 0"><a href="https://cursor.com/agents" target="_blank">Cursor</a></h3>
<p style="margin: 0">Cursor is the best way to code with AI.</p>
</td>
<td align="center" style="border: 1px solid #ddd; padding: 20px;">
<h3 style="margin: 0"><a href="https://www.jetbrains.com/idea/" target="_blank">JetBrains</a></h3>
<p style="margin: 0">The Leading IDE for Professional Development</p>
</td>
</tr>
Download the app from the release page:https://github.com/Sjj1024/PakePlus/releases,
double-click to install, and run the app. or visit web: <a href="https://pakeplus.pages.dev" target="_blank">PakePlus Web</a>
Configure a Github Token, create a new project, and set up the configurations. get token guide:
<a href="https://sjj1024.github.io/PakePlus/index_en.html">English</a> <a href="https://sjj1024.github.io/PakePlus/index_zh.html" style="margin: 0 50px;">简体中文</a><a href="https://sjj1024.github.io/PakePlus/index_ja.html">日本语</a>
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 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