Bosh is a linerider client.
Warning
Bosh is no longer maintained in this repository, instead it is now maintained at https://codeberg.org/lipfang/bosh
In the future I will provide prebuilt executables. Until then, here is how to install from source:
- Install Tauri. Here is a tutorial which should insruct you on how to install Tauri on your system.
- Clone the repository.
- In the project root, run
npm installto install dev dependencies. - Run
npx tauri devto run the development environment on your system.- I don't recommend running
npx tauri buildas this builds a release build instead of a development build and takes a much longer time.
- I don't recommend running