A software to evaluate JavaScript / TypeScript code.
- OS support: Windows, Linux and macOS1
- Supports both JavaScript and TypeScript code
- Supports multiple tabs
- Has an internal memory so the files / tab contents doesn't need to be saved on close
- Can transpile TypeScript to JavaScript
- Can evaluate the code either line by line or the entire file at once
- Supported locales: English, Finnish
(1) NOT TESTED
To run, debug and modify the source code, read the instruction from the template the software was created from, see: wiki
Download the JsTsRunner_X.Y.Z_x64-setup.exe, ignore the warnings and install the software. If the installation fails you may need to install webview2, See: https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section
- Download the JsTsRunner_X.Y.Z_amd64.AppImage
- Run
chmod +x JsTsRunner_X.Y.Z_amd64.AppImage
on the file. - Run the JsTsRunner_X.Y.Z_amd64.AppImage file.
- Download the JsTsRunner_X.Y.Z_amd64.deb
- Run
sudo apt-get install JsTsRunner_X.Y.Z_amd64.deb
- Run the installed program.
- Download the JsTsRunner-X.Y.Z.x86_64.rpm
- Run
sudo dnf install ./JsTsRunner-X.Y.Z.x86_64.rpm
- Run the installed program.
- Download the JsTsRunner_x64.app.tar.gz
- Extract the
JsTsRunner.app
from the file - Run
xattr -c JsTsRunner.app
on the file. - Run the
JsTsRunner.app
A TypeScript file in an entire file evaluation mode
A JavaScript file in a an entire file evaluation mode
The Light mode
A run-time demo video
Crowdin is used for the software localization, so contact me if you wish to contribute.