https://github.com/anthony-mariotti/whendarr
Whendarr is an open source, self hosted calendar that aggregates release data from *arr services into a simple monthly interface.
https://github.com/anthony-mariotti/whendarr
api-aggregation arr-stack calendar docker fastify media-server plex plex-server pnpm radarr radarr-api release-tracker self-hosted shadcn-ui sonarr sonarr-api tailwindcss
Last synced: 12 days ago
JSON representation
Whendarr is an open source, self hosted calendar that aggregates release data from *arr services into a simple monthly interface.
- Host: GitHub
- URL: https://github.com/anthony-mariotti/whendarr
- Owner: anthony-mariotti
- License: agpl-3.0
- Created: 2026-02-25T07:01:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-02T05:03:15.000Z (12 days ago)
- Last Synced: 2026-05-02T06:30:54.984Z (12 days ago)
- Topics: api-aggregation, arr-stack, calendar, docker, fastify, media-server, plex, plex-server, pnpm, radarr, radarr-api, release-tracker, self-hosted, shadcn-ui, sonarr, sonarr-api, tailwindcss
- Language: TypeScript
- Homepage: https://docs.whendarr.com
- Size: 758 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Whendarr
Public-friendly calendar for private media libraries.
Whendarr is an open source, self hosted calendar that aggregates release data from *arr services into a simple monthly interface.
## Docker Tags
| Tag | Description |
| -------- | --------------------------------------------------- |
| `latest` | Stable Release (requires external redis/valkey) |
| `next` | Latest Pre-Release (requires external redis/valkey) |
```bash
# Stable
docker pull ghcr.io/anthony-mariotti/whendarr:latest
# Beeding Edge
docker pull ghcr.io/anthony-mariotti/whendarr:next
```
## Logging
**Docker** - Checking the service running in its container
```bash
docker logs whendarr
docker logs whendarr-redis # or valkey
```
## Contributing
Want to help contribute, but not sure how to code or just want to participate in the coding process?
- Submit a bug report
- Propose new features
- Help translate the project on [Crowdin](https://crowdin.com/project/whendarr)
Read contributing guide: [https://docs.whendarr.com/contribute](https://docs.whendarr.com/contribute)
## Development Setup
More detailed setup process can be found at [https://docs.whendarr.com/contribute/develop/setup](https://docs.whendarr.com/contribute/develop/setup)
### Tooling
- [NodeJS](https://nodejs.org/en/download)
- [VSCode](https://code.visualstudio.com/download)
- [Docker](https://www.docker.com/products/docker-desktop/)
- [PNPM](https://pnpm.io/installation)
## Current Roadmap
The roadmap is available on [https://docs.whendarr.com/roadmap](https://docs.whendarr.com/roadmap)
Check the [issues](https://github.com/anthony-mariotti/whendarr/issues) for things to work on.