A small native macOS app built with the Native SDK.
- Download the
.zipfrom the latest release. - Double-click the
.zipto unzip it. - Right-click the app → Open (needed the first time, since the app isn't signed yet).
Prefer the terminal? One line does all of the above:
curl -fsSL https://raw.githubusercontent.com/quochuydev/native-desktop/main/install.sh | bashThe app checks automatically and shows "Update available: vX.Y.Z" in the bottom-left corner when a newer release exists. To update, download the new release the same way.
native dev # build and run (hot reload)
native check # validate core + markup + app.zon
native build # release binaryReleases are automated with release-please — see RELEASING.md. Requires Node.js 22+.