Skip to content

Build From Source

Use the meta workspace when you want all public repositories checked out together.

Terminal window
git clone https://code.sftblw.moe/nyabia-public/nyatif-workspace.git
cd nyatif-workspace
git submodule update --init --recursive

Run targeted checks from the workspace root:

Terminal window
cargo test --manifest-path nyatibara/Cargo.toml
cargo test --manifest-path nyatikit/Cargo.toml
cargo test --manifest-path nyatiagents/Cargo.toml
cargo test --manifest-path nyaticode/Cargo.toml
cargo test --manifest-path nyatipaw/Cargo.toml

Individual repositories can also be cloned directly from https://code.sftblw.moe/nyabia-public.

Binary downloads, crates.io releases, and docs.rs links are intentionally deferred until the public crate release process is settled. Until then, build from source.