Skip to main content

Minimal Alpine Linux desktop VM (Xfce4) for quicksand

Project description

Quicksand Alpine Desktop

Minimal Alpine Linux 3.23 desktop VM (Xfce4) for the quicksand agent harness. Lightweight and fast-booting — ideal when you need GUI automation without the overhead of a full Ubuntu desktop.

Installation

pip install quick-sandbox
quicksand install alpine-desktop

Usage

import asyncio
from quicksand import Key
from quicksand_alpine_desktop import AlpineDesktopSandbox

async def main():
    async with AlpineDesktopSandbox() as sb:
        await sb.screenshot("desktop.png")
        await sb.type_text("echo hello world")
        await sb.press_key(Key.RET)
        result = await sb.execute("cat /etc/os-release")
        print(result.stdout)

asyncio.run(main())

What's Included

  • Alpine 3.23 with Xfce4 desktop + LightDM (auto-login)
  • Chromium browser
  • Python 3, bash, curl
  • The quicksand guest agent (pre-installed)

Default Config

Setting Default
Memory 1G
CPUs 2
Display Enabled (always)
Boot timeout 60s
Init system OpenRC
Image size ~300MB

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quicksand_alpine_desktop-0.9.7-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file quicksand_alpine_desktop-0.9.7-py3-none-any.whl.

File metadata

  • Download URL: quicksand_alpine_desktop-0.9.7-py3-none-any.whl
  • Upload date:
  • Size: 3.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for quicksand_alpine_desktop-0.9.7-py3-none-any.whl
Algorithm Hash digest
SHA256 570f11c7f027159e57b49d35e657f3c3fc4d680ff5b139307f928e0f85cfc97b
MD5 699ac9745906b5e80b8c3a0a912a2ef6
BLAKE2b-256 a1bbc1d3a33e9d4117181c5933e190fbed30bcbccb3d58b82ac7a7ee73cb6f69

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page