The page has unconfirmed changes. Use the buttons below to see older versions.
Buvt Download / Install
Download / install
Buvt depends on electron and python being installed.
Python is mostly already installed nowadays.
Install electron
- On Linux (Manjaro) it can be installed from a package installer. (The executable is called like electron30 (the number varies between versions).)
- On Windows it can be installed via npm. (The executable is called electron.)
Download / clone buvt from:
https://github.com/emagnusandersson/buvt
Run the program
Execute the program with:
[electron-executable] [downloaded-buvt-folder]
So for example go to the root level of the downloaded buvt-folder and execute:
For Linux:
electron30 .
For Windows:
electron .