VIR is an open-source intelligent time-management tool designed to tame the stress. By simply listing your tasks and schedules, VIR can automatically generate plans around your available time, and alert you of potential conflicts, so you'll never have to worry about unrealistic deadlines or todo-list overload.
VIR is built with angular-electron. Windows, MacOS, and Linux are all supported. Grab your binary from the releases section.
- Clone the repository:
git clone https://github.com/TommyX12/VIR.git
- Enter the directory and install dependencies:
cd VIR npm install --legacy-peer-deps
- Build the binary:
The built binary will be in
npm run electron:build
./release
.- Mac: Go to
./release
, and open the.dmg
file. - Windows: Go to
./release
, and open the.exe
file.
- Mac: Go to
To run live-reload debug build:
npm start
See the project wiki. Check out the Basics guide for an introduction.