Desktop setup
Install Pytxo Desktop from release installers.
Pytxo Desktop is the optional control UI for structural telemetry (Topology Focus graph by default). It is not a multi-terminal IDE.
Download
Get installers from pytxo.com/download or GitHub Releases (v0.8.0):
| Platform | Installer |
|---|---|
| Windows x64 | pytxo-desktop-windows-x64.msi (also a setup.exe on the releases page) |
| macOS Apple Silicon | pytxo-desktop-darwin-arm64.dmg |
| macOS Intel | pytxo-desktop-darwin-x64.dmg |
| Linux x64 | pytxo-desktop-linux-x64.AppImage |
Prerequisites
- Install the CLI and confirm
pytxo doctorpasses. - Install the Desktop package for your OS.
- On Linux AppImage: mark executable (
chmod +x ...AppImage) before launch.
First session
- Trust a folder:
pytxo trust orbit(or pick a profile in the Desktop trust flow). - Initialize config in the repo:
pytxo init. - Open that repo in Desktop. Workspace Home lists projects and domains.
- Dry-run a swarm:
pytxo run --dry-run --config pytxo.toml, then a real run when ready.
What you should see
- Topology - AST / dependency graph (not a wall of terminals)
- Diff / logs - supporting panels for agent writes and event-log rows
- Galaxy approvals - HITL panel when
permission_profile = galaxy
Build from source
If you are contributing to Desktop itself, see Contributing. End users should use the installers above.