Docs

Extensions

Sliprail extensions add commands, settings, windows, and integrations to the desktop launcher. Built-in extensions ship with Sliprail, while published extensions can be installed from the Sliprail Store or a registered GitHub repository.

Browse and Install Extensions

Sliprail Store

Run SliprailStore or open the Store from the website to browse published extensions. Extension pages show the description, developer, README, and GitHub repository when one is available.

Search Extensions

Run SearchExtensions, press Space, and continue typing to filter published extensions. Select a result to open its details page.

GitHub Sources

Sliprail allows official sources by default. Installing a non-official extension from GitHub requires enabling GitHub under Settings > Extensions > Allowed Sources.

GitHub extensions have not necessarily received an official security review. Only install code from developers and repositories you trust.

Manage Installed Extensions

Open Settings > Extensions to:

  • Enable or disable installed extensions
  • Search the installed extension list
  • Open an extension's settings and command list
  • Enable or disable automatic updates for eligible GitHub extensions
  • Configure cloud sync for extensions that support cloud data
  • Check for extension updates manually
  • Delete non-bundled extensions

Built-in extensions cannot be deleted, but most can be disabled when not needed.

Use Extension Commands

Extension commands use the same launcher interaction as built-in commands:

  1. Open the desktop launcher
  2. Search for the command
  3. Press Enter to run it, or press Space when the command accepts a parameter or provides a sub-list

Local Development

Enable Developer Mode in Settings > Extensions to access Load Unpacked Extension, Install from ZIP, and Reload Extensions. Local extensions still require a registered extension ID in manifest.json.

See the Developer Overview for extension project and publishing details.