Skip to content

TheFirstIstari/sl-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

165 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SL Studio - Forensic Document Analysis Platform

v0.3.2 — A high-performance desktop application for forensic document analysis, built with Tauri 2 + Rust + SvelteKit 5.

All processing runs locally — no cloud dependencies.

Features

  • Ingest PDFs, images, audio, DOCX, and plain-text evidence files
  • Local LLM inference (llama.cpp, GGUF models, Metal GPU on Apple Silicon)
  • Multi-pass analysis pipelines (Basic Facts, Financial Crimes, Document Analysis, OCR, Audio)
  • Document metadata extraction: EXIF, PDF properties, language detection, structured fields
  • Fact deduplication, quality scoring, annotation, and tagging
  • Timeline, network graph, geographic map, and statistics visualizations
  • Export to JSON, CSV, PDF, and Excel
  • Backup/restore with optional evidence file bundling

Documentation

See docs/README.md for comprehensive documentation.

Quick Links

Quick Start

# Install JS dependencies
npm install

# Start full Tauri dev build (Rust + frontend hot-reload)
npm run tauri dev

# Type-check frontend
npm run check

# Type-check backend
cd src-tauri && cargo check

mise users: mise run setup && mise run dev also works if you have mise installed.

License

AGPL-3.0-only (see LICENSE file)

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors