Pytxo

Install

Install the Pytxo CLI on Windows, macOS, and Linux.

Current release: 0.8.0.

Requires Node.js 18+.

npm i -g pytxo
pytxo doctor

The npm package downloads the matching prebuilt binary from Pytxo-dev/pytxo-releases on install.

Install scripts

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/Pytxo-dev/pytxo-releases/main/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/Pytxo-dev/pytxo-releases/main/install.ps1 | iex

Pin a release:

PYTXO_VERSION=v0.8.0 curl -fsSL https://raw.githubusercontent.com/Pytxo-dev/pytxo-releases/main/install.sh | bash

Prebuilt binaries

PlatformAsset
Linux x64pytxo-linux-x64
Linux arm64pytxo-linux-arm64
macOS Apple Siliconpytxo-darwin-arm64
macOS Intelpytxo-darwin-x64
Windows x64pytxo-windows-x64.exe

Download from GitHub Releases. Put the binary on your PATH, then run pytxo doctor.

Community help: Discord.

Default TUI

Running pytxo with no subcommand opens the Hypervisor Shell. For scripts:

pytxo run --dry-run --config pytxo.toml
PYTXO_NO_TUI=1 pytxo   # print help instead of TUI

Initialize a project

pytxo trust orbit
pytxo init
pytxo doctor

Next steps

On this page