Skip to main content

Pre-built Ubuntu 24.04 VM image for quicksand

Project description

Quicksand Ubuntu

This package bundles a pre-built Ubuntu 24.04 VM image for the quicksand agent harness. No downloads required after installation.

Ubuntu is ideal for AI agents that need a full Linux environment with the apt package manager and broad software compatibility.

Installation

pip install 'quick-sandbox[qemu,ubuntu]'

Or install separately:

pip install quick-sandbox
quicksand install ubuntu

Usage

Simple (recommended)

import asyncio
from quicksand import UbuntuSandbox

async def main():
    async with UbuntuSandbox() as sb:
        result = await sb.execute("cat /etc/os-release")
        print(result.stdout)

asyncio.run(main())

With custom config

from quicksand import UbuntuSandbox

async with UbuntuSandbox(memory="2G", cpus=4) as sb:
    result = await sb.execute("uname -a")

Or using Sandbox directly:

from quicksand import Sandbox

async with Sandbox(image="ubuntu", memory="2G", cpus=4) as sb:
    result = await sb.execute("uname -a")

What's Included

The Ubuntu 24.04 image includes:

  • Python 3
  • Bash, curl, ca-certificates
  • Networking tools
  • The quicksand agent (pre-installed and configured)

Package Size

The wheel is ~300MB because it includes the full VM image. This is intentional - it eliminates runtime downloads and ensures reproducible environments.

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_ubuntu-0.9.8-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file quicksand_ubuntu-0.9.8-py3-none-any.whl.

File metadata

  • Download URL: quicksand_ubuntu-0.9.8-py3-none-any.whl
  • Upload date:
  • Size: 3.7 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_ubuntu-0.9.8-py3-none-any.whl
Algorithm Hash digest
SHA256 7f0cbf9e4993c109e1318b81c5e77380e0809a1635648ea0c63e5db729b5173d
MD5 387756d2ad201f054c6f7e3dc502177c
BLAKE2b-256 8dbf4513429d0e7481dfebfa5ea15c0e762576843dde2722c7d0365d4cd9c1a0

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