Appbun turn any webpage into an inspectable Electrobun desktop app
Pake alternative using Electrobun, but another URL-to-app wrapper in a crowded space.
Turn any webpage into an inspectable Electrobun desktop app with one command.
Pake alternative in TypeScript: readable output, not hidden Rust binary, but Windows/Linux still roadmap.
Developers wrapping web apps as desktop tools, anyone who knows TypeScript but not Rust
Pake · Tauri · Electron
I wanted something like Pake, but Pake's output is a binary — when you want to change anything you have to dig into Rust. I don't know Rust. So I built appbun, which wraps a URL in an Electrobun project instead. The output is ~10 TypeScript files, nothing hidden.
The annoying part was icons. Sites don't agree on where to put them — manifest, apple-touch-icon, favicon.ico, linked SVG. And a lot of sites return an HTML page for /favicon.ico with status 200, which makes naive fetching just... silently wrong. Ended up writing a scoring/validation pass that tries candidates in order until something real comes back.
macOS DMG works today. Windows/Linux packaging is on the roadmap, the project builds there already.
Curious if anyone's hit sites where the icon logic picks the wrong thing.
Pake alternative using Electrobun, but another URL-to-app wrapper in a crowded space.
One dependency and 30KB download limit, but link-preview-js already exists.
Shell history manipulation for script iteration is genuinely clever DX.
Yet another Electron wrapper — tauri and Electron Forge already handle this with more adoption.
One command hardens five package managers when hand-editing configs gets ignored.
URL hack turns github.com into gitdiagram.com for instant repo visuals.