Documentation
Cloud Environment
Learn about Terragon cloud environments for running your code.
Cloud Environment Specifications
When Terragon runs your code, it uses cloud environments 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 cloud 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
Cloud Environment Customization
You can customize the tools available in your cloud environment by configuring custom setup scripts.
Cloud Environment Terminal
You can open a terminal connected directly to your task's cloud environment for debugging purposes. Access this from the ... menu at the top of each task.
This is useful for:
- Debugging issues in the cloud environment
- Inspecting the state of your code and dependencies
- Running ad-hoc commands