Skip to content

Pulpy v0.1.0 Beta

Pre-release
Pre-release

Choose a tag to compare

@enesgkky enesgkky released this 22 Mar 00:16
· 3 commits to main since this 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 .app bundles and .dmg installers

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 .. && make

This is a beta release. Feedback and contributions are welcome!