open source alternative to via https://get.vial.today
 
 
Go to file
Ilya Zhuravlev c0bca8b015 version bump 2021-07-29 23:50:40 -04:00
.github/workflows actions: create windows installer 2021-02-01 21:14:03 -05:00
misc github actions: build appimage for linux 2021-01-09 14:41:28 -05:00
src version bump 2021-07-29 23:50:40 -04:00
.gitignore Update gitignore 2020-10-16 15:10:56 -04:00
.python-version Added Python version 3.6.0 for use with penv (#15) 2021-02-07 15:05:20 -05:00
COPYING Update licenses 2020-10-14 22:21:33 -04:00
README.md README: update tagline 2021-07-11 19:25:28 -04:00
requirements.txt use certifi to provide ssl certs if missing 2021-05-22 19:15:03 -04:00

README.md

vial-gui

Docs and getting started

Please visit get.vial.today 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.


Releases

Visit https://get.vial.today/ to download a binary release of Vial.

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