sagemathinc / cocalc-desktop

This is the CoCalc Electron desktop application.
Other
15 stars 2 forks source link

CoCalc Desktop

Windows and MacOS binaries

Download a binary and install it on Windows or MacOS. For Linux, see the quickstart below.

What this is

This initial goal of cocalc-desktop is to provide a minimal easy-to-install version of CoCalc for MS Windows and MacOS (both M1 and x86) that addresses the following problems:

Initially, all that cocalc-desktop does is provide a nice icon and embed the main site https://cocalc.com in an iframe using ElectronJS. This is similar to installing CoCalc as a minimal progressive web application (via Google Chrome). There are a number of subtle issues that do come up though, involving pop-up windows, external links, etc., that we address.

Development quickstart

git clone https://github.com/sagemathinc/cocalc-desktop
cd cocalc-desktop
npm ci
npm start

Other goals

There are many other longterm goals that we may also develop as part of this application. However, for the first release, the above is our main motivation.