Installation¶
Standalone binary (recommended)¶
No runtime required. The installer downloads the right archive for your
platform, verifies its checksum, and puts tx on your PATH:
Archives for six platforms are on the releases page, checksums included, if you prefer to install manually.
.NET tool¶
If you have the .NET SDK installed:
From source¶
You need the .NET 10 SDK:
git clone https://github.com/bgarcevic/tomix-cli
cd tomix-cli
dotnet build
./tx doctor # .\tx.ps1 doctor on Windows
./tx wraps dotnet run — it always reflects your current source. To install
your build as a real global tool, run ./scripts/install-dev.sh
(./scripts/install-dev.ps1 on Windows).
Verify the install¶
doctor checks that your environment is ready and is the first thing to
attach to a bug report when something seems off.
Platform support
Connecting to a locally running Power BI Desktop instance (--local) is
Windows-only. Everything that operates on TMDL/BIM files — including the
full test suite — works on Linux, macOS, and Windows.