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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • imageoptim/imageoptimAvatar ImageOptim

    ImageOptim/ImageOptim

    9,873Vezi pe 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
    Vezi pe GitHub↗9,873
  • npm/cliAvatar npm

    npm/cli

    9,846Vezi pe 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
    Vezi pe GitHub↗9,846
  • lolbas-project/lolbasAvatar LOLBAS-Project

    LOLBAS-Project/LOLBAS

    8,323Vezi pe 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
    Vezi pe GitHub↗8,323
  • thoughtbot/dotfilesAvatar thoughtbot

    thoughtbot/dotfiles

    8,157Vezi pe 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
    Vezi pe GitHub↗8,157
  • holman/dotfilesAvatar holman

    holman/dotfiles

    7,743Vezi pe 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
    Vezi pe GitHub↗7,743
  • sindresorhus/execaAvatar sindresorhus

    sindresorhus/execa

    7,517Vezi pe 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
    Vezi pe GitHub↗7,517
  • mock-server/mockserver-monorepoM

    mock-server/mockserver-monorepo

    4,897Vezi pe GitHub↗

    This project is a multi-protocol API simulation and mocking system designed to replace external dependencies during development and testing. It provides an API mocking server, a network traffic proxy, and specialized simulators for language model services and identity providers. The system distinguishes itself through deep AI simulation capabilities, including the emulation of language model providers and Model Context Protocol servers using JSON-RPC 2.0. It supports multi-turn conversational logic, state tracking for AI chat APIs, and the visualization of agent execution through call graphs

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

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

Explorează sub-etichetele

  • 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.