awesome-repositories.com
Blog
MCP
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
·
Back to dpc/rust-bin-template

Open-source alternatives to Rust Bin Template

30 open-source projects similar to dpc/rust-bin-template, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Rust Bin Template alternative.

  • akka/akka-coreAvatar von akka

    akka/akka-core

    13,272Auf GitHub ansehen↗

    Akka Core is an actor model framework and asynchronous concurrency library used for building scalable and resilient distributed systems. It provides a distributed computing platform and fault tolerant runtime that manages communication and state across networked nodes. The system uses location-transparent messaging and a cluster management system to organize nodes into high-availability architectures. This allows for the creation of elastic clusters that scale resources on demand and coordinate distributed workloads. The platform handles concurrent state management and distributed systems or

    Scala
    Auf GitHub ansehen↗13,272
  • ansible/ansibleAvatar von ansible

    ansible/ansible

    68,968Auf GitHub ansehen↗

    Ansible is an agentless infrastructure automation engine designed to manage remote servers and network devices. It functions as a cross-platform orchestration tool that coordinates system updates, software installations, and service configurations from a centralized management workstation. By utilizing a declarative approach, it allows users to define desired system states through human-readable configuration files, ensuring consistency across distributed environments. The platform operates by establishing secure shell connections to target nodes, eliminating the need for persistent agent sof

    Pythonansiblepython
    Auf GitHub ansehen↗68,968
  • apple/containerAvatar von apple

    apple/container

    37,726Auf GitHub ansehen↗

    This project serves as a technical educational resource and software implementation example focused on dependency injection architecture and containerized application packaging. It provides a centralized framework for managing the lifecycle and configuration of application components, allowing objects to receive their dependencies from a registry rather than creating them internally. The project distinguishes itself by offering a type-safe service resolution mechanism that uses language-level information to map abstract interfaces to concrete implementations. By utilizing an inversion of cont

    Swift
    Auf GitHub ansehen↗37,726

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • asciimoo/drawilleAvatar von asciimoo

    asciimoo/drawille

    3,242Auf GitHub ansehen↗

    Pixel graphics in terminal with unicode braille characters

    Python
    Auf GitHub ansehen↗3,242
  • aws/aws-cliAvatar von aws

    aws/aws-cli

    17,059Auf GitHub ansehen↗

    The AWS Command Line Interface is a terminal tool and API client used to manage and automate Amazon Web Services infrastructure. It functions as a cloud resource management tool that allows for the creation, configuration, and modification of cloud services through a unified set of commands. The tool provides mechanisms to route authenticated requests to global and region-specific service endpoints. It manages identity keys and access profiles through environment variables and configuration files to authenticate requests across different cloud accounts. The interface supports cloud resource

    Pythonawsaws-clicloud
    Auf GitHub ansehen↗17,059
  • base/nodeAvatar von base

    base/node

    68,511Auf GitHub ansehen↗

    This project is a containerized implementation of a blockchain node for the Base network. It manages the execution and consensus processes of an Ethereum Virtual Machine node within an isolated environment to maintain the network and process blockchain data. The infrastructure includes a specialized interface for processing pending blocks via websockets to reduce latency. It also provides a state synchronization tool that uses pre-computed snapshots to accelerate the process of reaching the current block height. The system covers network identity configuration for mainnet and testnet environ

    Shell
    Auf GitHub ansehen↗68,511
  • boto/botocoreAvatar von boto

    boto/botocore

    1,625Auf GitHub ansehen↗

    The low-level, core functionality of boto3 and the AWS CLI.

    Python
    Auf GitHub ansehen↗1,625
  • browserify/browserifyAvatar von browserify

    browserify/browserify

    14,706Auf GitHub ansehen↗

    Browserify is a build utility that enables the use of CommonJS module patterns within client-side JavaScript applications. It functions as a dependency manager and module bundler, tracing recursive import calls to package multiple source files and their dependencies into a single, optimized file for execution in web browser environments. The project distinguishes itself by providing a comprehensive compatibility layer that allows server-side code to run in the browser. It achieves this by injecting environment shims and replacing system-level globals with browser-compatible equivalents. Throu

    JavaScript
    Auf GitHub ansehen↗14,706
  • chjj/blessedAvatar von chjj

    chjj/blessed

    11,854Auf GitHub ansehen↗

    This project is a terminal user interface library for Node.js, designed to facilitate the construction of interactive command-line applications. It provides a comprehensive toolkit of high-level widgets that abstract complex terminal escape codes and rendering logic, allowing developers to build functional interfaces using reusable components. The framework distinguishes itself by implementing a box-model-based layout engine and a virtual DOM-style reconciliation system. These mechanisms enable responsive design patterns—such as percentage-based sizing and relative positioning—to function wit

    JavaScript
    Auf GitHub ansehen↗11,854
  • clap-rs/clapAvatar von clap-rs

    clap-rs/clap

    16,528Auf GitHub ansehen↗

    Clap is a command-line argument parser for Rust that enables developers to define complex interfaces through strongly-typed data structures. It functions as a comprehensive framework for building terminal applications, automating the transformation of raw string inputs into validated, type-safe code representations while simultaneously generating help documentation and usage statements. The library distinguishes itself by offering both a declarative, attribute-based approach and a fluent builder-pattern API, allowing for flexible interface construction. It includes a sophisticated validation

    Rustargument-parserargument-parsingcommand-line
    Auf GitHub ansehen↗16,528
  • containerd/containerdAvatar von containerd

    containerd/containerd

    20,369Auf GitHub ansehen↗

    Containerd is a daemon-based container runtime that manages the complete lifecycle of containers on a host system. It functions as a core orchestration backend, handling image distribution, storage, and process execution while adhering to industry-standard specifications for container execution and configuration. The project is distinguished by its modular, plugin-based architecture, which allows for the extension of storage, runtime, and networking capabilities without requiring a full daemon recompile. It utilizes a shim-based execution model to delegate low-level operations, ensuring isola

    Gocncfcontainerdcontainers
    Auf GitHub ansehen↗20,369
  • devopshivehq/awesome-kustomizeAvatar von DevOpsHiveHQ

    DevOpsHiveHQ/awesome-kustomize

    119Auf GitHub ansehen↗

    A curated and collaborative list of awesome Kustomize resources

    awesomeawesome-listgitops
    Auf GitHub ansehen↗119
  • docker/cliAvatar von docker

    docker/cli

    5,693Auf GitHub ansehen↗

    Docker CLI is the command-line tool that enables users to interact with the Docker daemon for building, running, and managing containers. It provides a structured interface for controlling container lifecycles, images, networks, and volumes through a terminal-based workflow. The tool supports building container images from source code using Dockerfiles, with features like build context streaming and image layer caching to accelerate construction. It also allows starting interactive shells inside containers for isolated development and testing environments. The CLI operates through a client-s

    Goclidocker
    Auf GitHub ansehen↗5,693
  • docker/composeAvatar von docker

    docker/compose

    37,588Auf GitHub ansehen↗

    Docker Compose is a tool for defining and running multi-container applications through declarative configuration files. It functions as an application lifecycle manager, coordinating the startup, shutdown, and scaling of interconnected services within isolated environments. By using a standardized configuration format, it enables infrastructure as code, allowing developers to manage complex application stacks and their dependencies in a single, repeatable file. The project distinguishes itself by integrating directly with the broader Docker platform, leveraging a client-server architecture wh

    Godockerdocker-composego
    Auf GitHub ansehen↗37,588
  • docker/docker-pyAvatar von docker

    docker/docker-py

    7,184Auf GitHub ansehen↗

    docker-py is a Python library and SDK that serves as a programmatic client for the Docker Engine API. It provides a programmatic interface for controlling containers, images, and clusters, allowing for the automation of containerized applications and engine resources. The library enables remote Docker administration through various transport methods, including Unix domain sockets, TCP ports, and encrypted SSH tunnels. It handles real-time data links by using WebSockets to stream input and output from active containers. The project covers container lifecycle control, image management for buil

    Python
    Auf GitHub ansehen↗7,184
  • dragonflyoss/dragonfly2Avatar von dragonflyoss

    dragonflyoss/Dragonfly2

    3,208Auf GitHub ansehen↗

    Delivers efficient, stable, and secure data distribution and acceleration powered by P2P technology, with an optional content‑addressable filesystem that accelerates OCI container launch.

    Go
    Auf GitHub ansehen↗3,208
  • 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

    Python
    Auf GitHub ansehen↗15,397
  • fcambus/nginx-resourcesAvatar von fcambus

    fcambus/nginx-resources

    3,780Auf GitHub ansehen↗

    A collection of resources covering Nginx, Nginx Lua, OpenResty and Tengine

    awesomeawesome-listlist
    Auf GitHub ansehen↗3,780
  • fcsonline/drillAvatar von fcsonline

    fcsonline/drill

    2,294Auf GitHub ansehen↗

    Drill is an HTTP load testing application written in Rust

    Rusthttpjmeterperformance
    Auf GitHub ansehen↗2,294
  • fgrehm/vagrant-lxcAvatar von fgrehm

    fgrehm/vagrant-lxc

    1,194Auf GitHub ansehen↗

    LXC provider for Vagrant

    Ruby
    Auf GitHub ansehen↗1,194
  • gofireflyio/aiacAvatar von gofireflyio

    gofireflyio/aiac

    3,794Auf GitHub ansehen↗

    aiac is an AI-powered command line tool designed to translate natural language requests into infrastructure code, DevOps workflows, and system scripts. It operates as a generator that uses large language models to produce cloud provisioning files, configuration files, and executable automation scripts directly from the terminal. The tool features a provider-agnostic model abstraction and a configuration-based routing system, allowing users to switch between different AI backends and discover compatible models. It includes an interactive shell interface for refining generated outputs through i

    Goaiamazon-bedrockchatgpt
    Auf GitHub ansehen↗3,794
  • hashicorp/terraformAvatar von hashicorp

    hashicorp/terraform

    48,720Auf GitHub ansehen↗

    Terraform is a declarative infrastructure-as-code tool designed to manage the lifecycle of cloud and on-premises resources. It functions as a workflow engine that reconciles a defined desired state against real-world infrastructure, using a persistent state-tracking layer to maintain consistency and visibility across distributed environments. By mapping infrastructure components into a directed acyclic graph, the system calculates the optimal order for provisioning, updating, or destroying resources. The platform is distinguished by its extensible plugin-based architecture, which decouples co

    Gocloudcloud-managementgraph
    Auf GitHub ansehen↗48,720
  • hcavarsan/kftrayAvatar von hcavarsan

    hcavarsan/kftray

    1,525Auf GitHub ansehen↗

    kubectl port-forward manager and reverse tunnel (ngrok-like) for exposing local services publicly, with TLS termination, HTTP traffic inspection, UDP forwarding, multi-hop proxy routing through k8s clusters, stateful config via filesystem or git - GUI and TUI available

    Rust
    Auf GitHub ansehen↗1,525
  • http-rs/surfAvatar von http-rs

    http-rs/surf

    1,509Auf GitHub ansehen↗

    Fast and friendly HTTP client framework for async Rust

    Rust
    Auf GitHub ansehen↗1,509
  • inlets/inletsI

    inlets/inlets

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • ionicabizau/github-contributionsAvatar von IonicaBizau

    IonicaBizau/github-contributions

    1,335Auf GitHub ansehen↗

    Ensure you configured NPM and NodeJS not to require sudo when installing packages globally.

    HTML
    Auf GitHub ansehen↗1,335
  • jstrace/chartJ

    jstrace/chart

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • kanisterio/kanisterAvatar von kanisterio

    kanisterio/kanister

    877Auf GitHub ansehen↗

    An extensible framework for application-level data management on Kubernetes, Kanister is a Cloud Native Computing Foundation sandbox project and was originally created by the Veeam Kasten team.

    Gocloud-nativedata-protectiongolang
    Auf GitHub ansehen↗877
  • ktbyers/netmikoAvatar von ktbyers

    ktbyers/netmiko

    4,190Auf GitHub ansehen↗

    Netmiko is a Python library and multi-vendor network automation toolkit that provides a unified interface for managing diverse network hardware. It functions as an SSH CLI connection wrapper, simplifying the process of establishing secure sessions and automating interactions with network devices. The project abstracts vendor-specific connection logic and command syntax through a driver-based system, allowing for consistent automation across different hardware brands. It includes capabilities for device type auto-detection and supports custom vendor extensions to ensure compatibility with unsu

    Python
    Auf GitHub ansehen↗4,190
  • addyosmani/psiA

    addyosmani/psi

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0