https://github.com/steamdeckhomebrew/decky-plugin-database
Decky Plugin Database. PR your plugins to this repository to have them added to the store!
https://github.com/steamdeckhomebrew/decky-plugin-database
database decky steam steamdeck store
Last synced: 11 months ago
JSON representation
Decky Plugin Database. PR your plugins to this repository to have them added to the store!
- Host: GitHub
- URL: https://github.com/steamdeckhomebrew/decky-plugin-database
- Owner: SteamDeckHomebrew
- License: agpl-3.0
- Created: 2022-06-22T19:01:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-01T15:18:34.000Z (12 months ago)
- Last Synced: 2025-06-02T11:08:52.558Z (11 months ago)
- Topics: database, decky, steam, steamdeck, store
- Language: Shell
- Homepage: https://plugins.deckbrew.xyz
- Size: 683 KB
- Stars: 251
- Watchers: 9
- Forks: 130
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Decky Plugin Database [](https://deckbrew.xyz/discord)
**This repository exists solely for developers to submit plugins**
Use the built-in [Plugin Store](https://wiki.deckbrew.xyz/en/user-guide/plugin-store) to download and install plugins.
## Submit your plugin
**For plugin developers submitting their plugin for the first time, please consult the wiki page on [submitting your plugin](https://wiki.deckbrew.xyz/en/plugin-dev/submitting-plugins).**
This README provides a good resource for the simple git related and a few other items, but the wiki has the rest of the information you'll need.
To submit a plugin to Decky's plugin store, open a pull request adding your plugin as a submodule (take a look at [#189](https://github.com/SteamDeckHomebrew/decky-plugin-database/pull/189) for example).
Don't forget to bump your version number in package.json.
If you are not sure how to make a submodule, please reference the [git docs](https://git-scm.com/book/en/v2/Git-Tools-Submodules) on submodules.
Once you have your submodule added, in order to update it,
change directories to ``plugins/your-plugin`` and run ``git submodule update --init``.
This should update your plugin to the latest version.
Please make sure your plugin is compliant with the pull-request template's steps.
Plugins found to be out of compliance will not be accepted.
If your plugin does not meet any of the criteria for utilizing a custom backend, then it only requires testing against Stable and Beta SteamOS Update Channels.