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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 dépôts

Awesome GitHub RepositoriesLocal Binary Execution

The execution of pre-compiled binaries on the local host system to perform processing tasks.

Distinct from Local Tool Execution: Focuses on general local execution of helper binaries, distinct from AI-specific or compilation toolchains

Explore 7 awesome GitHub repositories matching development tools & productivity · Local Binary Execution. Refine with filters or upvote what's useful.

Awesome Local Binary Execution GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • imageoptim/imageoptimAvatar de ImageOptim

    ImageOptim/ImageOptim

    9,873Voir sur GitHub↗

    ImageOptim is a macOS image optimizer and GUI image compressor designed to reduce image file sizes for web and disk storage. It functions as a lossless image optimizer that removes unnecessary metadata and optimizes encoding to reduce file sizes without losing pixel data. The application handles macOS media asset management and web image preparation by shrinking files to improve website loading speeds and reduce storage usage. It provides both lossless and lossy compression options to maintain visual quality while reducing the disk space used by images.

    Executes pre-compiled optimization binaries locally to process images without network dependencies.

    HTML
    Voir sur GitHub↗9,873
  • npm/cliAvatar de npm

    npm/cli

    9,846Voir sur GitHub↗

    This project is a command line interface for managing, installing, and publishing JavaScript packages to a remote registry. It serves as a dependency resolution tool, a software registry publishing client, and a security auditor for Node.js development workflows. The tool distinguishes itself by providing integrated monorepo workspace management and a comprehensive registry authentication client that supports multi-factor authentication. It enables detailed control over the software supply chain through provenance attestations, package signature verification, and the generation of a Software

    Allows users to run binaries from installed packages by dynamically managing the environment path.

    JavaScriptjavascriptnodejsnpm
    Voir sur GitHub↗9,846
  • lolbas-project/lolbasAvatar de LOLBAS-Project

    LOLBAS-Project/LOLBAS

    8,323Voir sur GitHub↗

    LOLBAS is a curated database and knowledge base of signed Windows binaries that can be misused to bypass security restrictions and execute unauthorized code. It serves as a technical registry that maps trusted system files to their functional capabilities and the offensive tactics they enable. The project distinguishes itself by providing a capability-driven indexing system and a tactics registry that relates legitimate binary functionality to known security evasion techniques. It includes an association layer that links specific system binaries to attack patterns and tactical objectives, pro

    Identifies signed tools that can be used to launch renamed binaries as child processes to evade security controls.

    XSLTblueteamdfirliving-off-the-land
    Voir sur GitHub↗8,323
  • thoughtbot/dotfilesAvatar de thoughtbot

    thoughtbot/dotfiles

    8,157Voir sur GitHub↗

    This project is a collection of configuration files designed to standardize the behavior and appearance of Zsh, Vim, and Tmux across development machines. It provides a unified environment by combining shell settings, editor configurations, and terminal multiplexer layouts. The suite focuses on increasing productivity through Zsh shell customizations and history management, Vim editor optimizations including real-time linting and symbol indexing, and Tmux session management for improved window organization. It also includes a standardized Git workflow configuration with custom aliases and com

    Automatically manages the system path to enable execution of package-specific binaries.

    Shell
    Voir sur GitHub↗8,157
  • holman/dotfilesAvatar de holman

    holman/dotfiles

    7,743Voir sur GitHub↗

    This project is a shell configuration manager and Unix environment automator designed to organize shell settings and environment variables. It functions as a symlink-based dotfile deployer that maps versioned configuration files to the home directory to maintain a consistent system environment across different machines. The system employs a topic-based configuration loading model, grouping shell settings and environment scripts into discrete directories that load sequentially into the active shell. It further automates the setup of the command line interface by managing system paths and ensur

    Provides automatic management of the system path to make local scripts and custom binaries globally executable.

    Shell
    Voir sur GitHub↗7,743
  • sindresorhus/execaAvatar de sindresorhus

    sindresorhus/execa

    7,517Voir sur GitHub↗

    Execa is a promise-based process execution library that serves as a wrapper for the Node.js child process module. It functions as a shell command runner and subprocess management tool, simplifying the execution of external commands and binaries. The library distinguishes itself through automatic argument escaping to prevent shell injection and the use of abort signals for graceful process termination. It also provides an inter-process communication wrapper for exchanging structured JSON data and messages between parent and child processes. Its capabilities cover a broad range of process I/O

    Searches for and runs executable binaries located in local dependency folders or specified directories.

    JavaScript
    Voir sur GitHub↗7,517
  • mock-server/mockserver-monorepoM

    mock-server/mockserver-monorepo

    4,897Voir sur GitHub↗

    Ce projet est un système de simulation et de mocking d'API multi-protocole conçu pour remplacer les dépendances externes pendant le développement et les tests. Il fournit un serveur de mocking d'API, un proxy de trafic réseau et des simulateurs spécialisés pour les services de modèles de langage et les fournisseurs d'identité. Le système se distingue par ses capacités de simulation IA avancées, incluant l'émulation de fournisseurs de modèles de langage et de serveurs Model Context Protocol utilisant JSON-RPC 2.0. Il prend en charge la logique conversationnelle multi-tours, le suivi d'état pour les API de chat IA et la visualisation de l'exécution des agents via des graphes d'appels et le suivi de la consommation de jetons. Les domaines de capacités étendus incluent les tests de contrat d'API par rapport aux spécifications OpenAPI, la résilience et le chaos engineering via l'injection de fautes réseau, et l'interception de trafic en direct pour la modification de requêtes en temps réel. Le projet gère également la simulation de fournisseurs d'identité pour les standards OIDC, OAuth2, SAML 2.0 et SCIM 2.0. Le serveur peut être déployé en tant que conteneur Docker, via des charts Helm Kubernetes ou en tant que binaire natif autonome.

    Launches a self-contained server binary locally without requiring a JVM or container runtime.

    Java
    Voir sur GitHub↗4,897
  1. Home
  2. Development Tools & Productivity
  3. Local Binary Execution

Explorer les sous-tags

  • Bypass ExecutionTechniques to execute binaries by leveraging trusted parents, including renamed or masked binaries. **Distinct from Local Binary Execution:** Focuses on evading detection via renamed binaries and proxy processes, rather than general local execution.
  • Environment Path ManagementAutomatically manages the system path to allow execution of package-specific binaries without manual installation. **Distinct from Local Binary Execution:** Focuses on path manipulation for binary discovery, not general local execution of a file.