zam-core 0.3.7 → 0.3.11

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
@@ -97,7 +97,7 @@ ZAM is a tool for the transition to a world where care and shared growth are the
97
97
 
98
98
  ZAM now includes a cross-platform desktop application inside the [`desktop/`](desktop/) directory. Built with **Tauri v2**, **Vite**, **TypeScript**, and **Vanilla CSS**, it provides a premium dark-mode dashboard and active-recall learning studio that securely shares the same SQLite database as the CLI.
99
99
 
100
- ### How to Run on Windows or macOS:
100
+ ### How to Run on Windows, macOS, or Linux:
101
101
 
102
102
  1. **Build the CLI Bridge**:
103
103
  Ensure you have compiled the latest CLI code in the repository root:
@@ -118,7 +118,7 @@ This will compile the secure Rust backend, spin up the Vite development server,
118
118
 
119
119
  ### 📦 Automated GitHub Releases & Native Installers
120
120
 
121
- We have integrated a **GitHub Actions CI/CD workflow** that automatically compiles and packages native installers (Windows `.msi`/`.exe`, macOS Intel/Silicon `.dmg`, and Linux `.deb`/`.AppImage`) when a new git tag is pushed.
121
+ We have integrated a **GitHub Actions CI/CD workflow** that currently compiles and packages native installers for Windows (`.msi`/`.exe`) and Linux (`.deb`/`.rpm`) when a new git tag is pushed. AppImage packaging is temporarily deferred because `linuxdeploy` cannot process the bundled native `libsql` module reliably. macOS builds remain supported from source, but signed/notarized macOS release artifacts are deferred until the Apple signing account is available.
122
122
 
123
123
  To release a new version (e.g., `v0.1.0`):
124
124
 
@@ -130,7 +130,7 @@ git tag v0.1.0
130
130
  git push origin v0.1.0
131
131
  ```
132
132
 
133
- This automatically spins up the multi-platform compiler environments on GitHub and creates a drafted GitHub Release containing the native redistributables for all platforms!
133
+ This automatically spins up the Windows and Linux compiler environments on GitHub and creates a drafted GitHub Release containing their native redistributables.
134
134
 
135
135
  ---
136
136