302 AI Studio

Local Edition

What is the Local Edition?

The Local Edition is a localized runtime environment provided by 302 AI Studio that deploys Agents on your local computer through Docker container technology. Compared to cloud-based editions, the Local Edition gives you faster response times and stronger data control.


Why Use Containers Instead of Directly Using Claude Code?

  • Sandbox Isolation - Containers act as an independent sandbox environment where all AI operations are restricted within the container. Even if AI code has issues or performs dangerous operations, it won't affect your real system
  • Directory Mounting - Our working directories are mapped into the container via mounting. You can freely choose which folders to share with AI, while other folders remain completely invisible to AI, providing better privacy protection
  • Permission Control - The AI execution environment within the container has restricted permissions and cannot access your sensitive files, system configurations, or network credentials
  • Environment Consistency - Containers provide a uniform runtime environment, ensuring AI code runs the same way on any machine, avoiding "works on my machine" problems
  • Resource Limits - Precisely control the CPU, memory, and disk resources that AI tasks can use, preventing runaway code from consuming all your system resources
  • Easy Cleanup - All AI execution traces, temporary files, and installed dependencies are contained within the container, which can be quickly and completely cleaned up when you close the client, leaving no residue

How It Works

The Local Edition is implemented through the following technologies:

  1. Containerized Deployment: Uses Podman as the container engine to run pre-packaged Agent service images
  2. Local Service: Agent service runs locally and is accessed via localhost
  3. Automatic Management: Client automatically manages container startup, shutdown, and resource allocation

Use Cases

The Local Edition is particularly suitable for the following scenarios:

ScenarioDescription
High-Frequency UsageRequires frequent use of AI features with pursuit of ultimate response speed
Data PrivacyStrict requirements for data privacy, wanting data to stay local
Offline UsageUse in environments with unstable networks or requiring offline work
Development & DebuggingDevelopers need to locally debug and test AI features

Important Notes

The Local Edition requires installing Podman and Docker Compose on your computer. Container images will be automatically downloaded on first startup. Please ensure you have sufficient disk space (at least 10GB recommended) and a stable network connection.

The Local Edition will occupy certain system resources (CPU, memory, disk). It is recommended to use on computers with higher specifications. Recommended configuration: 8GB+ RAM, 4+ CPU cores.

On this page