Skip to content

unisonweb/ucm-desktop

Repository files navigation

UCM Desktop

A desktop app companion to the UCM CLI. A.k.a. Graphical UCM.

Alt


This is currently an unreleased work in progress.

The goal is a UI that looks like this:

graphical-ucm

Running

UCM desktop requires the UCM CLI to be running, simply start it with the ucm command (Mac/Linux):

UCM_TOKEN=codebase UCM_PORT=5858 ucm --allow-cors-host tauri://localhost

Windows (Powershell):

$env:UCM_TOKEN="codebase"; $env:UCM_PORT="5858"; ucm --allow-cors-host http://tauri.localhost

Then start the UCM Desktop app as you would normally.

Running for development

When running for development start UCM like so:

UCM_TOKEN=codebase UCM_PORT=5858 ucm --allow-cors-host http://localhost:1420

Then start the app with:

npm start