Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>E2B GitHub Actions RunnerNew to Visual Studio Code? Get it now.
E2B GitHub Actions Runner

E2B GitHub Actions Runner

R3AP3R editz

|
3 installs
| (0) | Free
Run GitHub Actions workflows locally in E2B sandboxes. By R3AP3R editz (@iotserver24).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

E2B GitHub Actions Runner

Run GitHub Actions workflows locally in E2B sandboxes from your IDE. No need to push to GitHub — use your local code and run workflows in the cloud.


Author & Credits

Created by R3AP3R editz (@iotserver24).

This is an independent project by R3AP3R editz, not affiliated with the official E2B team.

Donate / support: Support R3AP3R editz


Quick start

  1. Install this extension (from Open VSX, VS Code Marketplace, or a .vsix file).
  2. Set your E2B API key in the extension sidebar (E2B Actions view).
  3. Open the E2B Actions view in the activity bar.
  4. Run a workflow: click Run next to any .github/workflows/*.yml file, or use the command palette: E2B: Run GitHub Actions Workflow.

Your local repo is sent as a git archive to the E2B sandbox — no clone, no GitHub token required for checkout.


E2B compatibility (Linux only)

Workflows run inside E2B sandboxes (Linux / Debian). Use runs-on: ubuntu-latest (or similar) in your workflows for best compatibility. Windows and macOS runners are not supported.

  • Works: ubuntu-latest, bash/sh, actions/checkout (skipped; we send your code), actions/setup-node, actions/setup-python, local code only.
  • Not supported: windows-latest, macos-latest, actions/cache, uploading artifacts to GitHub.

Requirements

  • E2B API key — Get one at e2b.dev. Stored securely in the IDE.
  • Runner — The extension includes a bundled runner; no npx or extra install needed when using the packaged extension.

Links

  • Repository: github.com/iotserver24/e2b-actions-runner
  • Donate: Support the author
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft