Install
Install the Pytxo CLI on Windows, macOS, and Linux.
Current release: 1.2.1.
npm (recommended)
Requires Node.js 18+.
npm i -g pytxo@1.2.1
pytxo doctorThe npm package downloads the matching prebuilt binary from Pytxo-dev/pytxo-releases on install.
Install scripts
Windows (PowerShell) is a first-class path:
irm https://raw.githubusercontent.com/Pytxo-dev/pytxo-releases/main/install.ps1 | iexmacOS / Linux:
curl -fsSL https://raw.githubusercontent.com/Pytxo-dev/pytxo-releases/main/install.sh | bashPin a release:
PYTXO_VERSION=v1.2.1 curl -fsSL https://raw.githubusercontent.com/Pytxo-dev/pytxo-releases/main/install.sh | bashPrebuilt binaries
| Platform | Asset |
|---|---|
| Linux x64 | pytxo-linux-x64 |
| Linux arm64 | pytxo-linux-arm64 |
| macOS Apple Silicon | pytxo-darwin-arm64 |
| macOS Intel | pytxo-darwin-x64 |
| Windows x64 | pytxo-windows-x64.exe |
Download from GitHub Releases. Put the binary on your PATH, then run pytxo doctor.
Windows-first note: Pytxo Desktop v1.2.1 is distributed for Windows x64. The CLI release remains gated on all five advertised OS and architecture assets. A release is not published when that matrix is incomplete.
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 TUIInitialize a project
pytxo trust orbit
pytxo init
pytxo doctorNext steps
- First mission — natural language, no hand-written tasks
- Collision demo — prove overlapping paths wait
- Desktop setup
- Folder trust
- Troubleshooting