Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 594 Bytes

plugin-dev.md

File metadata and controls

20 lines (11 loc) · 594 Bytes

Get Started

Welcome to the comprehensive guide to plugin development in Flow Launcher.

Types of plugin implementation

While Flow Launcher is written in C#, plugins can be written natively or in other languages.

Natively (no integration needed)

Using JSON-RPC

For other languages, Flow launcher communicates with the plugin via JSON-RPC.

Currently supported languages are: