Software Engineering KB

Home

❯

05 Software Design and Architecture

❯

02 Architectural Patterns

❯

01 Concept

❯

Plugin Architecture

Plugin Architecture

Feb 10, 20261 min read

  • architecture
  • plugin

Plugin Architecture

← Back to Other Architectural Styles

Core system plus extensible plugins. A minimal core provides the essential framework, while plugins add functionality through well-defined extension points. Used in IDEs, browsers, WordPress, and many other extensible systems.

Key Properties

  • Plugin Interface
  • Core and Extensions
  • Dynamic Loading

Related

  • Open-Closed Principle (open for extension)
  • Strategy (plugins as strategies)

architecture plugin


Graph View

  • Plugin Architecture
  • Key Properties
  • Related

Backlinks

  • Open-Closed Principle
  • Other Architectural Styles

Created with Quartz v4.5.2 © 2026

  • GitHub