decky plugin for the Steam Deck to download rom files from RomM
  • Python 62.2%
  • TypeScript 36.7%
  • Just 0.7%
  • JavaScript 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-20 23:56:35 +03:00
.vscode init 2026-09-20 23:16:49 +03:00
assets init 2026-09-20 23:16:49 +03:00
defaults init 2026-09-20 23:16:49 +03:00
screenshots update readme 2026-09-20 23:44:29 +03:00
src init 2026-09-20 23:16:49 +03:00
.gitignore init 2026-09-20 23:16:49 +03:00
decky.pyi init 2026-09-20 23:16:49 +03:00
Justfile create separate recipes for building and pushing 2026-09-20 23:22:43 +03:00
LICENSE update LICENSE 2026-09-20 23:22:03 +03:00
main.py change random LLM-generated hyphens that are not really hyphens 2026-09-20 23:56:35 +03:00
package.json init 2026-09-20 23:16:49 +03:00
plugin.json init 2026-09-20 23:16:49 +03:00
pnpm-lock.yaml init 2026-09-20 23:16:49 +03:00
README.md add login instructions 2026-09-20 23:51:12 +03:00
rollup.config.js init 2026-09-20 23:16:49 +03:00
tsconfig.json init 2026-09-20 23:16:49 +03:00

DeckyRomM

Install

Download from the latest release.

How to Log In

Server url is the url where your RomM instance is located. It could be your local home network (i.e. http://192.168.0.x:8080) or hosted somewhere on the VPS (i.e. https://romm.example.com).

For device code, you will need to create a client token in the romm dashboard.

Go to Profile -> Client API Tokens -> Create. Specify your token's name, expiration date and scopes.

Required scopes include me.read, platforms.read, roms.read.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4