WARNING: THIS SUB-PROJECT IS NOT ACTIVELY MAINTAINED
Desktop release for Atomic-Server. [Tauri] takes care of native installers, app icons, system tray icons, menu items, self-update (issue) and more.
# install tauri
cargo install tauri-cli
# make sure that `atomic-data-browser` is running on port 5173 (see ## Running in development)
# run dev server
cargo tauri dev
# build an installer for your OS
cargo tauri build
By default, the dev server points to localhost:5173
, which is the server for atomic-data-browser
, which you'll probably want to run.
If you only want to work on the server side of things, you can remove devPath
in tauri.conf.json
.
- No way to pass flags to
atomic-sever
using the Tauri executable (although you can set ENV variables) - No HTTPS support