No description
Find a file
Richard Koliser 0d80bfb955 Merge branch 'bugfix/KASM-8472-redirect-workspaces-core-images-issues-to-central-issue-tracker' into 'develop'
KASM-8472 redirect workspaces-core-images issues to central issue tracker

Closes KASM-8472

See merge request kasm-technologies/internal/workspaces-core-images!372
2026-07-15 19:35:49 +00:00
bin KASM-6008 Check KASM_DRI_CARD, KASM_DRI_RENDERD defined for Zink 2025-03-19 15:17:32 +13:00
ci-scripts KASM-8210 fix trivy auth: materialize ~/.docker/config.json from DOCKER_AUTH_CONFIG in scan jobs 2026-05-15 12:01:20 -04:00
docs KASM-7900 updated OS 2026-04-19 18:57:53 -05:00
kasm-desktop-kde@ea56bc59fb VNC-216 Fix terminal app transparent tabs 2025-07-10 22:01:41 +12:00
src DEVOPS-8 fixes kali image 2026-06-26 14:00:37 -05:00
.dockerignore KasmOS 2024-04-28 21:49:00 +00:00
.gitattributes Initial Commmit 2021-06-16 09:26:09 -04:00
.gitignore Initial Commmit 2021-06-16 09:26:09 -04:00
.gitlab-ci.yml QA-354 Prevent duplicate pipelines for MRs 2026-06-08 11:26:26 -04:00
.gitmodules KasmOS 2024-04-28 21:49:00 +00:00
CLAUDE.md KASM-8210 bump websocket_relay/gamepad/webcam/printer/recorder to latest feature-branch commits 2026-05-15 12:01:20 -04:00
dockerfile-kasm-core KASM-7900 Update OS Versions 2026-04-14 17:59:03 -05:00
dockerfile-kasm-core-alpine VNC-8 reverting out label changes until VNC-8 is ready 2026-02-09 09:19:09 -06:00
dockerfile-kasm-core-centos KASM-7989 Updating label value format based on MR feedback 2025-12-05 11:34:19 +00:00
dockerfile-kasm-core-fedora install virtualgl on all distros 2026-04-29 21:47:05 +00:00
dockerfile-kasm-core-kasmos QA-360 removed unneeded usermod 2026-06-03 18:10:22 -05:00
dockerfile-kasm-core-oracle install virtualgl on all distros 2026-04-29 21:47:05 +00:00
dockerfile-kasm-core-suse install virtualgl on all distros 2026-04-29 21:47:05 +00:00
LICENSE.md Update LICENSE.md 2022-07-31 17:42:02 +00:00
README.md Apply 1 suggestion(s) to 1 file(s) 2026-07-12 13:54:32 +00:00

Logo

Workspaces Core Images

This repository contains the base or "Core" images from which all other Workspaces images are derived. These images are based off popular linux distributions and contain the wiring necessary to work within the Kasm platform.

While these images are primarily built to run inside the Kasm platform, they can also be executed manually. Please note that certain functionality, such as audio, uploads, downloads, and microphone passthrough are only available within the Kasm platform.

sudo docker run --rm  -it --shm-size=512m -p 6901:6901 -e VNC_PW=password --build-arg START_XFCE4=1 kasmweb/<image>:<tag>

The container is now accessible via a browser : https://<IP>:6901

  • User : kasm_user
  • Password: password

For more information about building custom images please review the How To Guide

The Kasm team publishes applications and desktop images for use inside the platform. More information, including source can be found in the Default Images List

About Workspaces

Kasm Workspaces is a docker container streaming platform that enables you to deliver browser-based access to desktops, applications, and web services. Kasm uses a modern DevOps approach for programmatic delivery of services via Containerized Desktop Infrastructure (CDI) technology to create on-demand, disposable, docker containers that are accessible via web browser. The rendering of the graphical-based containers is powered by the open-source project KasmVNC

Screenshot

Kasm Workspaces was developed to meet the most demanding secure collaboration requirements that is highly scalable, customizable, and easy to maintain. Most importantly, Kasm provides a solution, rather than a service, so it is infinitely customizable to your unique requirements and includes a developer API so that it can be integrated with, rather than replace, your existing applications and workflows. Kasm can be deployed in the cloud (Public or Private), on-premise (Including Air-Gapped Networks), or in a hybrid configuration.

Live Demo

A self-guided on-demand demo is available at kasmweb.com

Reporting Issues

To report any issues for this repository, please use our central issue tracker: Kasm Workspaces Issue Tracker