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

Uploaded Python 3

File details

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

File metadata

  • Download URL: quicksand_ubuntu-0.9.5-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.10 {"installer":{"name":"uv","version":"0.11.10","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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 0e7b07bd1e642f593758496b4a01f6c1af9e0643a7dbfb15d9dc99e55dec80da
MD5 c2d421192d18468aac5f390c545bc000
BLAKE2b-256 50451c6acf1d40c4c7d7b1d44d5feefc56432f4f955f51a76e5d8fa62f576d11

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