torchsight

Native desktop app built with Tauri v2. Same scanning engine as the CLI.

DOWNLOAD

SETUP

  1. Install Ollama
  2. Pull the model: ollama pull torchsight/beam
  3. Launch TorchSight

BUILD FROM SOURCE

terminal
# prerequisites: Rust, Node.js, system deps
# see https://v2.tauri.app/start/prerequisites/

$ git clone https://github.com/IvanDobrovolsky/torchsight
$ cd torchsight/desktop
$ npm install
$ npm run tauri build