RCE
Remote Code Execution engine in Go
Install / Use
/learn @vineelsai26/RCEREADME
RCE
RCE is a http API in Go with which you can run different programs written in different languages
Getting Started
With Docker
- From Docker Hub
docker run -it -p 3000:3000 -v "/var/run/docker.sock:/var/run/docker.sock" -v "/usr/src/app/runs:/usr/src/app/runs" vineelsai/rce
- From GHCR
docker run -it -p 3000:3000 -v "/var/run/docker.sock:/var/run/docker.sock" -v "/usr/src/app/runs:/usr/src/app/runs" ghcr.io/vineelsai26/rce:latest
Note: Both images are the same
From command line
-
Download the latest Binary from Releases Page
-
Pull the required docker images
./rce-linux-amd64.bin --pull-images
- And run it with the command
./rce-linux-amd64.bin
Usage
- To run your code just make a POST request to http://localhost:3000/run with body
{
"code": "print(\"Hello World\")",
"language": "python"
}
- The code will get executed and return a JSON object
{
"output": "Hello World"
}
Supported Languages
- python
- c
- cpp
Help
- For help just run to know all the things you can do
./rce-linux-amd64.bin --help
Related Skills
node-connect
349.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
prose
349.0kOpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
frontend-design
109.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
