Pulpy v0.1.0 Beta
Pre-release
Pre-release
Pulpy v0.1.0 Beta
Initial public beta release of Pulpy — a lightweight desktop application packager for web apps.
Highlights
- Static & SSR packaging — Package both static SPAs (Vite, Webpack) and server-rendered apps (Next.js SSR, Nuxt SSR) with embedded Node.js
- Interactive CLI wizard — Step-by-step packaging with auto-detection of framework, bundler, app name, version, and icon
- Native Bridge API — Access file system, clipboard, notifications, window controls, and dialogs from JavaScript via
window.pulpy - DevKit — Built-in developer console for debugging (Cmd+Shift+L)
- CORS Proxy — Built-in cross-origin request handling for both static and SSR modes
- DMG generation — Ready-to-distribute
.appbundles and.dmginstallers
Supported Frameworks
React, Vue, Angular, Vanilla JS/HTML with Vite, Next.js, Nuxt, Angular CLI, Webpack, and more.
Platform Support
| Platform | Status |
|---|---|
| macOS | Ready |
| Windows | Planned |
| Linux | Planned |
Build from Source
git clone https://github.com/enesgkky/Pulpy.git
cd Pulpy
mkdir -p build && cd build
cmake .. && makeThis is a beta release. Feedback and contributions are welcome!