Skip to content
Tommy X edited this page Jul 3, 2021 · 10 revisions

Welcome to the VIR wiki!

Visit a page for more details. Check out the Basics guide for an introduction.

Getting Started

VIR is built with angular-electron. Windows, MacOS, and Linux are all supported. Grab your binary from the releases section.

Building the Binary Yourself

  1. Clone the repository:
    git clone https://github.com/TommyX12/VIR.git
  2. Enter the directory and install dependencies:
    cd VIR
    npm install
  3. Build the binary:
    npm run electron:build
    The built binary will be in ./release.
    • Mac: Go to ./release, and open the .dmg file.
    • Windows: Go to ./release, and open the .exe file.

Development Build

To run live-reload debug build:

npm start
Clone this wiki locally