Skip to main content
Back to blog
Product
·Updated April 7, 2026·5 min read

Why We Built Talyx

Everyone has a Downloads folder problem. Files pile up — receipts, contracts, photos, random PDFs — until the folder becomes an archaeological dig site. You know exactly which file you need, but finding it means scrolling through hundreds of cryptically named items.

We tried existing solutions. Most of them fell into two camps: rule-based tools that require painstaking manual configuration, or cloud services that upload your files to someone else's server for “AI analysis.” Neither felt right.

So we set out to build something better — a file organizer with real AI that runs entirely on your device.

We built the best file organizer. Then we made the AI local.

Our first experiments used cloud AI APIs. The classification quality was excellent — but it meant sending your files to someone else's servers. Tax returns, medical documents, legal contracts — all flowing through third-party APIs. We didn't like that trade-off.

So we built a local AI engine from scratch. Not a toy model that can barely classify file extensions — a real multi-model pipeline that understands your files as well as any cloud API, while keeping everything on your machine.

The local AI multi-model pipeline

Talyx ships with a dual-runtime AI engine. node-llama-cpp powers text understanding via Qwen2.5, while ONNX Runtime handles vision (SmolVLM), OCR (Tesseract.js), and entity extraction (GLiNER). Everything runs locally. No cloud. No API keys. No data ever leaves your device.

This local pipeline delivers:

  • Semantic subcategories. The AI understands what files actually are. Invoices go to Documents/Invoices, not just Documents. Screenshots go to Images/Screenshots, not just Images. Tax returns go to Finance/Tax Documents based on their content, not their filename.
  • Smart renaming. Following Harvard file naming conventions, Talyx renames cryptic files like scan_001.pdf to 2024-q4-tax-return-w2.pdf. Every file becomes descriptive and searchable.
  • Three presets. Light for older hardware, Balanced for most machines, Max for powerful GPUs. You pick what works for your system.
  • Vision understanding. SmolVLM actually sees your images — a photo of a cat gets classified as Images/Photos, a screenshot gets classified as Images/Screenshots. No cloud required.
  • 100% privacy. Your files never leave your device. No cloud APIs, no telemetry, no third-party processing. Period.
  • Swappable models. Every model comes from HuggingFace and can be swapped for alternatives. Want a different text model? Replace it in Settings.

What we built

Talyx is an AI-powered desktop file organizer with a fully local AI engine. Drop files, and the local AI pipeline classifies them into semantic subcategories with smart renaming — 100% on your device:

  • Semantic AI classification — local AI reads your files and classifies them into granular subcategories. Documents/Invoices, Documents/Contracts, Images/Screenshots, Finance/Tax Returns — not just broad buckets.
  • Smart file renaming — Harvard naming conventions turn cryptic filenames into descriptive, searchable ones. scan_001.pdf becomes 2024-q4-tax-return-w2.pdf.
  • Watch folders — Set up folders that auto-sort incoming files. Drop a file in, and Talyx handles the rest.
  • Full undo — Every sort operation can be reversed with a single click. No anxiety about files ending up in the wrong place.
  • Customizable taxonomies — Use built-in templates or create your own category structure. Talyx adapts to how you think about your files, not the other way around.

Why local AI is the right approach

Cloud AI services are powerful, but they come with trade-offs: privacy concerns, ongoing costs, internet dependency, and API rate limits. For a file organizer that handles your most sensitive documents, local AI is the only approach that makes sense.

The benefits are immediate:

  • Complete privacy. Your tax returns, medical records, legal contracts, and personal photos never leave your machine. Not even temporarily.
  • Works offline. No internet? No problem. Talyx classifies files just as well on an airplane as it does at your desk.
  • No ongoing costs. $29 one-time. No monthly API bills, no usage credits, no subscription treadmill.
  • It works on Mac and Windows. Cross-platform from day one. Same experience everywhere.

What's next

We're building a setup wizard that detects your hardware and picks the right AI preset automatically, plus a HuggingFace model browser so you can swap in any compatible model directly from Settings.

Talyx is $29 one-time — no subscription, ever. There's a 7-day free trial so you can see the difference AI-powered semantic classification makes.

We built Talyx because we believe the best AI file organizer should be private by default. Your files are yours. They should never leave your device just to get organized. Give it a try and let us know what you think.