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
·

11 Repos

Awesome GitHub RepositoriesShell Command Generation

AI capabilities that translate natural language requests into executable shell scripts and commands.

Distinct from Shell Command Execution: The candidates focus on execution, auditing, or optimization, but not the generative process of creating commands from natural language.

Explore 11 awesome GitHub repositories matching artificial intelligence & ml · Shell Command Generation. Refine with filters or upvote what's useful.

Awesome Shell Command Generation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ther1d/shell_gptAvatar von TheR1D

    TheR1D/shell_gpt

    12,131Auf GitHub ansehen↗

    Shell GPT is an AI-powered command-line interface that generates shell commands and source code from natural language prompts. It serves as a terminal-based tool for automating technical tasks, producing executable commands, and generating code snippets directly within the shell. The tool distinguishes itself through a read-eval-print loop for interactive chatting and the ability to maintain stateful conversational history via named sessions. It supports flexible backend routing, allowing users to connect to cloud-based APIs or local language model hosts for offline operation and data privacy

    Translates natural language requests into executable shell scripts and commands to automate technical tasks.

    Pythonchatgptcheat-sheetcli
    Auf GitHub ansehen↗12,131
  • microsoft/vscode-copilot-chatAvatar von microsoft

    microsoft/vscode-copilot-chat

    9,493Auf GitHub ansehen↗

    This project is an AI-powered IDE extension and LLM coding assistant that provides a conversational interface for generating, refactoring, and debugging code. It functions as an AI agent framework and a Model Context Protocol client, connecting AI models to external data sources and tools to automate complex development tasks. The system is distinguished by its use of autonomous AI agents capable of multi-step task execution, including the ability to read files, modify code, and run terminal commands iteratively. It supports recursive agent orchestration through subagent delegation and employ

    Generates functional shell commands and scripts based on natural language requests for terminal execution.

    TypeScript
    Auf GitHub ansehen↗9,493
  • sigoden/aichatAvatar von sigoden

    sigoden/aichat

    9,328Auf GitHub ansehen↗

    This project is a terminal-based command line interface client and agent orchestrator for interacting with multiple large language model providers. It functions as an OpenAI API client and a local API gateway that exposes chat completions and embeddings through an HTTP server. The system distinguishes itself by providing a retrieval-augmented generation tool for indexing local files and URLs into a vector database to provide custom document context. It allows for the creation of specialized AI agents that combine custom system prompts with tool calling and external function execution. The to

    Translates natural language descriptions into precise shell commands tailored to the current operating system.

    Rustaiai-agentschatbot
    Auf GitHub ansehen↗9,328
  • microsoft/vscode-tips-and-tricksAvatar von microsoft

    microsoft/vscode-tips-and-tricks

    9,086Auf GitHub ansehen↗

    This project is a comprehensive productivity guide and configuration reference for the VS Code editor. It provides a curated collection of shortcuts, configuration tips, and tutorials designed to improve efficiency and optimize the daily coding workflow. The resource covers advanced AI-assisted development, including the integration of autonomous agents, custom prompt files, and AI-powered coding assistants for task automation and code generation. It also provides specialized guidance on integrated terminal management, such as configuring shell profiles and automating command execution. Addi

    Generates and explains shell commands using natural language chat within the integrated terminal.

    Auf GitHub ansehen↗9,086
  • tailcallhq/forgecodeAvatar von tailcallhq

    tailcallhq/forgecode

    7,430Auf GitHub ansehen↗

    Forgecode is an AI agent orchestrator, shell integration tool, and terminal-based pair programmer. It enables the deployment of specialized AI roles for research, planning, and implementation, while providing a semantic code search tool to index project files for meaning-based retrieval. The system integrates as a Model Context Protocol client to extend AI capabilities via external servers and supports multi-provider model orchestration to switch between different large language model APIs. It transforms natural language into functional shell commands and allows for the execution of AI prompt

    Provides a mechanism to translate natural language intent into executable shell commands directly from the terminal.

    Rust
    Auf GitHub ansehen↗7,430
  • micheloosterhof/cowrieAvatar von micheloosterhof

    micheloosterhof/cowrie

    6,413Auf GitHub ansehen↗

    Cowrie is an SSH and Telnet honeypot that simulates vulnerable services to capture attacker commands, file transfers, and brute force attempts for deception and monitoring. It uses Python-based protocol emulation within a Twisted event-driven network framework to handle concurrent connections, while maintaining an in-memory virtual filesystem that logs every read, write, and traversal operation. The honeypot distinguishes itself through LLM-driven dynamic response generation, producing context-aware shell replies that adapt to attacker commands rather than relying on static templates. A plugi

    Uses language models to produce realistic, context-aware replies to attacker commands.

    Python
    Auf GitHub ansehen↗6,413
  • cowrie/cowrieAvatar von cowrie

    cowrie/cowrie

    6,181Auf GitHub ansehen↗

    .. SPDX-FileCopyrightText: 2014 Upi Tamminen .. SPDX-FileCopyrightText: 2014-2025 Michel Oosterhof .. .. SPDX-License-Identifier: BSD-3-Clause

    Uses large language models to produce realistic, context-aware replies to attacker commands without predefined response templates.

    Pythonattackercowriecowrie-ssh
    Auf GitHub ansehen↗6,181
  • arthur-ficial/apfelAvatar von Arthur-Ficial

    Arthur-Ficial/apfel

    5,856Auf GitHub ansehen↗

    The free AI already on your Mac. CLI tool, OpenAI-compatible server, and interactive chat — all on-device via Apple Intelligence. No API keys, no cloud, no downloads.

    Generates shell commands from plain English descriptions for file operations and git workflows.

    Swiftapple-intelligenceapple-siliconcli
    Auf GitHub ansehen↗5,856
  • santinic/how2Avatar von santinic

    santinic/how2

    5,780Auf GitHub ansehen↗

    how2 is a terminal-based tool that translates plain-English questions into shell commands using AI and StackOverflow data. It functions as a command-line interface where users describe what they want to do in natural language, and the tool returns the appropriate Unix shell or PowerShell command, with support for generating multi-line Bash scripts from natural language prompts. The tool distinguishes itself through its interactive answer browsing mode, which lets users select and copy from multiple StackOverflow answers directly in the terminal. It includes a fallback search mechanism that qu

    Generates Unix shell commands from natural language questions using AI and StackOverflow data.

    JavaScript
    Auf GitHub ansehen↗5,780
  • missing-semester/missing-semesterAvatar von missing-semester

    missing-semester/missing-semester

    5,525Auf GitHub ansehen↗

    The Missing Semester is a free, open-source educational curriculum designed to bridge the gap between theoretical computer science and the practical tooling every software engineer needs. Organized as a structured course, it covers Unix shell mastery, version control with Git, software debugging and profiling, system administration fundamentals, and computer security practices — the skills often left out of traditional degree programs. The project is maintained as a collaborative set of lecture notes, exercises, and guides that function as both a professional development tools course and a Uni

    Teaches generating shell commands from natural language descriptions using AI models.

    CSS
    Auf GitHub ansehen↗5,525
  • builderio/ai-shellAvatar von BuilderIO

    BuilderIO/ai-shell

    5,266Auf GitHub ansehen↗

    ai-shell ist ein KI-gestützter Terminal-Assistent und eine natürlichsprachliche Schnittstelle für die Kommandozeile. Er fungiert als Shell-Befehlsgenerator, der Anweisungen in natürlicher Sprache mithilfe von Large Language Models (LLMs) in ausführbare, maschinenlesbare Shell-Syntax übersetzt. Das Tool bietet eine konversationelle Schnittstelle für technischen Support und die Entdeckung von Shell-Befehlen, wodurch Benutzer korrekte Flags und Argumente durch Dialoge über mehrere Runden hinweg finden können. Es optimiert Terminal-Workflows durch die Konvertierung natürlichsprachlicher Beschreibungen in ausführbare Skripte, begleitet von menschenlesbaren Erklärungen. Das System beinhaltet ein Human-in-the-Loop-Ausführungsmodell, das eine Benutzerfreigabe erfordert, bevor die System-Shell ausgelöst wird. Es bietet zudem Konfigurations-Utilities zur Anpassung von API-Endpunkten, bevorzugten Sprachen und Modellauswahlen.

    Uses large language models to generate executable shell scripts from natural language descriptions.

    TypeScriptai
    Auf GitHub ansehen↗5,266
  1. Home
  2. Artificial Intelligence & ML
  3. Shell Command Generation

Unter-Tags erkunden

  • Cross-Platform Shell GeneratorsAI tools that generate shell commands for multiple operating systems, including Unix and Windows PowerShell. **Distinct from Shell Command Generation:** Distinct from Shell Command Generation: adds cross-platform support for both Unix and PowerShell command generation.
  • LLM-Powered Shell Response GeneratorsUses large language models to produce realistic, context-aware replies to attacker commands without predefined response templates. **Distinct from Shell Command Generation:** Distinct from Shell Command Generation: focuses on generating responses to attacker commands for deception, not on translating natural language into shell scripts.