https://github.com/unisonweb/ucm-desktop
A desktop app companion to the UCM CLI
https://github.com/unisonweb/ucm-desktop
desktop-app elm-lang frontend functional-programming tauri tauri-app typescript ui unison-language
Last synced: about 2 months ago
JSON representation
A desktop app companion to the UCM CLI
- Host: GitHub
- URL: https://github.com/unisonweb/ucm-desktop
- Owner: unisonweb
- License: mit
- Created: 2024-09-24T15:57:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T13:52:54.000Z (3 months ago)
- Last Synced: 2025-03-29T09:51:16.685Z (2 months ago)
- Topics: desktop-app, elm-lang, frontend, functional-programming, tauri, tauri-app, typescript, ui, unison-language
- Language: Elm
- Homepage: https://unison-lang.org
- Size: 4.6 MB
- Stars: 41
- Watchers: 7
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# UCM Desktop
A desktop app companion to the UCM CLI. A.k.a. Graphical UCM.
---
This first version aims to replace [Unison
Local](https://github.com/unisonweb/unison-local-ui)Later releases will include more overlap with the features of the UCM CLI and
indeed editing capabilities.---
## Running
[UCM the CLI](https://github.com/unisonweb/unison) needs to be running for the desktop app to connect to it. Simply start `ucm` however you usually do.## Running for development
When running for development start UCM like so:```bash
ucm --allow-cors-host http://localhost:1420
```Then start the app with:
```bash
npm start
```