Skip to content
aleksey-hoffman edited this page May 17, 2026 · 5 revisions

Home

Documentation for building extensions for Sigma File Manager.

Overview

An extension is a package with a root package.json manifest. Most API extensions use TypeScript, set "type": "module", and compile to dist/index.js; theme-only and icon-theme-only extensions can be manifest-only.

Extensions can be installed locally or uploaded to Extensions Store and become available to everyone.

Links

Resource Link
Extensions Store sfm-marketplace
Templates sfm-extension-template
API @sigma-file-manager/api
Lucide icons (for UI) lucide.dev/icons

Continue

Next: Getting Started

Clone this wiki locally