Drop-OSS

Drop-OSS

Official

Docker app from saetron's Repository

Overview

Drop is an open-source game distribution platform, similar to GameVault or Steam. It's designed to distribute and share DRM-free games quickly, all while being incredibly flexible, beautiful, and fast.

Drop

Website Docs Static Badge GitHub License Discord Open Collective Weblate project translated

Drop is an open-source game distribution platform, similar to GameVault or Steam. It's designed to distribute and share DRM-free games quickly, all while being incredibly flexible, beautiful, and fast.

Drop Screenshot

Philosophy

  1. Drop is flexible. While abstractions and interfaces can complicate the codebase, the flexibility is worth it.
  2. Drop is secure. The nature of Drop means an instance can never be accessible without authentication. In line with #1, Drop also supports a huge variety of authentication mechanisms, from username/password to SSO.
  3. Drop is user-friendly. The interface is designed to be clean and simple to use, with advanced features available to users who want them.

Deployment

See our documentation on how to deploy Drop for more information.

Contributing

Please see the in-depth contributing guide. The guide includes information on how to set up the project, how to contribute code, how to report issues, and even how to effectively translate Drop.

Drop Translation Progress

Install Drop-OSS on Unraid in a few clicks.

Find Drop-OSS in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Drop-OSS Review the template variables and paths Click Install

Related apps

Explore more like this

Explore all

Details

Repository
ghcr.io/drop-oss/drop:0.4.0-rc-5
Last Updated2026-07-21
First Seen2026-07-20

Runtime arguments

Web UI
http://[IP]:[PORT:3000]/
Network
bridge
Shell
sh
Privileged
false

Template configuration

DATABASE_URLVariable
Default
postgres://drop:drop@postgres:5432/drop
Value
postgres://drop:drop@postgres:5432/drop
EXTERNAL_URLVariable

Customise if accessing from another computer or behind a reverse proxy

Default
http://localhost:3000
Value
http://localhost:3000
ConfigPathrw

Core application data.

Target
/data
Default
/mnt/user/appdata/drop
Value
/mnt/user/appdata/drop
GamesPathrw

Games directory.

Target
/library
Default
/mnt/user/games
Value
/mnt/user/games
WebUIPorttcp

Web interface port.

Target
3000
Default
3000
Value
3000