DEPLOY CLIENTS

Deploy NXLAB Console locally on your machine or directly in devtools

Windows

nxlab.exe
Packaged binary file for 64-bit Windows environments. Runs an interactive secure console directly in CMD or PowerShell.
> .\nxlab.exe
DOWNLOAD WIN64

Linux

nxlab.sh
Bash bootstrap file for Linux systems. Launches the local command engine environment instantly.
$ chmod +x nxlab.sh && ./nxlab.sh
DOWNLOAD LINUX SH

Python

nxlab.py
Cross-platform Python script designed for embedded terminal execution. Needs Python 3.8+ and standard libraries.
$ python nxlab.py
DOWNLOAD SCRIPT

Web DevTools

devtools.js
Inject NXLAB console directly into any website's F12 Developer console.
WARNING: Active Content Security Policy (CSP) on some secure websites might restrict foreign fetch connections.
fetch("https://nxlab.nett.to/devtools.js").then(res=>res.text()).then(eval);
COPY
<< BACK TO TERMINAL