awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
damienvanrobaeys avatar

damienvanrobaeys/Run-in-Sandbox

0
View on GitHub↗
905 stars·99 forks·PowerShell·AGPL-3.0·29 viewswww.systanddeploy.com/2023/06/runinsandbox-quick-way-to-runextract.html↗

Run In Sandbox

Run-in-Sandbox is a sandbox automation utility that provides a right-click shell extension for Windows Explorer, allowing users to launch executables, scripts, installers, and compressed archives directly inside an isolated Windows Sandbox environment. It automates directory mapping, execution commands, and configuration generation to test software without requiring manual setup.

The project integrates with the operating system desktop context menu to trigger ephemeral virtualized desktop sessions on demand. It features dynamic tool downloading to fetch required extraction utilities and helper binaries at runtime, along with script-driven orchestration to handle file unpacking, directory sharing, and container startup sequences.

Core capabilities cover local file sharing to expose specific host directories to temporary virtual machine sessions, automated XML configuration generation, and isolated container virtualization to run untrusted binaries safely without affecting the host operating system.

Features

  • Virtualization and Isolation - Runs untrusted binaries safely inside lightweight hardware-isolated operating system sandboxes.
  • Configuration File Generators - Generates temporary XML sandbox configuration files on the fly for host folder mounting and execution.
  • Sandboxed Execution Extensions - Sandboxing software runs scripts and installers inside an isolated virtual environment with a single right-click from the host system.
  • Host-to-Guest File Sharing - Exposes specific host directories to temporary virtual machine sessions for seamless data exchange.
  • Shell Extension Registries - Registers Windows registry handlers to intercept right-click actions and pass target paths to scripts.
  • Workflow Orchestration Scripts - Orchestrates file unpacking, directory sharing, and container startup sequences using command-line scripts.
  • Sandbox Deployment Automators - Automates directory mapping and execution commands to test software inside Windows Sandbox.
  • Finder Context Menu Extensions - Provides a right-click shell extension that launches scripts and archives directly inside Windows Sandbox.
  • Running Sandbox Replacements - Manages isolated Windows Sandbox execution directly from the system context menu.
  • Automatic Sandbox Launching - Launches executables and installers inside an isolated environment directly from the desktop context menu.
  • Windows System Integrations - Integrates directly with the Windows desktop environment to trigger ephemeral virtualized sessions.
  • OS Context Menu Customizers - Adds custom right-click actions to files and folders in Windows Explorer for administrative tasks.
  • Software Testing - Tests untrusted executables and installers in a secure sandbox to protect the host operating system.

Star history

Star history chart for damienvanrobaeys/run-in-sandboxStar history chart for damienvanrobaeys/run-in-sandbox

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Run In Sandbox

These projects share indexed features with Run In Sandbox. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • moudey/shellmoudey avatar

    moudey/Shell

    6,649View on GitHub↗

    Shell is a Windows File Explorer context menu manager and shell UI customizer. It functions as a registry-based shell extension that uses a declarative configuration engine to add, remove, and modify context menu entries within the operating system. The project distinguishes itself through a text-based configuration system that supports logical expressions and conditional rules to control menu item visibility. It allows for the creation of multi-level cascade menus and the integration of custom visual identifiers, including SVG icons and glyphs, directly into the shell interface. Broad capab

    C++context-menufile-explorernilesoft-shell
    View on GitHub↗6,649
  • netblue30/firejailnetblue30 avatar

    netblue30/firejail

    7,069View on GitHub↗

    Firejail is a Linux application sandbox and kernel security wrapper that isolates untrusted applications from the host system. It uses kernel namespaces and seccomp filters to restrict filesystem access, drop kernel capabilities, and limit the system attack surface. The project is distinguished by its use of predefined security profiles to automatically apply filesystem restrictions and syscall limits based on the executable being launched. It provides specialized isolation for portable packages such as AppImages and implements X11 display isolation via proxy servers to prevent keyboard loggi

    C
    View on GitHub↗7,069
  • sandboxie-plus/sandboxiesandboxie-plus avatar

    sandboxie-plus/Sandboxie

    18,636View on GitHub↗

    Sandboxie is an operating system-level virtualization tool designed to run Windows applications in isolated, secure environments. By intercepting system calls and redirecting file system and registry modifications to a separate, discardable storage area, it prevents untrusted software from making permanent changes to the host system. This containment ensures that browser history, temporary files, and potential malware remain trapped within the sandbox, protecting the integrity and privacy of the underlying host. The software distinguishes itself through granular control over the isolation env

    C
    View on GitHub↗18,636
  • jwilder/docker-genjwilder avatar

    jwilder/docker-gen

    4,627View on GitHub↗

    docker-gen is a configuration generator that renders text templates into files using metadata retrieved from Docker containers. It functions as a service discovery tool and template-based orchestrator, mapping container state and environment variables to specific destination paths on a host machine's local storage. The tool automates the update of reverse proxy and service discovery settings in real time as containers are started, stopped, or renamed. It employs sequential template processing and helper functions to filter and sort container data, ensuring stable and consistent configuration

    Go
    View on GitHub↗4,627
Compare all 30 related projects→

Frequently asked questions

What does damienvanrobaeys/run-in-sandbox do?

Run-in-Sandbox is a sandbox automation utility that provides a right-click shell extension for Windows Explorer, allowing users to launch executables, scripts, installers, and compressed archives directly inside an isolated Windows Sandbox environment. It automates directory mapping, execution commands, and configuration generation to test software without requiring manual setup.

What are the main features of damienvanrobaeys/run-in-sandbox?

The main features of damienvanrobaeys/run-in-sandbox are: Virtualization and Isolation, Configuration File Generators, Sandboxed Execution Extensions, Host-to-Guest File Sharing, Shell Extension Registries, Workflow Orchestration Scripts, Sandbox Deployment Automators, Finder Context Menu Extensions.

Which projects share features with damienvanrobaeys/run-in-sandbox?

Projects with overlapping indexed features include: moudey/shell — Shell is a Windows File Explorer context menu manager and shell UI customizer. It functions as a registry-based shell… netblue30/firejail — Firejail is a Linux application sandbox and kernel security wrapper that isolates untrusted applications from the host… sandboxie-plus/sandboxie — Sandboxie is an operating system-level virtualization tool designed to run Windows applications in isolated, secure… valentinxxx/nginxconfig.io — nginxconfig.io is a web-based NGINX configuration generator designed to create and optimize server configuration files… jwilder/docker-gen — docker-gen is a configuration generator that renders text templates into files using metadata retrieved from Docker… twpayne/chezmoi — chezmoi is a command-line utility designed to manage and synchronize system configuration files across multiple…

Curated searches featuring Run In Sandbox

Hand-picked collections where Run In Sandbox appears.
  • Code execution sandbox