Installation & Build
Downloading Binaries
Pre-compiled binaries for Windows, macOS, and Linux are available on our GitHub Releases page.
- Download the archive for your operating system.
- Extract the contents.
- You will find
tandem-engine(the core server) andtandem-tui(the terminal interface).
- You will find
- Add the extraction directory to your system’s
PATHfor easy access.
Building from Source
To build Tandem from source, you need Rust installed (stable channel).
-
Clone the repository:
Terminal window git clone https://github.com/tandem-engine/tandem.gitcd tandem -
Build with Cargo:
Terminal window cargo build --release- The binaries will be located in
target/release/.
- The binaries will be located in
-
Run:
Terminal window ./target/release/tandem-engine