1 unstable release

0.1.0 Mar 2, 2026

#1 in #magic-byte

Apache-2.0

2KB

Infolyt

Complete filesystem intelligence — index, analyse, organise.

CI License Crates.io Discord

What is Infolyt?

Infolyt is a fast, cross-platform file intelligence tool. It indexes every file on your system, detects true file types via magic bytes, computes content hashes, finds duplicates, and generates smart organisation recommendations.

Features

  • ⚡ Scans 500,000+ files/minute using parallel processing
  • 🔍 True file type detection via magic bytes (not extensions)
  • 🔐 Multi-tier hashing: XXH3 partial → BLAKE3 full
  • 🧠 Intelligent organisation recommendations
  • 🗂️ Safe quarantine-before-delete workflow
  • 🖥️ Native GUI (Tauri) + full-featured CLI
  • 🌍 Cross-platform: Windows, macOS, Linux

Quick Start

```bash

Install

cargo install infolyt

Scan your home directory

infolyt scan ~/

Find duplicates

infolyt duplicates list

Get organisation recommendations

infolyt recommend ```

License *

Apache 2.0 — see LICENSE. Infolyt Pro is available under a commercial license.

Dependencies

~0.4–1.3MB
~28K SLoC