microsandbox

Self-hosted plaform for secure execution of untrusted user/AI code

GitHub Stars

3,708

User Rating

Not Rated

Favorites

0

Views

54

Forks

147

Issues

49

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Rust: 1.50.0 or higher
Docker: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/microsandbox/microsandbox.git
cd microsandbox

2. Install Dependencies

bash
cargo build --release

3. Start Server

bash
./target/release/microsandbox

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Rust version and rebuild dependencies. Issue: Docker is not functioning correctly Solution: Verify Docker installation and configuration.