open source alternative to via https://get.vial.today
 
 
Go to file
juank 28d3484873 Solve some errors in Ñ, @, etc. 2021-02-03 13:21:45 -03: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 Solve some errors in Ñ, @, etc. 2021-02-03 13:21:45 -03: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 Update screenshot 2021-01-28 23:54:03 -05:00
requirements.txt requirements: use simpleeval from git 2021-02-01 20:25:44 -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