jupyterlab / jupyterlab-desktop

JupyterLab desktop application, based on Electron.
BSD 3-Clause "New" or "Revised" License
3.76k stars 365 forks source link

[question] How to install JupyterLab-desktop on FreeBSD? #871

Open yurivict opened 2 months ago

yurivict commented 2 months ago

I would like to create the FreeBSD port for JupyterLab-desktop. The releases page offers binaries for several OSes, but we would like to build/install from source on FreeBSD.

Since this is an Electron-based program, shouldn't in be possible to run it using the Electron executable and a directory of platform-independent files?

electron30-30.5.0 is available on FreeBSD.

Thank you, Yuri

JasonWeill commented 2 months ago

@yurivict Thank you for opening this issue! You can find the dev documentation here: https://github.com/jupyterlab/jupyterlab-desktop/blob/master/dev.md

You should also be able to read (but not run) the workflows here: https://github.com/jupyterlab/jupyterlab-desktop/tree/master/.github/workflows

If you're able to create and maintain a FreeBSD port for JupyterLab Desktop, we would consider a pull request to add this OS as supported. Thanks again for your contribution!