awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Extensibility Frameworks · Awesome GitHub Repositories

6 repos

Awesome GitHub RepositoriesExtensibility Frameworks

Tools for building custom nodes and integrations.

Explore 6 awesome GitHub repositories matching development tools & productivity · Extensibility Frameworks. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Developer Utilities & Libraries
  4. Extensibility Frameworks

Awesome Extensibility Frameworks GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • microsoft/vscode

    microsoft/vscode

    181,912GitHubView on GitHub↗

    This project is a cross-platform code editor designed for software development, offering a comprehensive suite of tools for text editing, workspace management, and task automation. It includes native support for version control, an integrated terminal, and a flexible task runner that allows for the execution of build,

    Maintains isolated execution environments that securely run third-party extensions across local, remote, and web-based runtimes.

    TypeScripteditorelectronmicrosoft
  • n8n-io/n8n

    n8n-io/n8n

    175,396GitHubView on GitHub↗

    n8n is a workflow automation platform that combines a visual interface with code-based extensibility to design, orchestrate, and manage automated processes. It provides a comprehensive suite of tools for data transformation, filtering, and storage, allowing users to build complex logic through conditional branching, lo

    Offers an extensible framework for developers to create custom nodes and integrate unique functionality into the platform.

    TypeScriptaiapisautomation
  • open-webui/open-webui

    open-webui/open-webui

    124,362GitHubView on GitHub↗

    This project provides a web-based interface for interacting with artificial intelligence models, featuring a multi-modal chat environment that supports file uploads, web search, and voice interaction. It includes a workspace for rich-text drafting and collaborative channels for real-time interaction between users and m

    Standardizes function chaining through an interoperable API layer that enables seamless data processing and tool execution across workflows.

    Pythonaillmllm-ui
  • tauri-apps/tauri

    tauri-apps/tauri

    102,979GitHubView on GitHub↗

    Tauri is a cross-platform framework for building desktop applications that combine web-based user interfaces with a memory-safe systems-language backend. It functions as a secure runtime that hosts web content within native windowing containers, allowing developers to leverage existing web technologies while maintainin

    Provides a modular architecture that allows developers to inject custom backend logic and bridge native interfaces.

    Rustdesktop-apphigh-performancemobile-app
  • pytorch/pytorch

    pytorch/pytorch

    97,601GitHubView on GitHub↗

    PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array operations across both CPU and accelerator hardware. It provides a foundational infrastructure for mathematical computation and dynamic neural network construction, utilizing a tape-based automatic diffe

    Registers custom user-defined operators to ensure seamless integration with automatic differentiation and compilation pipelines.

    Pythonautograddeep-learninggpu
  • neovim/neovim

    neovim/neovim

    96,615GitHubView on GitHub↗

    Neovim is a text editing environment designed for extensibility and performance. It provides a core engine for text manipulation, multi-window management, and complex editing commands, while maintaining compatibility with existing paradigms. The project features a stable interface that allows external clients to intera

    Facilitates external process communication and plugin automation by exposing a message-based interface for remote control and integration.

    Vim Scriptapiclua

Explore sub-tags

  • Custom Operator InterfacesMechanisms for registering and integrating user-defined mathematical operations into the core computation and differentiation pipelines.
  • Extension HostsIsolated environments for running third-party extensions.
  • LLM Tool PluginsPlugins that provide models with external capabilities.
  • Pipeline Processing FrameworksStandardized APIs for chaining and interoperable processing of data or tool functions.
  • Plugin SystemsModular architectures for extending core functionality via standardized interfaces.
  • Remote Procedure Call APIsInterfaces for external process communication and plugin automation.