Skip to content

Packages

Quicksand is a monorepo with 15 packages organized into four groups.

Runtime

PackageWhat it is
quicksandUser-facing wrapper — re-exports core + images, CLI
quicksand-coreCore VM sandbox implementation
quicksand-qemuBundled QEMU binaries (per-platform)
quicksand-smbPure-Python SMB3 server for host-guest mounts

Images

PackageWhat it is
quicksand-ubuntuUbuntu 24.04 headless (~341 MB)
quicksand-alpineAlpine 3.23 headless (~78 MB)
quicksand-ubuntu-desktopUbuntu 24.04 + Xfce4 + Firefox
quicksand-alpine-desktopAlpine 3.23 + Xfce4 + Chromium
quicksand-agentUbuntu + Python 3.12, uv, build tools
quicksand-cuaAgent Sandbox + Playwright, Chromium

Dev tools

PackageWhat it is
quicksand-image-toolsCLI and API for building custom VM images
quicksand-base-scaffoldScaffold new base image packages
quicksand-overlay-scaffoldScaffold new overlay image packages
quicksand-build-toolsShared build utilities for native binary bundling
quicksand-gh-runnersGitHub Actions self-hosted runner management