Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.29 KB

INSTALL.md

File metadata and controls

50 lines (29 loc) · 1.29 KB

Windows

Universal Installer (32bit, 64bit, autoupdated) available for Windows. Please go to the Windows Installer download page

Linux

Only x64 is supported. Install curl if is not installed

curl  -sL https://kwx.kodhe.com/x/std/install/linux.sh | bash

MacOs

Only x64 is supported

curl  -sL https://kwx.kodhe.com/x/std/install/mac.sh | bash

Android

Just now only TERMUX supported. First install termux application from playstore and execute the commands:

pkg install -y curl
curl  -sL https://kwx.kodhe.com/x/std/install/android.sh | bash

Install instructions

If you have installed @kawix/core, you can get the latest version executing the same installer or executing this command on your terminal/cmd

kwcore --update

File Asociations

All installer create some file asociations, suitable for distribute executable files. This doesn't apply for OS without desktop experience

  • .kwe Will be treat as .js file but will open a terminal GUI
  • .kwo Will be treat as .js file but will not open a terminal GUI. Ideal for GUI apps
  • .kwsh Is an special format, still not documented