No description
Find a file
dependabot[bot] 59c18967cc
ci(deps): bump dessant/label-actions from 3 to 5
Bumps [dessant/label-actions](https://github.com/dessant/label-actions) from 3 to 5.
- [Release notes](https://github.com/dessant/label-actions/releases)
- [Changelog](https://github.com/dessant/label-actions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dessant/label-actions/compare/v3...v5)

---
updated-dependencies:
- dependency-name: dessant/label-actions
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-18 19:57:10 +00:00
.devcontainer New: Bump to .NET 8 2025-09-09 16:56:04 -05:00
.github ci(deps): bump dessant/label-actions from 3 to 5 2025-12-18 19:57:10 +00:00
.vscode New: Bump to .NET 8 2025-09-09 16:56:04 -05:00
distribution chore: update Windows and macOS distribution branding 2025-12-17 18:18:59 -06:00
docker refactor: rename project from Logarr to Aletheia 2025-12-18 09:41:48 -06:00
frontend refactor: rename project from Logarr to Aletheia 2025-12-18 09:41:48 -06:00
Logo Update JetBrains logos 2024-10-29 10:00:57 +02:00
research refactor: rename project from Logarr to Aletheia 2025-12-18 09:41:48 -06:00
schemas add downloadvolumefactor and uploadvolumefactor torznab attributes (#1464) 2016-09-23 21:08:50 +02:00
scripts chore: add pre-commit hooks and CI coverage reporting 2025-12-18 11:13:21 -06:00
src Merge pull request #17 from cheir-mneme/feature/unpackerr 2025-12-18 11:50:53 -06:00
.editorconfig Use 2 spaces indentation for ts/tsx files 2023-07-18 06:50:11 +03:00
.gitattributes Cleanup distribution files 2023-05-14 09:48:12 -05:00
.gitignore Add 'qualitydefinition/limits' endpoint to get size limitations 2025-06-08 10:41:37 +03:00
.yarnrc New: Tooling changes for UI 2019-06-11 22:06:43 -04:00
azure-pipelines.yml chore: updated build images 2025-11-14 23:14:05 +00:00
build.sh fix(build): use pipe delimiter in sed for branch names with slashes 2025-12-18 11:12:40 -06:00
CHANGELOG.md refactor: rename project from Logarr to Aletheia 2025-12-18 09:41:48 -06:00
CLA.md Change Sonarr to Radarr in CLA.md and CONTRIBUTING.md 2017-01-11 22:02:54 -05:00
CODE_OF_CONDUCT.md refactor: rename project from Logarr to Aletheia 2025-12-18 09:41:48 -06:00
CONTRIBUTING.md Merge pull request #16 from cheir-mneme/chore/quality-gates 2025-12-18 11:48:41 -06:00
docs.sh Bump Swashbuckle to 8.1.4 2025-09-09 16:56:04 -05:00
global.json fix: resolve build issues for local development 2025-12-17 20:27:48 -06:00
LICENSE Create LICENSE 2017-09-10 16:10:48 +02:00
package.json Bump postcss to 8.5.6 2025-09-28 21:57:01 -05:00
README.md docs: link README to CONTRIBUTING.md 2025-12-18 11:13:15 -06:00
SECURITY.md refactor: rename project from Logarr to Aletheia 2025-12-18 09:41:48 -06:00
test.sh New: Bump to .NET 8 2025-09-09 16:56:04 -05:00
tsconfig.json Add typescript 2023-04-29 22:47:02 -05:00
yarn.lock chore(deps): bump js-yaml in the npm_and_yarn group across 1 directory 2025-12-18 19:17:03 +00:00

Aletheia

All-in-one media manager for movies, books, and audiobooks.

Overview

Aletheia (from Greek ἀλήθεια - "truth, disclosure") is a unified media management system forked from Radarr. It provides automated monitoring, downloading, and library management for multiple media types through a single interface.

Current Status: Early development. Movie functionality inherited from Radarr is working. Book and audiobook support is planned.

Features

Movies (working):

  • Automated monitoring and quality upgrades
  • Metadata and artwork management
  • Integration with download clients and indexers

Books (planned):

  • EPUB, MOBI, PDF quality tracking
  • Author and series hierarchy
  • Goodreads/Hardcover metadata

Audiobooks (planned):

  • M4B, MP3, FLAC support
  • Narrator tracking and duration metadata
  • Audible metadata integration

General:

  • Usenet and BitTorrent support
  • SABnzbd, NZBGet, qBittorrent, Deluge, rTorrent, Transmission integration
  • Plex and Kodi integration

Privacy

Telemetry and analytics are disabled by default:

  • No usage analytics or behavior tracking
  • No machine fingerprinting
  • Error reporting is opt-in

To enable error reporting, toggle Analytics in Settings → General.

Quick Start

docker run -d \
  --name=aletheia \
  -e PUID=1000 \
  -e PGID=1000 \
  -p 7878:7878 \
  -v /path/to/config:/config \
  -v /path/to/media:/media \
  --restart unless-stopped \
  ghcr.io/cheir-mneme/aletheia:latest

Web interface: http://localhost:7878

Building from Source

Requirements: .NET 8.0 SDK, Node.js 20+, Yarn

git clone https://github.com/cheir-mneme/aletheia.git
cd aletheia
./build.sh --backend --frontend
dotnet run --project src/Radarr

Roadmap

  1. Foundation - Generalize database schema, implement hierarchical monitoring (Author → Series → Item)
  2. Multi-Media - Add book and audiobook quality profiles, port metadata providers
  3. Interface - Unified dashboard with type filters, type-specific detail views

Contributing

Early development phase. See CONTRIBUTING.md for development setup and code guidelines.

License

GNU GPL v3

Aletheia is a derivative of Radarr. Copyright 2010-2025.