MANIFEST.in
README.md
pyproject.toml
setup.py
LICENSES/NOTICE.txt
LICENSES/gvisor.txt
LICENSES/monado.txt
LICENSES/primus-vk.txt
notes/gvisor-no-kvm-prototype.patch
notes/monado-vr-lab.patch
notes/primus-vk-visible-rows.patch
scripts/bench.c
scripts/build_artifacts.py
scripts/checkpoint-gvisor.py
scripts/cpu_broker.py
scripts/disk_memory.py
scripts/environment.py
scripts/environment_control.py
scripts/ethernet-relay.py
scripts/external_mounts.py
scripts/fast_io.py
scripts/fastio.py
scripts/filesystem_snapshot.py
scripts/gamepad-input.py
scripts/gpu-visual-order.c
scripts/gvisor-guest-cgroup-v1.sh
scripts/gvisor-guest-docker.sh
scripts/gvisor-guest-gates.sh
scripts/gvisor-guest-gnome-init.sh
scripts/gvisor-guest-gpu-gl.sh
scripts/gvisor-guest-gpu-init.sh
scripts/gvisor-guest-gpu.sh
scripts/gvisor-guest-natprobe.sh
scripts/gvisor-guest-network.sh
scripts/gvisor-guest-nftprobe.sh
scripts/gvisor-guest-persist.sh
scripts/gvisor-guest-resolve-setup.sh
scripts/gvisor-guest-resolve.sh
scripts/gvisor-host.sh
scripts/gvisor_gpu.py
scripts/gvisor_mps.py
scripts/install-sandbox-base.sh
scripts/install-sandbox-vr.sh
scripts/make-gvisor-bundle.py
scripts/mps-rm-observer.c
scripts/mps_client_gateway.py
scripts/network_policy.py
scripts/run-gvisor.py
scripts/runtime_store.py
scripts/runtime_tools.py
scripts/sdl-gamepad-proxy.c
scripts/seccomp-trap.c
scripts/snapshot_store.py
scripts/verify-snapshot.py
scripts/vr-monado-build.sh
scripts/vr-monado-guest.sh
scripts/vr-remote-input.py
scripts/vr-vulkan-xvnc.sh
scripts/vr_frames.py
scripts/vr_input.py
scripts/vr_stream.py
scripts/vr_stream_guest.py
sources/gs-base-probe.c
sources/xvnc-fast-io.c
src/sandweave/__init__.py
src/sandweave/bootstrap.py
src/sandweave/cli.py
src/sandweave/engine-files.txt
src/sandweave/installation.py
src/sandweave/installer_tools.py
src/sandweave/onboarding.py
src/sandweave/releases.py
src/sandweave/runtime-release.json
src/sandweave/setup_progress.py
src/sandweave/vr_installation.py
src/sandweave.egg-info/PKG-INFO
src/sandweave.egg-info/SOURCES.txt
src/sandweave.egg-info/dependency_links.txt
src/sandweave.egg-info/entry_points.txt
src/sandweave.egg-info/requires.txt
src/sandweave.egg-info/top_level.txt
src/sandweave/sandbox/__init__.py
src/sandweave/sandbox/admission.py
src/sandweave/sandbox/artifacts.py
src/sandweave/sandbox/asyncio.py
src/sandweave/sandbox/connection.py
src/sandweave/sandbox/errors.py
src/sandweave/sandbox/files.py
src/sandweave/sandbox/guest_agent.py
src/sandweave/sandbox/information.py
src/sandweave/sandbox/management.py
src/sandweave/sandbox/mounts.py
src/sandweave/sandbox/ownership.py
src/sandweave/sandbox/pool.py
src/sandweave/sandbox/preparation.py
src/sandweave/sandbox/process.py
src/sandweave/sandbox/proxy.py
src/sandweave/sandbox/resources.py
src/sandweave/sandbox/sandbox.py
src/sandweave/sandbox/snapshots.py
src/sandweave/sandbox/targets.py
src/sandweave/sandbox/telemetry.py
src/sandweave/sandbox/timings.py
src/sandweave/sandbox/transfers.py
src/sandweave/sandbox/wire.py
src/sandweave/sandbox/worker.py
src/sandweave/sandbox/workspace.py
src/sandweave/sandbox/runtimes/__init__.py
src/sandweave/sandbox/runtimes/gpu_information.py
src/sandweave/sandbox/runtimes/router.py
src/sandweave/sandbox/runtimes/apptainer/__init__.py
src/sandweave/sandbox/runtimes/apptainer/driver.py
src/sandweave/sandbox/runtimes/gvisor/__init__.py
src/sandweave/sandbox/runtimes/gvisor/driver.py
src/sandweave/sandbox/runtimes/gvisor/engine.py
src/sandweave/sandbox/runtimes/gvisor/proxy.py
src/sandweave/templates/__init__.py
src/sandweave/templates/controls.py
src/sandweave/templates/images.py
src/sandweave/templates/layers.py
src/sandweave/templates/registry.py
src/sandweave/templates/resolve.py
src/sandweave/templates/coding/template.toml
src/sandweave/templates/cuda/template.toml
src/sandweave/templates/docker/template.toml
src/sandweave/templates/gamepad/__init__.py
src/sandweave/templates/gamepad/controls.py
src/sandweave/templates/games/gunspinning-gamepad/template.toml
src/sandweave/templates/gnome/__init__.py
src/sandweave/templates/gnome/controls.py
src/sandweave/templates/gnome/template.toml
src/sandweave/templates/vr/__init__.py
src/sandweave/templates/vr/controls.py
src/sandweave/templates/vr/frames.py
src/sandweave/templates/vr/gunspinning/setup.sh
src/sandweave/templates/vr/gunspinning/template.toml
src/sandweave/templates/vr/opensaber/template.toml
src/sandweave/weave/__init__.py
src/sandweave/weave/artifacts.py
src/sandweave/weave/cli.py
src/sandweave/weave/client.py
src/sandweave/weave/controller.py
src/sandweave/weave/dashboard.py
src/sandweave/weave/jobs.py
src/sandweave/weave/monitor.py
src/sandweave/weave/pool.py
src/sandweave/weave/relay.py
src/sandweave/weave/scheduler.py
src/sandweave/weave/server.py
src/sandweave/weave/state.py
src/sandweave/weave/transport.py
src/sandweave/weave/worker.py
src/sandweave/weave/providers/__init__.py
src/sandweave/weave/web/app.js
src/sandweave/weave/web/index.html
src/sandweave/weave/web/style.css
tests/test_admission.py
tests/test_build_artifacts.py
tests/test_cli_config.py
tests/test_cpu_broker_startup.py
tests/test_cpu_demand.py
tests/test_dashboard.py
tests/test_dashboard_browser.py
tests/test_deploy.py
tests/test_disk_memory.py
tests/test_foundations.py
tests/test_idle_owner.py
tests/test_images.py
tests/test_information.py
tests/test_installer_archives.py
tests/test_keyboard_installation.py
tests/test_onboarding.py
tests/test_ownership.py
tests/test_pool_locality.py
tests/test_proxy.py
tests/test_releases.py
tests/test_runtime_state.py
tests/test_setup_progress.py
tests/test_startup_timings.py
tests/test_weave.py
tests/test_weave_concurrency.py
tests/test_weave_transport.py
tests/test_worker_preparation.py
tests/test_workspace_staging.py
