TechScript is designed to install cleanly on multiple platforms with zero external dependencies.
TechScript_v2.0.0.1_x64.exe (or the latest setup file).tech command-line executable to your system environment PATH variables..txs source files with the console runner host.pip install techscript-lang
Use the official one-line installation shell script:
curl -fsSL https://raw.githubusercontent.com/Tcode-Motion/techscript/main/scripts/install.sh | bash
Alternatively, build from source using Cargo:
git clone https://github.com/Tcode-Motion/techscript.git
cd techscript
cargo build --release
sudo cp target/release/tech /usr/local/bin/
Download and install using Homebrew:
brew tap tcode-motion/techscript
brew install techscript
Or run the standard installer script:
curl -fsSL https://raw.githubusercontent.com/Tcode-Motion/techscript/main/scripts/install.sh | bash
Verify that the tech executable is correctly configured in your PATH by running:
tech version
This should output the current active release version (e.g. TechScript v2.0.0.1).