Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 838 Bytes

README.md

File metadata and controls

45 lines (34 loc) · 838 Bytes

bloop App

The bloop app is built using Tauri, a Rust framework for building cross-platform apps.

Dependencies

To build the Tauri app you need the following dependencies:

  • rustup
  • clang cmake wget
  • protobuf
  • onnxruntime

Linux users need to ensure that the following are present:

  • AppImageKit
  • atk
  • dbus
  • glib gtk3 (including webkit-gtk)
  • pango

Setup

All commands should be run from the root directory unless specified otherwise.

To install dependencies run:

npm install

To build Qdrant run:

cd app/desktop
./build.sh build

Then, to build the bloop app locally:

npm run build-app

Alternatively, to run the app in dev mode:

npm run start-app

If the build fails, delete all node_modules directories and try again.