awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

32 Repos

Awesome GitHub RepositoriesShell Command Runners

Interfaces for executing system-level commands from within a programming environment.

Distinguishing note: Focuses on shell command execution rather than general terminal utilities.

Explore 32 awesome GitHub repositories matching development tools & productivity · Shell Command Runners. Refine with filters or upvote what's useful.

Awesome Shell Command Runners GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jakevdp/pythondatasciencehandbookAvatar von jakevdp

    jakevdp/PythonDataScienceHandbook

    48,561Auf GitHub ansehen↗

    This project is an interactive data science environment that combines code execution, rich media visualization, and narrative documentation into a persistent, browser-based platform. It serves as a comprehensive educational resource for scientific computing, providing a framework for iterative data analysis and machine learning prototyping. The environment is distinguished by its focus on high-performance numerical computing, utilizing vectorized array operations and memory-mapped data structures to handle large-scale computations efficiently. It features a unified estimator interface that st

    Supports running system-level shell commands directly from the programming environment.

    Jupyter Notebookjupyter-notebookmatplotlibnumpy
    Auf GitHub ansehen↗48,561
  • searxng/searxngAvatar von searxng

    searxng/searxng

    32,180Auf GitHub ansehen↗

    This project is a privacy-focused, self-hosted metasearch engine that aggregates results from a wide array of web, academic, and media sources into a single, unified interface. By acting as a proxy between the user and external search providers, it strips identifying headers and tracking parameters from requests, ensuring that search activity remains anonymous and protected from third-party profiling. The platform distinguishes itself through a modular, plugin-based architecture that allows for extensive customization of search behavior, result filtering, and interface branding. It supports a

    Executes system-level shell commands to fetch and integrate custom data sources.

    Pythonbingbravedegoogle
    Auf GitHub ansehen↗32,180
  • scoopinstaller/scoopAvatar von ScoopInstaller

    ScoopInstaller/Scoop

    23,635Auf GitHub ansehen↗

    Scoop is a command-line package manager for Windows designed to automate the installation, configuration, and lifecycle management of software. It utilizes a manifest-driven architecture where applications are defined in structured text files, allowing for consistent and repeatable deployments. By leveraging shim-based path management and symlink-based version switching, it enables users to install and toggle between multiple software versions without cluttering the global system environment. The project distinguishes itself through its focus on portability and clean system integration. It su

    Provides interfaces for executing system-level commands from within a programming environment.

    PowerShellinstallerpowershellscoop
    Auf GitHub ansehen↗23,635
  • pqrs-org/karabiner-elementsAvatar von pqrs-org

    pqrs-org/Karabiner-Elements

    22,362Auf GitHub ansehen↗

    Karabiner-Elements is a system-level utility designed for advanced keyboard and mouse customization. It functions as a background service that intercepts raw hardware input signals at the driver level, allowing for the transformation of key presses and pointer movements before they reach the operating system. By utilizing virtual input device emulation, the software re-injects modified events into the system stream, enabling complex remapping, macro execution, and hardware-specific control. The project distinguishes itself through a sophisticated state-based logic engine that enables context-

    Triggers arbitrary system shell commands or scripts in response to specific key combinations.

    C++keyboardmacos
    Auf GitHub ansehen↗22,362
  • prefecthq/prefectAvatar von PrefectHQ

    PrefectHQ/prefect

    21,640Auf GitHub ansehen↗

    Prefect is a workflow orchestration platform designed to define, schedule, and monitor complex data pipelines as Python code. It functions as a container-native engine that wraps individual tasks in isolated environments, ensuring consistent dependencies and resource allocation across diverse infrastructure. By utilizing a state-machine-based orchestration model, the system tracks execution progress through discrete transitions and persistent event logs to maintain reliable and observable task processing. The platform distinguishes itself through a decoupled worker-API architecture, which sep

    Executes arbitrary shell commands within workflows with custom environment and output handling.

    Pythonautomationdatadata-engineering
    Auf GitHub ansehen↗21,640
  • mastra-ai/mastraAvatar von mastra-ai

    mastra-ai/mastra

    21,221Auf GitHub ansehen↗

    Mastra is an orchestration framework designed for building, deploying, and managing autonomous AI agents and multi-agent systems. It provides a comprehensive suite of primitives for creating resilient AI applications, including durable workflow orchestration, event-driven agent loops, and semantic memory management. By integrating these core components, the platform enables developers to build complex, multi-step processes that can reason about goals and execute tasks without manual intervention. The framework distinguishes itself through its focus on observability and secure, isolated execut

    Executes shell commands within isolated, sandboxed environments for secure agent operations.

    TypeScriptagentsaichatbots
    Auf GitHub ansehen↗21,221
  • crystal-lang/crystalAvatar von crystal-lang

    crystal-lang/crystal

    20,299Auf GitHub ansehen↗

    Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It leverages an LLVM-based compiler to translate source code into optimized machine-executable binaries, while its type-inference-based static analysis enforces strict safety rules during the build process. The language distinguishes itself through a fiber-based concurrent runtime that manages lightweight execution units for asynchronous input and output without blocking the main process. It also features a powerful compile-time macro system that allows for the inspection and transfor

    Provides built-in mechanisms for executing system-level shell commands and capturing their output within applications.

    Crystalcompilercrystalcrystal-language
    Auf GitHub ansehen↗20,299
  • swe-agent/swe-agentAvatar von SWE-agent

    SWE-agent/SWE-agent

    18,510Auf GitHub ansehen↗

    SWE-agent is an autonomous software engineering platform designed to automate repository maintenance and issue resolution. By orchestrating language models to navigate codebases, diagnose software bugs, and apply fixes, the framework functions as an autonomous agent capable of executing shell commands, editing source code, and managing pull requests within isolated, containerized environments. The platform distinguishes itself through its focus on end-to-end task autonomy and observability. It features a robust trajectory logging system that records every thought, action, and environment obse

    Executes arbitrary shell commands within containerized environments and captures output, exit codes, and errors.

    Pythonagentagent-based-modelai
    Auf GitHub ansehen↗18,510
  • camel-ai/camelAvatar von camel-ai

    camel-ai/camel

    17,253Auf GitHub ansehen↗

    This project is a comprehensive framework for building and managing autonomous agent systems. It provides a unified architecture for orchestrating multi-agent societies, where specialized agents collaborate through roleplay to decompose and solve complex tasks. The system integrates language models with external environments, enabling agents to perform real-world actions through a standardized tool-calling abstraction layer. The framework distinguishes itself through its focus on iterative reasoning and data reliability. It employs automated feedback loops to refine agent outputs and self-eva

    Provides interfaces for agents to execute shell commands within sandboxed environments.

    Pythonagentai-societiesartificial-intelligence
    Auf GitHub ansehen↗17,253
  • wtfutil/wtfAvatar von wtfutil

    wtfutil/wtf

    16,971Auf GitHub ansehen↗

    This project is a modular, terminal-based dashboard framework designed to aggregate and display real-time information within a grid-aligned interface. It functions as a centralized monitoring tool that translates data from local system resources, infrastructure services, and external web APIs into a unified, text-based display. The dashboard is distinguished by its plugin-based architecture, which allows users to encapsulate distinct data sources and display logic into isolated, independently managed modules. Users define their workspace through declarative configuration files or an interacti

    Executes shell commands on a schedule and renders the output within the dashboard.

    Gocuidashboarddevops
    Auf GitHub ansehen↗16,971
  • kilo-org/kilocodeAvatar von Kilo-Org

    Kilo-Org/kilocode

    15,616Auf GitHub ansehen↗

    Kilocode is an autonomous engineering platform designed to orchestrate AI agents for complex software development tasks. It functions as a comprehensive system for automating coding, testing, and repository management by integrating directly with your codebase and terminal. The platform provides a unified gateway for model orchestration, allowing for the management of agentic workflows, event-driven automation, and persistent session state across distributed development environments. The platform distinguishes itself through its federated task management and policy-based access control, which

    Runs terminal commands in persistent sessions to automate development tasks with streamed output.

    TypeScriptaiai-ageai-coding
    Auf GitHub ansehen↗15,616
  • fabric/fabricAvatar von fabric

    fabric/fabric

    15,397Auf GitHub ansehen↗

    Fabric is a command-line interface and framework designed to integrate artificial intelligence reasoning into shell-based workflows. It functions as an orchestration tool that connects local data pipelines to remote artificial intelligence services, allowing users to automate content analysis and complex reasoning tasks directly from the terminal. The project distinguishes itself through a modular architecture that treats prompt patterns as version-controlled, reusable logic stored on the local filesystem. By utilizing standard input and output streams, it enables users to chain these analyti

    Runs shell commands on target servers to automate administrative tasks and configuration management.

    Python
    Auf GitHub ansehen↗15,397
  • jujumilk3/leaked-system-promptsAvatar von jujumilk3

    jujumilk3/leaked-system-prompts

    14,134Auf GitHub ansehen↗

    This project is a research-oriented repository that serves as a centralized database for system-level prompts and internal behavioral instructions extracted from various large language models. Its primary purpose is to provide a transparent, accessible reference for researchers and developers to study how artificial intelligence models are configured, constrained, and governed. The repository distinguishes itself by cataloging the hidden directives and operational guidelines that define model personas and safety boundaries. By archiving these instruction sets, it enables comparative analysis

    Runs bash commands in persistent environments to maintain state across operations.

    aidocumentllm
    Auf GitHub ansehen↗14,134
  • mzlogin/awesome-adbAvatar von mzlogin

    mzlogin/awesome-adb

    12,202Auf GitHub ansehen↗

    Awesome-adb is a curated collection of resources and utilities designed for interacting with Android devices via the command line. It serves as a comprehensive toolkit for developers and system administrators to facilitate the development, testing, and maintenance lifecycle of mobile applications and system software. The project provides a centralized reference for leveraging the Android Debug Bridge to perform complex tasks, including mobile automation, system-level debugging, and device fleet management. It covers a wide range of capabilities such as simulating user input for stress testing

    Executes arbitrary shell commands on connected devices with standard or root privileges for system maintenance.

    androidandroid-adbandroid-debug-bridge
    Auf GitHub ansehen↗12,202
  • joho/godotenvAvatar von joho

    joho/godotenv

    10,483Auf GitHub ansehen↗

    godotenv is a Go library designed to load, parse, and serialize environment configuration files. It provides tools to extract configuration data from files into maps and inject those key-value pairs directly into the system environment of a Go application process. The project includes a configuration file serializer for exporting environment variable maps back into formatted files and a parser for extracting data without modifying the system environment. It supports injecting variables from strings or files into the process environment using priority-based overloading and overwriting. The li

    Executes external processes by merging custom environment variables with the existing system environment.

    Godotenvenvironment-variablesgo
    Auf GitHub ansehen↗10,483
  • junegunn/fzf.vimAvatar von junegunn

    junegunn/fzf.vim

    10,146Auf GitHub ansehen↗

    fzf.vim is a Vim fuzzy finder plugin that integrates the fzf command-line interface into the editor. It serves as a text editor search interface and buffer and file navigator, allowing users to quickly locate files, buffers, and text patterns. The plugin functions as a bridge to the fzf command-line tool, enabling users to search for files, grep code content, and navigate git commits, marks, and tags. It also provides a mechanism to send multiple fuzzy search results directly into the Vim quickfix list for batch editing. Broad capabilities include interactive text completion for paths and wo

    Executes user-defined shell commands to generate the dynamic list of items available for fuzzy searching.

    Vim Scriptfzfneovimvim
    Auf GitHub ansehen↗10,146
  • mrkai77/loopAvatar von MrKai77

    MrKai77/Loop

    10,063Auf GitHub ansehen↗

    Loop is a desktop window manager and layout automator designed to control application window positioning and resizing. It utilizes custom keyboard shortcuts and scripted sequences to organize workspace layouts and automate window movements. The tool features a radial window arranger that moves and scales windows using a directional cursor interface and radial coordinate inputs triggered by modifier keys. It also includes an edge window stashing utility that hides windows beyond display boundaries and restores them via hover events to optimize screen real estate. Additional capabilities inclu

    Interfaces with system-level shell scripts to execute advanced window operations.

    Swifthacktoberfestmacosmacos-app
    Auf GitHub ansehen↗10,063
  • cloudflare/moltworkerAvatar von cloudflare

    cloudflare/moltworker

    9,909Auf GitHub ansehen↗

    Moltworker is an AI agent sandbox and model orchestrator designed for the secure execution of untrusted code and shell commands generated by large language models. It functions as a gateway proxy that routes requests to multiple AI providers through a unified interface, integrating a container runtime backed by S3-compatible object storage to persist state across ephemeral lifecycles. The system distinguishes itself by combining an AI model orchestrator with a headless browser controller for automated web scraping and screenshot capture. It manages the full lifecycle of AI agents, including m

    Executes system-level shell commands and scripts with streaming output and automatic timeout handling.

    TypeScriptai-agentscloudflare-workers
    Auf GitHub ansehen↗9,909
  • healthchecks/healthchecksAvatar von healthchecks

    healthchecks/healthchecks

    9,891Auf GitHub ansehen↗

    Healthchecks is a heartbeat monitoring service and cron job monitoring tool designed to track the execution and success of scheduled tasks and systemd timers. It functions as a dead man switch, alerting users when expected periodic signals from remote processes fail to arrive. The system accepts health signals via HTTP and SMTP, allowing it to track infrastructure heartbeats from sources ranging from CI/CD workflows to network routers. It distinguishes itself by supporting the capture of diagnostic data, including exit codes and execution logs, and by calculating the duration between start an

    Executes local system shell commands on the host server when a monitored check changes state.

    Pythoncroncron-jobsdevops
    Auf GitHub ansehen↗9,891
  • bobthecow/psyshAvatar von bobthecow

    bobthecow/psysh

    9,829Auf GitHub ansehen↗

    PsySH is an interactive read-eval-print loop and shell environment for PHP. It functions as a runtime debugger and application inspector, allowing for the execution of PHP code in real-time to experiment with snippets and inspect live application state. The project is distinguished by its ability to be embedded directly into running PHP applications for live troubleshooting. It provides specialized tools for state manipulation, including the ability to bypass visibility restrictions to inspect private or protected object members and the capacity to reload code without restarting the session.

    Provides an interface for executing native operating system commands directly from within the interactive PHP environment.

    PHPcliphppsysh
    Auf GitHub ansehen↗9,829
Vorherige12Nächste
  1. Home
  2. Development Tools & Productivity
  3. Shell Command Runners

Unter-Tags erkunden

  • Bioinformatics Tool AdaptersAdapters that wrap external bioinformatics binaries to enable execution within a high-level programming environment. **Distinct from Command Wrapping:** Distinct from Command Wrapping: focuses on domain-specific tool adapters for science pipelines rather than general shell command modification.
  • Bioinformatics Tool WrappingIntegration of external command-line bioinformatics binaries into high-level scripting pipelines. **Distinct from Command Wrapping:** Specifically wraps scientific binaries for analysis pipelines, not shell command modification for remote sessions.
  • Command ConstructionLogic for dynamically assembling shell command strings from base paths and arguments. **Distinct from Shell Command Runners:** Distinct from Shell Command Runners: focuses on the assembly/transformation of the command string rather than the act of executing it.
  • Command Wrapping1 Sub-TagLogic for modifying a command string to wrap it in another shell or remote session. **Distinct from Shell Command Runners:** Distinct from Shell Command Runners: focuses on the modification and wrapping of the command string before execution.