Build from Source
Use this path for contributors and advanced local development.
Prerequisites
- Rust (stable)
- Node.js 20+
pnpm
Platform-specific dependencies are listed in the repository README.
1. Clone
git clone https://github.com/frumu-ai/tandem.gitcd tandem2. Install JS dependencies
pnpm install3. Build engine binary
cargo build -p tandem-aiThis produces the tandem-engine binary from the tandem-ai package.
4. Run
cargo run -p tandem-ai -- serve --host 127.0.0.1 --port 39731In another terminal:
cargo run -p tandem-tui5. Development and testing references
- Engine Testing
docs/ENGINE_TESTING.mddocs/ENGINE_CLI.md