DevBoxerDevBoxer Docs
DevBoxerDevBoxer Docs
Back to App

Introduction

WelcomeQuick StartCommon Workflows

Using DevBoxer

Tasks
AutomationsGitHub IntegrationSlack IntegrationDevBoxer CLI & MCPMobile

Agents

Claude CodeOpenAI CodexOpenCodeGemini CLIAmp

Configuration

Environment Setup
Sandbox EnvironmentSetup ScriptsEnvironment Variables
MCP SetupCustom System PromptsGit Checkpointing

Help & Resources

Get HelpCommon IssuesBilling OverviewPrompt ExamplesEarly access featuresRelease NotesSecurity & PermissionsDevBoxer App
Environment Setup

Sandbox Environment

Learn about the cloud sandbox environments that DevBoxer provides for running your code.

Open as Markdown

Sandbox Specifications

When DevBoxer runs your code, it uses cloud sandboxes with:

2 CPU cores

4 GB RAM

20 GB disk space

Ubuntu 24.04

Latest version of Claude Code CLI

Latest version of Codex CLI

Pre-installed Tools

The sandbox environment includes a comprehensive set of development tools:

Languages

  • Python 3
  • Node.js 22
  • PHP
  • Bun
  • Rust

Package Managers

  • npm
  • pnpm
  • bun
  • pip
  • Composer (PHP)
  • cargo

Development Tools

  • GCC compiler
  • Docker CE (with docker-compose and buildx)
  • GitHub CLI (gh)
  • curl, unzip, gnupg, and other utilities

Sandbox Customization

You can customize the tools available in your sandbox by configuring custom setup scripts.

Sandbox Terminal

You can open an terminal connected directly to your task's sandbox for debugging purposes. Access this from the ... menu at the top of each tasks.

This is useful for:

  • Debugging issues in the sandbox environment
  • Inspecting the state of your code and dependencies
  • Running ad-hoc commands

Environment Setup

Configure custom sandbox environments for each of your repositories with user-specific environment variables, MCP servers, and setup scripts.

Setup Scripts

Configure custom setup scripts that run when your DevBoxer sandbox starts.

On this page

Sandbox SpecificationsPre-installed ToolsLanguagesPackage ManagersDevelopment ToolsSandbox CustomizationSandbox Terminal