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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to allegro/ralph

Open-source alternatives to Ralph

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

  • glpi-project/glpiglpi-project avatar

    glpi-project/glpi

    5,614View on GitHub↗

    GLPI is an open-source IT asset management platform and helpdesk ticketing system. It provides a centralized engine for handling incidents and service requests with structured workflows, SLA tracking, and service catalog integration, while also managing the full lifecycle of IT assets including hardware, software, and inventory tracking. The platform distinguishes itself through agentless network discovery that scans networks and collects inventory data from devices without requiring installed agents, and a plugin-based modular architecture that extends core functionality through a community-

    PHPasset-managerassets-managementcmdb
    View on GitHub↗5,614
  • grokability/snipe-itgrokability avatar

    grokability/snipe-it

    13,429View on GitHub↗

    Snipe-IT is an open-source, web-based inventory management system designed to track organizational assets and digital resources. It functions as a centralized platform for maintaining detailed records of hardware, software licenses, and equipment assignments, providing a structured environment for managing company resources. The system specializes in hardware lifecycle tracking, covering the entire journey of physical equipment from initial procurement and deployment to maintenance, repairs, and eventual retirement. It also includes dedicated functionality for software license compliance, all

    PHPasset-managementasset-managerassets-management
    View on GitHub↗13,429
  • racktables/racktablesRackTables avatar

    RackTables/racktables

    806View on GitHub↗

    RackTables current development repository

    PHP
    View on GitHub↗806
  • opendcim/opendcimopendcim avatar

    opendcim/openDCIM

    359View on GitHub↗

    An open source (GPL v3) Data Center Inventory Management (DCIM) application.

    PHP
    View on GitHub↗359

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • apache/airflowapache avatar

    apache/airflow

    45,902View on 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
    View on GitHub↗45,902
  • aws/aws-cliaws avatar

    aws/aws-cli

    17,059View on 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
    View on GitHub↗17,059
  • aliyuncontainerservice/log-pilotAliyunContainerService avatar

    AliyunContainerService/log-pilot

    1,433View on GitHub↗

    Collect logs for docker containers

    Go
    View on GitHub↗1,433
  • clusto/clustoclusto avatar

    clusto/clusto

    292View on GitHub↗

    Clusto is a cluster management tool. It helps you keep track of your inventory, where it is, how it's connected, and provides an abstracted interface for interacting with the elements of the infrastructure.

    Python
    View on GitHub↗292
  • antoniorodr/cronboardantoniorodr avatar

    antoniorodr/cronboard

    1,395View on GitHub↗

    A terminal-based dashboard for managing cron jobs locally and on servers.

    Pythonclicroncron-job
    View on GitHub↗1,395
  • cobbler/cobblercobbler avatar

    cobbler/cobbler

    2,759View on GitHub↗

    Cobbler is a versatile Linux deployment server

    Python
    View on GitHub↗2,759
  • containous/traefikcontainous avatar

    containous/traefik

    63,656View on 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
    View on GitHub↗63,656
  • creatuity/magento2-interceptorscreatuity avatar

    creatuity/magento2-interceptors

    136View on GitHub↗

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

    PHP
    View on GitHub↗136
  • dcos/dcosdcos avatar

    dcos/dcos

    2,353View on GitHub↗

    DC/OS - The Datacenter Operating System

    Python
    View on GitHub↗2,353
  • derailed/k9sderailed avatar

    derailed/k9s

    33,983View on 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
    View on GitHub↗33,983
  • donnemartin/sawsdonnemartin avatar

    donnemartin/saws

    5,307View on 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
    View on GitHub↗5,307
  • brandonweiss/dischargebrandonweiss avatar

    brandonweiss/discharge

    647View on GitHub↗

    ⚡️ A simple, easy way to deploy static websites to Amazon S3.

    JavaScriptawsaws-s3deployment
    View on GitHub↗647
  • docker/docker-pydocker avatar

    docker/docker-py

    7,184View on 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
    View on GitHub↗7,184
  • ethan3600/magento2-cronjobmanagerEthan3600 avatar

    Ethan3600/magento2-CronjobManager

    364View on GitHub↗

    EthanYehuda_CronJobManager

    PHP
    View on GitHub↗364
  • fastly/fastly-magento2fastly avatar

    fastly/fastly-magento2

    156View on GitHub↗

    Thank you for using the "Fastly CDN module for Magento2" (Fastly_Cdn).

    PHP
    View on GitHub↗156
  • fizzadar/pyinfraFizzadar avatar

    Fizzadar/pyinfra

    5,793View on 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
    View on GitHub↗5,793
  • ganeti/ganetiganeti avatar

    ganeti/ganeti

    574View on GitHub↗

    Ganeti is a virtual machine cluster management tool built on top of existing virtualization technologies such as Xen or KVM and other open source software.

    Python
    View on GitHub↗574
  • gkaindl/rfm12b-linuxgkaindl avatar

    gkaindl/rfm12b-linux

    114View on GitHub↗

    A Linux kernel SPI-driver for the RFM12B and RFM69CW RF modules by HopeRF

    C
    View on GitHub↗114
  • globaldatanet/aws-firewall-factoryglobaldatanet avatar

    globaldatanet/aws-firewall-factory

    256View on GitHub↗

    Enhance the security of your web applications effortlessly with AWS Firewall Factory. Safeguard your valuable assets through seamless WAF deployment, updates, and staging, all centrally managed with AWS Firewall Manager.

    TypeScript
    View on GitHub↗256
  • digitalocean/netboxdigitalocean avatar

    digitalocean/netbox

    20,870View on GitHub↗

    NetBox is a network infrastructure source of truth, acting as a centralized database for modeling and documenting the intended state of network devices, IP addresses, and cabling. It functions as a data center infrastructure management tool, an IP address management system, and a network automation platform. The system provides a programmable interface and a validated data model designed to drive external network configuration and provisioning tools. It enables the maintenance of records for network circuits, devices, and logical connections with full change auditing. Capabilities include ne

    Python
    View on GitHub↗20,870
  • graylog2/graylog2-serverGraylog2 avatar

    Graylog2/graylog2-server

    8,066View on 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
    View on GitHub↗8,066
  • bencherdev/bencherbencherdev avatar

    bencherdev/bencher

    856View on GitHub↗

    🐰 Bencher - Continuous Benchmarking

    Rustbenchmarkbenchmarkingcd
    View on GitHub↗856
  • jetsonhacksnano/buildkernelandmodulesJ

    JetsonHacksNano/buildKernelAndModules

    0View on GitHub↗
    View on GitHub↗0
  • jlesage/docker-firefoxjlesage avatar

    jlesage/docker-firefox

    2,478View on GitHub↗

    Docker container for Firefox

    Shell
    View on GitHub↗2,478
  • jupyterhub/jupyterhubjupyterhub avatar

    jupyterhub/jupyterhub

    8,308View on 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
    View on GitHub↗8,308
  • ansible/ansibleansible avatar

    ansible/ansible

    68,968View on 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
    View on GitHub↗68,968