Skip to Content
Telchar docs released 🎉
Telchar CLI

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

FilePlatformChecksum
telchar-aarch64-apple-darwin.tar.xzApple Silicon macOSchecksum
telchar-x86_64-apple-darwin.tar.xzIntel macOSchecksum
telchar-aarch64-pc-windows-msvc.zipARM64 Windowschecksum
telchar-x86_64-pc-windows-msvc.zipx64 Windowschecksum
telchar-x86_64-unknown-linux-gnu.tar.xzx64 Linuxchecksum