About this project

PacBao (PakePlus) allows users to transform websites or web-based projects (such as Vue, React, Cocos, or Unity) into lightweight desktop and mobile applications. Built with Rust and Tauri, it aims to produce apps significantly smaller (under 5MB) and faster than those created with Electron. Key capabilities include: - Cross-platform support for Windows, macOS, Linux, Android, and iOS. - Cloud-based automatic packaging via GitHub Actions or local packaging without requiring complex local dependencies. - Support for static file packaging (dist folders or index.html). - Custom JavaScript injection for automation, ad removal, or adding custom features. - Ability to call system-level APIs through JS scripts for tasks like downloading files or executing commands. - A user-friendly UI available as a client application or via a web interface. - Debug mode for previewing and troubleshooting before release.