Launching today

Murasaki
Next.js DX for native desktop apps
4 followers
Next.js DX for native desktop apps
4 followers
The Next.js developer experience, in a real native window. File-based routing, Server Actions and API routes — rendered in the OS WebView, not bundled Chromium. The Rust shell ships prebuilt, so there's no Rust toolchain to install. Server Actions and API routes run in a bundled Node process, which makes them real — and the installer bigger than a Tauri app's. Shipsapp/.dmg andzip/.exe/.msi, with automatic updates using Ed25519-signed manifests. Linux: dev only for now. Pre-1.0.









Tried it on a small project and the file-based routing just worked in a real native window without me touching a Rust toolchain, which honestly felt like magic. The installer is chunky but the Server Actions actually running through Node is a nice tradeoff.
@hamitk7s6
Thanks for trying it out!
Could you share a bit more detail about what felt chunky about the installer—such as the download size, install time, startup time, or anything else? That would help us look into possible improvements.
finally someone using the os webview instead of bundling chromium, that detail alone saves so much on install size and honestly feels like the right call. excited to try it out