Install the Desktop App
Prebuilt Binaries
The desktop app is a standalone application that allows you to visualize graphs created by the Maya plugin and elsewhere. It is not required to submit jobs, but it is useful.
To install the desktop app, go to the releases page and download a prebuilt binary for your platform.
Build from Source
Some M series Macs may have trouble running prebuilt versions of the app. If you experience these issues you can pull down the repo and run your own build.
First, you'll need to install Rust for development. Follow the instructions for your platform here: https://tauri.app/v1/guides/getting-started/prerequisites
Once Rust is installed, clone the cioapp repository and install the dependencies.
git clone git@github.com:ConductorTechnologies/cioapp.git
cd cioapp
yarnNow you can build the app.
yarn tauri buildThe app is now available to run.