Native desktop app built with Tauri v2. Same scanning engine as the CLI.
DOWNLOAD
SETUP
- Install Ollama
- Pull the model:
ollama pull torchsight/beam - 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