by sdcb
fast, secure c# runner
# Add to your Claude Code skills
git clone https://github.com/sdcb/csharp-runnerEnglish | δΈζ
C# Runner is a high-performance and secure platform for executing C# code online. It's built on a Host-Worker architecture that isolates code execution in Docker containers and supports dual protocols: HTTP and MCP (Model Context Protocol).
π Secure & Reliable
β‘ High-Performance
π Rich Functionality
Ctrl+Enter shortcut for execution.Prerequisites:
One-Click Deploy with Docker Compose:
# Download the docker-compose.yml file
curl -L https://raw.githubusercontent.com/sdcb/csharp-runner/refs/heads/master/docker-compose.yml -o docker-compose.yml
# Start the services in detached mode
docker compose up -d
For Windows:
# Download the docker-compose.yml file
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/sdcb/csharp-runner/refs/heads/master/docker-compose.yml" -OutFile "docker-compose.yml"
# Start the services in detached mode
docker compose -p csharp-runner up -d
Once deployed, open your browser to http://localhost:5050 to access the web UI.
The docker-compose.yml file defines the Host and Worker services. You can scale the number of Workers by changing `deploy.re...