Only the release for Apple Silicon Macs is readily available. I haven't found a way to compile the server to binaries for other platforms & architectures. If you need to install the client for another platform/architecture, please follow the steps below:
Follow the prerequisites page for building Tauri (here).
(If any problems arise, please make an issue)
Install npm dependencies if you haven't already:
npm i
Run the following command:
npm run sidecar
This will build the server binary for your platform & architecture. (I would appreciate it a lot if you can contribute your binary build to the project by making an issue!)
To debug, run:
npm run tauri dev
For development, I recommend you run both the sidecar command and tauri dev mode at the time:
npm run sidecar && npm run tauri dev
To build the client, run:
npm run tauri build