awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to nvidia/enroot

Open-source alternatives to Enroot

30 open-source projects similar to nvidia/enroot, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Enroot alternative.

  • rapidsai/cudfrapidsai 的头像

    rapidsai/cudf

    9,672在 GitHub 上查看↗

    cuDF is a GPU-accelerated dataframe library and data processing engine designed for manipulating and analyzing large tabular datasets. It provides a high-level API for executing filtering, joining, and aggregating operations directly on GPU hardware. The project integrates the Apache Arrow memory format to enable zero-copy data transfers and includes a just-in-time compiler for executing custom user-defined functions on the GPU. The library features specialized acceleration for existing workflows by redirecting standard Pandas dataframe calls and Polars query plans to a GPU backend. It also p

    C++
    在 GitHub 上查看↗9,672
  • novnc/novncnovnc 的头像

    novnc/noVNC

    13,797在 GitHub 上查看↗

    noVNC is an HTML5 remote desktop viewer and VNC web client that allows users to access and control remote desktops, virtual machines, and containers through a web browser. It functions as a remote desktop management tool that integrates the VNC protocol to enable remote server administration without the need for a dedicated client application. The project includes a VNC WebSocket proxy that translates binary VNC network traffic into WebSockets to bypass browser restrictions on direct TCP connections. This proxy service supports bridging connections to multiple remote servers by listening on v

    JavaScriptarraybufferhtmlhtml-canvas
    在 GitHub 上查看↗13,797
  • maas/maasmaas 的头像

    maas/maas

    484在 GitHub 上查看↗

    Official MAAS repository. Bugs are tracked on Launchpad: https://bugs.launchpad.net/maas

    Python
    在 GitHub 上查看↗484
  • portainer/portainerportainer 的头像

    portainer/portainer

    37,740在 GitHub 上查看↗

    Portainer is a unified infrastructure management platform that provides a centralized control plane for deploying, monitoring, and managing containerized applications. It functions as an orchestration-abstraction layer, translating user actions into platform-specific API calls to maintain consistency across diverse container runtimes and cluster technologies. By organizing users, teams, and resources into a single interface, it enables granular role-based access control and lifecycle management for containerized services and stacks. The platform distinguishes itself through its support for di

    TypeScriptdockerdocker-composedocker-container
    在 GitHub 上查看↗37,740

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • schedmd/slurmSchedMD 的头像

    SchedMD/slurm

    4,059在 GitHub 上查看↗

    Slurm is a cluster workload manager and job scheduler designed for high-performance computing environments. It functions as a distributed compute orchestrator that queues and executes large-scale computational tasks across multiple compute nodes in a cluster. The system acts as a resource arbitrator, distributing hardware nodes and processors among concurrent users to prevent resource conflicts and maximize efficiency. It coordinates the simultaneous launch of multiple processes across different physical servers to execute parallel jobs and scientific workloads. The platform covers broad cap

    C
    在 GitHub 上查看↗4,059
  • containous/traefikcontainous 的头像

    containous/traefik

    63,656在 GitHub 上查看↗

    Traefik is a cloud-native load balancer and dynamic reverse proxy designed for microservices traffic routing. It automatically discovers services and generates network routes by listening to infrastructure changes in orchestrators and service registries. The project distinguishes itself through auto-configuring service routing, which eliminates manual configuration by updating routing rules in real time as infrastructure scales. It also provides automated SSL certificate management, utilizing ACME-based automation to request and renew certificates from remote authorities. Additional capabili

    Go
    在 GitHub 上查看↗63,656
  • jlesage/docker-firefoxjlesage 的头像

    jlesage/docker-firefox

    2,478在 GitHub 上查看↗

    Docker container for Firefox

    Shell
    在 GitHub 上查看↗2,478
  • localstack/localstacklocalstack 的头像

    localstack/localstack

    64,423在 GitHub 上查看↗

    LocalStack is an infrastructure development environment that provides a local simulation of cloud services. By leveraging container-orchestrated service lifecycles, it allows developers to build, test, and debug cloud-native applications on their local machines without requiring remote connectivity or incurring cloud provider costs. The platform distinguishes itself through sophisticated traffic redirection and request routing, which intercept cloud service calls at the network layer and redirect them to local handlers. This enables seamless integration with existing development workflows, al

    Pythonawscloudcontinuous-integration
    在 GitHub 上查看↗64,423
  • nvidia/nvidia-dockerNVIDIA 的头像

    NVIDIA/nvidia-docker

    17,496在 GitHub 上查看↗

    NVIDIA Docker is a container runtime wrapper that enables the use of host-level graphics processing units within isolated container environments. It functions as a containerized GPU orchestrator, mapping physical hardware resources into virtualized environments to support high-performance computing and machine learning workloads. The project provides a toolkit that facilitates integration between containerized applications and host-level graphics hardware. By utilizing a pre-start hook to intercept container creation, the runtime injects necessary device drivers and libraries into the isolate

    cudadockergpu
    在 GitHub 上查看↗17,496
  • polyaxon/polyaxonpolyaxon 的头像

    polyaxon/polyaxon

    3,707在 GitHub 上查看↗

    Polyaxon is a Kubernetes-native machine learning orchestration platform and MLOps pipeline orchestrator. It serves as a control plane for managing distributed deep learning workloads, automated machine learning pipelines, and experiment tracking. The platform distinguishes itself through specialized services for distributed training management, including MPI-based coordination for PyTorch and TensorFlow. It provides an automated hyperparameter optimization service utilizing Bayesian, random, and grid search algorithms, alongside managed interactive AI workspaces for launching Jupyter notebook

    MDX
    在 GitHub 上查看↗3,707
  • spotify/luigispotify 的头像

    spotify/luigi

    18,676在 GitHub 上查看↗

    Luigi is a Python framework designed for building and managing complex batch data pipelines. It functions as a workflow orchestration engine that organizes tasks into directed acyclic graphs, ensuring that jobs execute in the correct logical order based on their dependencies. By utilizing a centralized scheduler, the system coordinates task execution across distributed environments, tracks global workflow state, and prevents redundant processing by verifying the existence of output targets before triggering any work. The project distinguishes itself through a robust state-tracking mechanism t

    Pythonhadoopluigiorchestration-framework
    在 GitHub 上查看↗18,676
  • docker/docker-pydocker 的头像

    docker/docker-py

    7,184在 GitHub 上查看↗

    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
    在 GitHub 上查看↗7,184
  • aliyuncontainerservice/log-pilotAliyunContainerService 的头像

    AliyunContainerService/log-pilot

    1,433在 GitHub 上查看↗

    Collect logs for docker containers

    Go
    在 GitHub 上查看↗1,433
  • nvidia/triton-inference-serverNVIDIA 的头像

    NVIDIA/triton-inference-server

    10,756在 GitHub 上查看↗

    Triton Inference Server is a high-performance AI model inference server and multi-framework model runtime designed for deploying machine learning models across cloud, data center, and embedded edge infrastructure. It serves as an execution engine that allows for the concurrent running of models from various frameworks to optimize hardware utilization. The project features a dynamic batching inference engine that groups individual requests into larger batches to increase total processing throughput. It also provides a model ensemble pipeline, which enables the chaining of multiple models toget

    Python
    在 GitHub 上查看↗10,756
  • fizzadar/pyinfraFizzadar 的头像

    Fizzadar/pyinfra

    5,793在 GitHub 上查看↗

    pyinfra is an agentless infrastructure automation framework that turns declarative Python code into idempotent shell commands to manage servers, containers, and local machines over SSH without requiring any pre-installed software on target hosts. It operates by comparing the desired state of a system against its current state, using a dry-run simulation mode to preview changes and a fact-based conditional execution engine to gather host attributes at runtime and control which operations run. The tool compiles Python operations into optimized shell commands and executes them in parallel across

    Python
    在 GitHub 上查看↗5,793
  • graylog2/graylog2-serverGraylog2 的头像

    Graylog2/graylog2-server

    8,066在 GitHub 上查看↗

    Graylog2-server is an open-source centralized log management system and aggregator. It functions as a log analysis platform designed to collect, index, and analyze log data from multiple sources within a centralized searchable index. The system provides capabilities for enterprise log aggregation and infrastructure monitoring. It enables the gathering of logs from various servers and applications to facilitate log data analysis and root cause troubleshooting across a network. The platform utilizes a distributed indexing pipeline and message-queue based ingestion to handle log streams. It inc

    Javaamqpgelfgraylog
    在 GitHub 上查看↗8,066
  • jupyterhub/jupyterhubjupyterhub 的头像

    jupyterhub/jupyterhub

    8,308在 GitHub 上查看↗

    JupyterHub is a multi-user platform for hosting and managing isolated Jupyter notebook server instances on a single system or cluster. It serves as a notebook server orchestrator that spawns and monitors individual computing environments on demand. The system uses a plugin-based spawner interface to launch these environments across diverse infrastructure, including local processes, containers, or cloud clusters. It integrates with external identity providers and supports pluggable authentication to verify user identities and secure access. The framework includes centralized administration to

    Python
    在 GitHub 上查看↗8,308
  • kubeflow/kubeflowkubeflow 的头像

    kubeflow/kubeflow

    15,739在 GitHub 上查看↗

    Kubeflow is a Kubernetes machine learning platform and containerized toolkit designed to orchestrate the entire machine learning lifecycle. It functions as an MLOps workflow orchestrator and infrastructure layer for building, training, and deploying models within containerized environments. The project provides specialized infrastructure for scaling compute resources and managing GPU workloads for large-scale distributed training. It automates the transition of models from experimental development to production through workflow orchestration and model deployment services. The platform covers

    在 GitHub 上查看↗15,739
  • ansible/ansibleansible 的头像

    ansible/ansible

    68,968在 GitHub 上查看↗

    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
    在 GitHub 上查看↗68,968
  • aws/aws-cliaws 的头像

    aws/aws-cli

    17,059在 GitHub 上查看↗

    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
    在 GitHub 上查看↗17,059
  • ari-hacks/terraform-study-guideA

    ari-hacks/terraform-study-guide

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • allegro/ralphallegro 的头像

    allegro/ralph

    2,503在 GitHub 上查看↗

    Ralph is the CMDB / Asset Management system for data center and back office hardware.

    Pythonassets-managementbackofficecmdb
    在 GitHub 上查看↗2,503
  • derailed/k9sderailed 的头像

    derailed/k9s

    33,983在 GitHub 上查看↗

    This project is a terminal-based dashboard for managing Kubernetes clusters. It provides a character-based interface that enables real-time monitoring and interactive control of containerized workloads, allowing users to perform administrative tasks such as scaling deployments, viewing logs, and managing port forwarding directly from the command line. The interface is designed for high-speed navigation, utilizing a keyboard-driven command system that maps input sequences to specific operational actions. It maintains an accurate view of the cluster state through asynchronous event polling, ens

    Gogogolangk8s
    在 GitHub 上查看↗33,983
  • apache/airflowapache 的头像

    apache/airflow

    45,902在 GitHub 上查看↗

    Airflow is a platform for programmatically authoring, scheduling, and monitoring complex data pipelines. It functions as a workflow automation engine that manages the lifecycle of recurring business processes by executing code-defined task dependencies. By representing workflows as directed acyclic graphs, the system ensures that task execution order and data flow are explicitly defined and reliably maintained across distributed computing environments. The platform distinguishes itself through a highly modular, provider-based architecture that decouples core orchestration logic from external

    Pythonairflowapacheapache-airflow
    在 GitHub 上查看↗45,902
  • dcos/dcosdcos 的头像

    dcos/dcos

    2,353在 GitHub 上查看↗

    DC/OS - The Datacenter Operating System

    Python
    在 GitHub 上查看↗2,353
  • dmitrysadovnikov/terraform-starterDmitrySadovnikov 的头像

    DmitrySadovnikov/terraform-starter

    0在 GitHub 上查看↗

    Production-ready Terraform boilerplate for serverless AWS APIs. Complete infrastructure-as-code solution with Lambda, API Gateway, DynamoDB, and S3. Perfect for startups - less than $1/month.

    HCL
    在 GitHub 上查看↗0
  • creatuity/magento2-interceptorscreatuity 的头像

    creatuity/magento2-interceptors

    136在 GitHub 上查看↗

    This component changes the way Magento 2 generates Interceptor classes (a mechanism that allows plugins to work together).

    PHP
    在 GitHub 上查看↗136
  • donnemartin/sawsdonnemartin 的头像

    donnemartin/saws

    5,307在 GitHub 上查看↗

    Saws is an interactive shell wrapper and resource manager for the AWS CLI. It provides a command-line environment designed to enhance the execution of AWS commands through predictive text, resource suggestions, and improved navigation. The tool implements fuzzy searching and case-insensitive autocomplete to accelerate the discovery and selection of cloud resources. It reduces manual entry via a system of command shortcuts and aliases that map short strings to complex commands. The interface includes local caching of resource data to minimize API requests, persistent command history, and the

    Pythonawsaws-clicli
    在 GitHub 上查看↗5,307
  • eliux/serverless-migrate-pluginEliuX 的头像

    EliuX/serverless-migrate-plugin

    7在 GitHub 上查看↗

    Serverless plugin for migrate

    JavaScript
    在 GitHub 上查看↗7
  • anycable/anycable-railsanycable 的头像

    anycable/anycable-rails

    533在 GitHub 上查看↗

    AnyCable for Ruby on Rails applications

    Ruby
    在 GitHub 上查看↗533