Removarr
Removarr allow users to vote for media to be deleted on shared plex library
Install / Use
/learn @Thomas-Philippot/RemovarrREADME
Removarr
Removarr allows users to vote for media to be deleted on a shared media library.
It is built to work with your existing Plex/Jellyfin library.
Features
- Plex integration :
- User authentication
- Enable/Disable libraries
- Jellyfin integration :
- User authentication
- Sonarr integration : list TV Shows from the enabled plex libraries
- Radarr integration : list Movies from the enabled plex libraries
- Display storage information to users
- Mobile support with PWA.
Preview

Installation
Define the removarr service in your compose.yaml as follows:
change
/path/to/configwith your custom directory path
services:
removarr:
container_name: removarr
image: tphilippot/removarr:latest
ports:
- 3000:3000
volumes:
- /path/to/config:/app/config
The starts the service
docker compose up -d
Development Server
Start the development server on http://localhost:3000:
# npm
npm install
npm run dev
# pnpm
pnpm install
pnpm dev
# yarn
yarn install
yarn dev
# bun
bun install
bun run dev
Check out the deployment documentation for more information.
Related Skills
node-connect
340.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.2kCommit, push, and open a PR
