#application-bundling

[ follow ]
Web frameworks
fromInfoWorld
1 week ago

First look: Electrobun for TypeScript-powered desktop apps

Electrobun uses Bun runtime to create smaller Electron applications with built-in differential updates, eliminating the need for bundled browsers and large patch files.
fromInfoWorld
5 months ago

PyCrucible: An easy way to redistribute your Python apps

One of Python's most persistent limitations is how unnecessarily difficult it is to take a Python program and give it to another user as a self-contained click-to-run package. The design of the Python language makes this surprisingly difficult to do. Traditionally, the only reliable way to make it happen was to bundle the entire Python runtime, and all your program's dependencies, along with the program.
Software development
[ Load more ]