@papert-code/papert-code 0.3.94 → 0.3.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -90,6 +90,14 @@ export PAPERT_SHARE_PUBLIC_URL_BASE=http://localhost:41242
90
90
  papert server --host 0.0.0.0 --port 41242 --docs
91
91
  ```
92
92
 
93
+ ## Desktop app
94
+
95
+ Papert Code also ships as a local-first desktop app (Tauri).
96
+
97
+ - Desktop package docs: `packages/desktop/README.md`
98
+ - Download installers: [GitHub Releases](https://github.com/azharlabs/papert-code/releases)
99
+ - Release workflow: `.github/workflows/desktop-release.yml`
100
+
93
101
  ## Remote driving (daemon/client)
94
102
 
95
103
  Papert Code supports an optional remote-driving mode where you run a daemon on one machine (or container/VM) and connect to it from another machine.