Telchar CLI
Overview
Installation
Binary Release
Telchar can be run as a standalone executable. The Github release page includes the binaries for different OS and architectures. It’s a self-contained, single-file binary that can be downloaded directly.
For simplicity, we also provide diferent installers for supported platform to automate the installation process. Regardless of the installer, the outcome should be the same, choose the one that fits your needs.
Install via shell script
You can run the following command line script to install Telchar on supported systems (Mac / Linux)
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/telchar/releases/download/v0.1.2/telchar-installer.sh | sh
Install via powershell script
You can use Powershell to install Telchar on Windows systems.
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/telchar/releases/download/v0.1.2/telchar-installer.ps1 | iex"
Install via Homebrew
You can use Homebrew to install the latest version of Telchar in supported systems (Mac / Linux)
brew install txpipe/tap/telchar
Download Binaries
File | Platform | Checksum |
---|---|---|
telchar-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
telchar-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
telchar-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
telchar-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
telchar-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |