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
DDoSolitary avatar

DDoSolitary/LxRunOffline

0
View on GitHub↗
4,264 stars·250 forks·C++·MIT·13 views

LxRunOffline

LxRunOffline is a command line utility for managing the lifecycle of Windows Subsystem for Linux environments. It functions as a distribution manager and orchestrator used to install, register, and configure Linux environments.

The tool provides capabilities for exporting, importing, and duplicating filesystems and configurations. It enables the relocation of environments to different drive locations or directories and allows for the creation of compressed archives to facilitate backup and portability.

Beyond migration, the utility covers environment orchestration through the execution of commands across distributions and the management of system settings. It handles the registration of existing filesystem directories as active subsystems and the duplication of environment states for testing or redundancy.

Features

  • WSL Instance Managers - Provides a comprehensive tool for installing, registering, and configuring multiple WSL distribution instances.
  • WSL Instance Registrations - Links pre-existing filesystem directories to the subsystem manager so they can be launched as environments.
  • Environment-Aware Command Executions - Runs specific terminal commands within a target Linux environment directly from the system command line.
  • Distribution Archives - Packages a Linux environment into a compressed archive file for portability and distribution.
  • WSL Filesystem Cloning - Duplicates environment states by copying the underlying disk image or directory structure.
  • WSL Distribution Portability - Moves Linux distribution files to different drive locations or directories while maintaining registration.
  • Linux Environment Initializations - Provides the ability to initialize new Linux environments by unpacking compressed filesystem images.
  • Host-to-Instance Command Execution - Executes arbitrary commands inside a running Linux instance directly from the host system.
  • WSL Distribution Deployments - Deploys a Linux filesystem into a specified directory and registers it for use within the subsystem.
  • WSL Configuration Tools - Provides utilities for exporting, importing and duplicating Windows Subsystem for Linux filesystems and configurations.
  • WSL Distribution Registrations - Automates the installation and registration of Linux environments within the host subsystem.
  • WSL Backup and Recovery - Creates copies of existing Linux distributions and exports them to compressed archives to prevent data loss.
  • Subsystem Path Mappings - Links specific directories on the local filesystem to registered subsystem instances.
  • WSL Environment Duplication - Creates a copy of an existing Linux environment to facilitate independent testing or backup.
  • WSL Distribution Settings - Defines the default user, environment variables, and operational flags for a specific Linux environment.
  • WSL Environment Relocation - Moves an existing Linux environment to a different directory on the file system while maintaining registration.
  • WSL Configuration Persistence - Stores and restores system settings and environment variables using structured markup files.
  • Application Configuration Backups - Exports and imports environment settings using structured files to preserve system configuration state.
  • Management Utilities - Full-featured utility for managing WSL installations.

Star history

Star history chart for ddosolitary/lxrunofflineStar history chart for ddosolitary/lxrunoffline

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 LxRunOffline

These projects share indexed features with LxRunOffline. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • yuk7/archwslyuk7 avatar

    yuk7/ArchWSL

    7,372View on GitHub↗

    ArchWSL is a pre-configured Arch Linux distribution designed to run within the Windows Subsystem for Linux. It provides a method for deploying a functional Linux environment through root filesystem bootstrapping via application packages or zip archives. The project includes a dedicated instance manager for backing up, restoring, and managing multiple isolated Linux environment instances. It also features a compatibility patch for the standard C library and core system libraries to ensure software runs on older kernel versions. The system covers service management through native or emulated s

    Makefilearchlinuxuwp-appswindows-10
    View on GitHub↗7,372
  • bostrot/wsl2-distro-managerbostrot avatar

    bostrot/wsl2-distro-manager

    3,922View on GitHub↗

    This project provides a graphical management interface for the Windows Subsystem for Linux, enabling the installation, lifecycle control, and state management of multiple virtualized Linux distributions. It serves as a centralized dashboard for managing the operational status of these environments, allowing users to perform tasks such as distribution installation, removal, and configuration through a visual interface. The tool distinguishes itself by offering specialized utilities for transforming Docker and LXC container images into standalone Linux distributions. By stripping away container

    Dart
    View on GitHub↗3,922
  • j3ssie/osmedeusj3ssie avatar

    j3ssie/Osmedeus

    6,425View on GitHub↗

    Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp

    Go
    View on GitHub↗6,425
  • binpash/trybinpash avatar

    binpash/try

    5,435View on GitHub↗

    Try is a tool for managing ephemeral shell environments and running commands within an isolated sandbox. It utilizes OverlayFS and Linux namespaces to prevent processes from altering the live system, acting as both a command sandbox and a filesystem change auditor. The project allows users to capture file modifications in a temporary layer and inspect those changes before deciding to apply or dispose of them. It supports a workflow of auditing additions and modifications, then merging verified changes back into the host filesystem. The tool provides capabilities for interactive sandbox shell

    Shelladministrationcontainersshell
    View on GitHub↗5,435
Compare all 28 related projects→

Frequently asked questions

What does ddosolitary/lxrunoffline do?

LxRunOffline is a command line utility for managing the lifecycle of Windows Subsystem for Linux environments. It functions as a distribution manager and orchestrator used to install, register, and configure Linux environments.

What are the main features of ddosolitary/lxrunoffline?

The main features of ddosolitary/lxrunoffline are: WSL Instance Managers, WSL Instance Registrations, Environment-Aware Command Executions, Distribution Archives, WSL Filesystem Cloning, WSL Distribution Portability, Linux Environment Initializations, Host-to-Instance Command Execution.

Which projects share features with ddosolitary/lxrunoffline?

Projects with overlapping indexed features include: yuk7/archwsl — ArchWSL is a pre-configured Arch Linux distribution designed to run within the Windows Subsystem for Linux. It… bostrot/wsl2-distro-manager — This project provides a graphical management interface for the Windows Subsystem for Linux, enabling the installation,… lxc/lxd — LXD is a unified platform for managing both system containers and virtual machines through a single REST API and… binpash/try — Try is a tool for managing ephemeral shell environments and running commands within an isolated sandbox. It utilizes… j3ssie/osmedeus — Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools… nix-community/nixos-wsl — NixOS-WSL packages a complete NixOS system into a WSL-compatible tarball that Windows registers as a native…