open source alternative to via https://get.vial.today
 
 
Go to file
Ilya Zhuravlev 2e8df19c44 fix readme URL 2021-01-08 14:10:51 -05:00
.github/workflows github/workflows: run on every push and PR 2020-10-17 14:36:21 -04:00
src macro_action: switch from KC_NO to KC_A 2021-01-07 14:16:57 -05:00
.gitignore Update gitignore 2020-10-16 15:10:56 -04:00
COPYING Update licenses 2020-10-14 22:21:33 -04:00
README.md fix readme URL 2021-01-08 14:10:51 -05:00
requirements.txt macro_recorder: utilize "keyboard" module for linux key recording 2020-12-21 22:04:48 -05:00

README.md

vial-gui

Docs and getting started

Please visit vial-kb.github.io to get started with Vial

Vial is an open-source cross-platform (Windows, Linux and Mac) GUI and a QMK fork for configuring your keyboard in real time, similar to VIA.


Releases

Currently, no releases are provided. You can download a precompiled binary from latest GitHub Action: https://github.com/vial-kb/vial-gui/actions (need to log into a github account).

Development

Python 3.6 is recommended (3.6 is the latest version that is officially supported by fbs).

Install dependencies:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

To launch the application afterwards:

source venv/bin/activate
fbs run