-
Notifications
You must be signed in to change notification settings - Fork 0
Windows Installation
Censorarr can run natively on Windows 11 x64. Docker is not required for the Windows build.
Go to the Censorarr Releases page and download:
Censorarr-Setup-X.Y.Z.exe
The latest release is available at:
https://github.com/leestow/Censorarr/releases/latest
The Windows installer is built automatically from the same Censorarr source as the Docker/Synology version and is smoke-tested by GitHub Actions before it is attached to the release.
| Item | Location |
|---|---|
| Censorarr application | C:\Program Files\Censorarr |
| Configuration and state | C:\ProgramData\Censorarr\config |
| Work files | C:\ProgramData\Censorarr\work |
| Whisper model cache | C:\ProgramData\Censorarr\config\models |
| Windows launcher log | C:\ProgramData\Censorarr\logs\windows-launcher.log |
| Web interface | http://127.0.0.1:8087 |
FFmpeg and FFprobe are bundled with the application.
- Run
Censorarr-Setup-X.Y.Z.exe. - Windows may ask for administrator approval because the application is installed under Program Files.
- Choose whether you want a desktop shortcut.
- Leave Start Censorarr automatically when I sign in enabled if you want Censorarr to run after Windows sign-in.
- Finish Setup and leave Open Censorarr checked.
Censorarr opens in your browser at:
http://127.0.0.1:8087
Complete the Setup Wizard just like Docker/Synology users, with one important difference: use real Windows paths instead of /media and /tv.
Examples:
D:\Movies
E:\TV Shows
M:\Movies
\\NAS\Media\Movies
Use the Browse... button beside the Movies and TV folder fields. Native Windows browsing supports local drives, mapped drives, and reachable UNC network paths.
Start with:
- Dry Run enabled
- a small test folder or small media set
- local CPU transcription first, or configure the remote GPU Worker if desired
- optional Plex/Radarr/Sonarr/Bazarr integrations only after the core scan works
Censorarr normally runs as the signed-in Windows user, not as LocalSystem. This lets it use the same mapped drives and authenticated network shares that the user can access.
If a network path works in File Explorer but not in Censorarr:
- Confirm Censorarr is running under the same Windows account.
- Prefer a UNC path such as
\\SERVER\Share\Moviesif a mapped drive is unavailable after sign-in. - Confirm the Windows account has read/write permission if Apply mode will modify media.
- Restart Censorarr after changing credentials or mappings.
The Windows installer supports:
- Local CPU faster-whisper transcription.
- Remote GPU transcription through the optional Censorarr GPU Worker.
- Auto mode when configured to fall back to local CPU.
Local Whisper models are cached under:
C:\ProgramData\Censorarr\config\models
Download the newer installer from GitHub Releases and run it over the existing installation.
The application files under Program Files are replaced, while persistent Censorarr data under C:\ProgramData\Censorarr remains in place.
After updating, open the Dashboard and confirm the displayed Censorarr version and normal processing status.
Use Settings -> Apps -> Installed apps in Windows and uninstall Censorarr.
The installer removes the application. Persistent configuration/data under C:\ProgramData\Censorarr may be kept so it is not accidentally destroyed. If you want a completely clean removal, back up anything you need and remove that directory manually after uninstalling.
Censorarr Wiki
- Home
- Quick Start
- Windows
- Native Linux
- Synology Container Manager
- Docker / Linux
- Setup Wizard
- Media & Permissions
- Transcription & GPU Worker
- Plex
- Radarr & Sonarr
- Bazarr & Subtitles
- Profanity & Detection
- CLEAN Audio & Safety
- Scheduling & Notifications
- Updating
- Troubleshooting
- Configuration Reference
- Security & Secrets