Skip to content

Murasaki Sample Apps — v0.47.2

Choose a tag to compare

@ichi1007 ichi1007 released this 15 Jul 06:05

Three independent desktop apps built with Murasaki v0.47.2.

Violet Notes

A local-first Markdown editor with live preview, import/export, and native menus.

Murasaki Focus

A persistent, keyboard-first focus timer with a consumer desktop UI.

Local Signal

A developer service monitor using a real API Route, Server Action, and the bundled Node runtime.

Run the macOS developer previews

Use Murasaki 0.47.4 or newer. The CLI detects Apple silicon or Intel, downloads the matching immutable DMG, verifies its published SHA256 and strict ad-hoc code signature, caches the app, explicitly removes quarantine, and launches it.

pnpm dlx murasaki@latest demo violet-notes
pnpm dlx murasaki@latest demo murasaki-focus
pnpm dlx murasaki@latest demo local-signal

These are developer previews, not notarized consumer downloads. Production apps should be Developer ID signed and notarized by their publisher.

Build artifacts

The release assets remain available for inspection and checksum verification:

  • macOS Apple Silicon: darwin-arm64.dmg
  • macOS Intel: darwin-x64.dmg
  • Windows x64: setup.exe

SHA256SUMS contains checksums for every installer. Windows installers are not Authenticode-signed and may trigger SmartScreen.

Source: commit 8677345.
CLI runner: https://github.com/murasakijs/murasaki/blob/main/packages/murasaki/src/cli/demo.ts