No description
Find a file
Richard Koliser 1f82bbcb21
KASM-1190 Refresh workspace registry from registry.kasmweb.com
Pull latest list.json from the live registry (85 workspaces, up from
79). 71 workspaces now have 1.19.x compat entries with
1.19.0-rolling-weekly and 1.19.0-rolling-daily tags. Retires Parrot OS
(replaced by Parrot OS 6 and Parrot OS 7). Adds Alpine 3.22, Alpine
3.23, Fedora 42, Fedora 43, OpenSUSE Leap 16, Parrot OS 6, and
Parrot OS 7.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-06-17 16:47:58 -04:00
public KASM-1190 Remove legacy GPU seeding in favour of 1.19.0 agent management 2026-06-17 14:16:12 -04:00
.gitignore initial version 2022-06-28 12:08:43 -04:00
.gitlab-ci.yml Add CI_JOB_TOKEN to release pipeline 2026-04-16 13:21:41 +01:00
index.js KASM-1190 Remove legacy GPU seeding in favour of 1.19.0 agent management 2026-06-17 14:16:12 -04:00
list.json KASM-1190 Refresh workspace registry from registry.kasmweb.com 2026-06-17 16:47:58 -04:00
package.json KASM-8264 set node to a min of 18, fixed a potential gpu issue, remove typo in currentVersion 2026-04-15 14:53:17 +01:00
README.md update dep files 2022-06-29 12:07:51 -04:00

Kasm Installation Wizard

The purpose of this application is to wrap the existing Bash based installation logic for Kasm Workspaces into a web based wizard. Post install the wizard should display the installation's information.

Usage

Install deps:

npm install

Run:

sudo node index.js

Requirements

Linux host: https://kasmweb.com/docs/develop/install/system_requirements.html

Alternatively Docker DinD setup with Docker and Docker Compose installed.

As configured files ingested from a current Kasm Workspaces installer are needed:

/wizard/
├── default_images_amd64.yaml
├── default_images_arm64.yaml
└── LICENSE.txt
/opt/kasm/certs/
├── kasm_wizard.crt
└── kasm_wizard.key
/kasm_release/
└── Full Kasm workspaces installer