Skip to content

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

License

Notifications You must be signed in to change notification settings

unisonweb/ucm-desktop

Repository files navigation

UCM Desktop

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


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 on a specific port and with a specific UCM token

UCM_TOKEN=asdf UCM_PORT=4444 ucm headless --allow-cors-host tauri://localhost

If on Windows, use this command instead:

UCM_TOKEN=asdf UCM_PORT=4444 ucm headless --allow-cors-host https://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=asdf UCM_PORT=4444 ucm headless --allow-cors-host http://localhost:1420

Then start the app with:

npm start

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published