awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesPlugin Registries

Services that manage the lifecycle and discovery of modular software components.

Distinguishing note: Focuses on the registry mechanism for modular extensibility.

Explore 6 awesome GitHub repositories matching software engineering & architecture · Plugin Registries. Refine with filters or upvote what's useful.

Awesome Plugin Registries GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • nextcloud/serverAvatar de nextcloud

    nextcloud/server

    35,797Ver en GitHub↗

    Nextcloud es una plataforma autohospedada diseñada para almacenamiento en la nube privada, sincronización de archivos y espacios de trabajo colaborativos en equipo. Proporciona un conjunto completo de herramientas para la edición de documentos, servicios de groupware como calendarios y contactos, y gestión segura de datos, todo mientras garantiza que los usuarios mantengan el control total sobre su infraestructura y soberanía de datos. La plataforma se distingue por una arquitectura federada descentralizada que permite que instancias de servidor independientes compartan datos de forma segura y colaboren a través de una red. Cuenta con un ecosistema de complementos altamente modular, que permite a los administradores cargar, activar y gestionar dinámicamente aplicaciones de terceros a través de un registro centralizado. Esta extensibilidad está respaldada por un motor de flujo de trabajo basado en eventos y procesamiento de trabajos en segundo plano, que automatizan tareas repetitivas e integran servicios externos sin intervención manual. Más allá del almacenamiento y la colaboración principales, el sistema incluye capacidades administrativas robustas para gestionar cuentas de usuario, estado del sistema y cumplimiento normativo. Ofrece amplias herramientas de línea de comandos para el mantenimiento del servidor, la configuración y el monitoreo del rendimiento, junto con soporte para integrar servicios de aprendizaje automático para manejar tareas como la traducción de idiomas y la conversión de voz a texto. El software se despliega como un entorno autohospedado en Linux, requiriendo configuraciones estándar de servidor web, base de datos y tiempo de ejecución para operar.

    Manages dynamically loaded applications through a central registry to enable extensible system functionality.

    PHPcloudcollaborationdecentralized
    Ver en GitHub↗35,797
  • verdaccio/verdaccioAvatar de verdaccio

    verdaccio/verdaccio

    17,699Ver en GitHub↗

    Verdaccio is a registry server that implements the npm protocol to store, serve, and manage software dependencies. It functions as a private registry proxy for Node.js packages, allowing organizations to host internal packages while caching public modules. The system features a pluggable middleware architecture that enables the extension of registry behavior through custom plugins for authentication and storage backends. It supports scalable remote data management by offloading package files to S3-compatible object stores. The platform covers package lifecycle management, including publishin

    Features a pluggable middleware architecture to extend registry behavior via custom plugins for authentication and storage.

    TypeScriptdockerhelmhelm-charts
    Ver en GitHub↗17,699
  • vim-syntastic/syntasticAvatar de vim-syntastic

    vim-syntastic/syntastic

    11,223Ver en GitHub↗

    Syntastic is a syntax checking plugin for Vim that integrates external command line linting tools to identify and highlight code errors in real time. It functions as an external linter integrator and multi-language linter wrapper, allowing users to run automated code verification across various programming languages within the editor. The system is distinguished by its ability to chain multiple external syntax checkers for a single file type and merge their results into a single unified error collection. It provides an interface to manage these findings through the Vim location list, enabling

    Includes a registry for loading external checker definitions from a directory to extend language support.

    Vim script
    Ver en GitHub↗11,223
  • falcosecurity/falcoAvatar de falcosecurity

    falcosecurity/falco

    8,670Ver en GitHub↗

    Falco is an eBPF runtime security monitor and cloud native detection engine that identifies abnormal behavior and security threats across hosts and containers. It functions as a Linux kernel event auditor, capturing system calls and kernel events in real-time to detect malicious activity. The system distinguishes itself through a rule-based threat detection model that evaluates system activity against a library of community-maintained rules and custom security definitions. It enriches raw kernel events with container and Kubernetes metadata to provide observability into isolated environments

    Integrates plugins from OCI registries to enable specialized monitoring for infrastructure logs.

    C++cloud-nativecncfcncf-project
    Ver en GitHub↗8,670
  • kubernetes-sigs/krewAvatar de kubernetes-sigs

    kubernetes-sigs/krew

    6,898Ver en GitHub↗

    Krew is a command-line extension manager and cross-platform plugin installer designed specifically for the kubectl ecosystem. It functions as a package manager that allows users to discover, install, and update community-driven extensions to add new capabilities to the Kubernetes command line interface. The project utilizes a manifest-based distribution system where YAML files map binaries to specific operating systems and architectures. This ensures secure deployment through the use of checksums for integrity verification and enables the hosting of both public and private plugin registries.

    Uses a Git repository as a version-controlled registry for plugin discovery and community contributions.

    Gok8s-sig-clikubectlkubectl-plugins
    Ver en GitHub↗6,898
  • huibq/keep-aliveAvatar de Huibq

    Huibq/keep-alive

    6,307Ver en GitHub↗

    Keep Alive is a cross-platform music streaming framework that aggregates free online music from multiple source providers through an extensible plugin system. It is designed to stream high-quality audio up to 320kbps across desktop and mobile applications by loading external plugins that handle source fetching and playback control. The project distinguishes itself with a plugin-based architecture that decouples music source fetching from the player, allowing third-party music players to integrate and access tracks through interchangeable source links. A dynamic plugin registry enables runtime

    Ships a dynamic plugin registry that discovers and loads music source plugins at runtime for hot-swappable streaming.

    JavaScript
    Ver en GitHub↗6,307
  1. Home
  2. Software Engineering & Architecture
  3. Plugin Registries

Explorar subetiquetas

  • DynamicRuntime plugin discovery systems that load and manage plugins from configurable directories for hot-swappable functionality. **Distinct from Plugin Registries:** Distinct from Plugin Registries: focuses on runtime discovery and hot-swapping from local directories rather than general lifecycle management.
  • Registry MiddlewarePluggable logic for extending the behavior of a package registry server. **Distinct from Plugin Registries:** Specifically targets the request-handling pipeline of a registry rather than a general plugin registry service.