Track your media progression and organize your collections.
Catalog and manage your movies, series, anime, manga, and video games, 100% offline.
Logia is a 100% offline desktop application for tracking your progression across all your media. No account, no cloud, no external API: your data stays on your machine, in a local SQLite database.
Built for people who consume varied media (movies, series, anime, manga, video games) and want a single place to track, rate, and analyze everything.
- Create unlimited collections with custom names, icons, and colors
- Each collection has configurable labels (creator, date, progression unit, etc.)
- Fully user-driven: no predefined collections, you build your own library from scratch
- 100% manual entry: no dependency on any external API
- Progress status: Not Started, In Progress, On Hold, Completed, Abandoned
- Media status: Upcoming, Ongoing, Hiatus, Completed, Cancelled, Abandoned
- Track both independently for granular organization
- Full-text search (FTS5) across title, creator, and synopsis/review
- Advanced filtering by status, collection, rating, and date
- Multi-criteria sorting
- Two view modes: grid and list
- Synopsis and review written with a Markdown editor (Gravity UI)
- Customizable progression tracking (chapters, episodes, hours, percent, etc.)
- Experience entries: track multiple experiences per media with date, version (e.g. Director's Cut, 1.0), and language (with flag indicators)
- Genre tagging system
- 100-point rating scale
- Similar media detection based on shared genres
- Breakdown by status and collection
- Rating distribution
- Per-collection averages
- Best and worst rated media
- Filters by collection and time period
- 5 themes: Nebula, Midnight, Ember, Forest, Arctic
- 4 card densities: Compact, Normal, Large, Detailed
- Window button styles: Windows, macOS, Hybrid
- Toggleable interface animations
- Available in English and French
- Text export: Markdown, CSV, TSV
- Configurable columns, delimiter, and rating scale
- Filter by collection or export all
- ZIP backup (3 levels):
- Database only (collections, settings)
- Database + media images
- Full backup (database + images + attachments)
- ZIP import: overwrite or merge with skip-duplicates option
- CSV import: column mapping, status mapping, auto-create collections and genres, configurable rating scale
- Profile merge: import data from another profile with skip-duplicates option
- Multiple profiles with independent databases per profile
- Per-profile password protection
- Keyboard shortcuts
- Integrated notification system
- Configurable storage directory
| Dashboard | Library |
|---|---|
![]() |
![]() |
| Media Detail | Statistics |
|---|---|
![]() |
![]() |
| Personalization | Settings |
|---|---|
![]() |
![]() |
Visit the Releases page and download the installer for your platform:
| Platform | File |
|---|---|
| Windows | Logia_x.x.x_x64-setup.exe (NSIS) or Logia_x.x.x_x64_en-US.msi |
| macOS | (untested - Tauri supports macOS) |
| Linux | (untested - Tauri supports Linux) |
Prerequisites:
# Clone the repo
git clone https://github.com/Cosmiir/logia.git
cd logia
# Install dependencies
npm install
# Run in development
npm run tauri dev
# Build for production
npm run tauri build| Layer | Technology |
|---|---|
| Frontend | React 19 + TypeScript + TailwindCSS 4 |
| Backend | Tauri 2.10 (Rust) |
| Database | SQLite (WAL + FTS5) |
| State | Zustand 5 + TanStack Query 5 |
| Animations | Framer Motion 11 |
Distributed under the MIT License. See LICENSE for details.
Copyright (c) 2026 Cosmiir
Logia is free and open source. If you find the project useful and want to support its development:





