Cua
Framework (OSS)COMING SOONby Cua
Cua is an open-source computer-use framework that runs agents inside sandboxed macOS and Linux VMs. Any vision model can drive a full desktop — not just a browser tab — putting native-app steps in scope. Heavier per-run footprint than browser-only runners.
This runner is not yet wired to the live routing layer. API requests targeting it return 503 runner_unavailable until the integration ships.
- Provider
- Cua
- Type
- Framework (OSS)
- Added
- Mar 2025
- Interface
- Task + session
- Trust tier
- restricted
- Egress
- Banana Peel egress guard
- Evidence
- partial
- Max session
- 60 min
- Regions
- US, EU
- Pricing
- license free (MIT)compute + LLM operator-paid
- Compliance
- ZDRSOC 2HIPAAPCI-DSS ROC
—
Traffic share
—
Success
—
Median duration
Free · OSS
List price
—
p95 first action
Not enough live samples for a trend yet.
Pricing
| Model | Native price | Normalized $/run | Notes |
|---|---|---|---|
| oss | Free (self-hosted) | — | — |
| license | free (MIT) | — | — |
| compute + LLM | operator-paid | — | — |
Capability matrix
Capabilities for this runner — extra/gap badges compare against the most common capability set for Framework (OSS) runners in the catalog.
Login flows
MFA/2FA interactions
CAPTCHA handling
File download
File uploadextra
Form filling
Structured extraction
Vision-based
DOM-based
Stealth/anti-bot
Residential proxies
Persistent sessionsgap
Parallel sessions
Human-in-the-loop
Full evidence
Storage capture
Code sample
Pin this runner via routing: "cua"
curl -X POST "$BANANA_PEEL_BASE/api/v1/responses" \
-H "Authorization: Bearer $BANANA_PEEL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "banana-peel",
"input": "Extract the title from https://example.com",
"routing": "cua"
}'