UnifyPy
Package Python apps into Windows, macOS, and Linux installers
All Skills in This Repository (6)
Pure Emerald Level Indicatorstrellis-before-dev
Discover and inject project-specific coding guidelines and architectural specifications before development.
trellis-brainstorm
Create task directories, seed PRDs, and research MVP scope for development tasks.
trellis-break-loop
Analyze software bugs to identify root causes and update project specification guides.
trellis-check
Run linting, type-checking, and cross-layer data flow analysis before code commits.
trellis-meta
Guide local Trellis project customization of workflow phases and agent configurations.
trellis-update-spec
Capture technical knowledge and design decisions into structured code-spec markdown documentation.
Frequently Asked Questions
FAQPage SchemaHow to install UnifyPy?โผ
Run `npx skills add huangjunsen0406/UnifyPy --all -g -y` in your terminal to install all skills in this suite globally.
How to package a Python app for Windows, macOS, and Linux?โผ
Create a build.json config with your app name, entry file, and target platforms, then run `unifypy . --config build.json` to generate EXE, DMG, DEB, RPM, or AppImage installers.
Does UnifyPy handle macOS permissions and signing?โผ
Yes. It automatically generates Info.plist permission descriptions and entitlements for camera, microphone, and other system access, with production-safe defaults.
Can I build multiple installer formats at once?โผ
Yes. Use the `--parallel` flag with `--max-workers` to build several formats concurrently, which significantly speeds up multi-platform releases.
What happens if a UnifyPy build fails?โผ
UnifyPy includes an automatic rollback system that restores your project to its pre-build state, and you can list or replay rollback sessions via command-line flags.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core