- Tauri's System Dependencies
- git lfs
- Rust
- Deno
- Clone the repo and
cdinto it. deno install --allow-scripts=npm:core-js@3.41.0
deno task tauri dev
These are the commands to build for Apple silicon and for Intel:
deno task bundle-mac-silicon
deno task bundle-mac-intel
For a debug version, add the argument --debug.