Download

Wyrdsekai 0.1.0 — Apache-2.0

The installers are large because they are self-contained: a JVM, an inference runtime, and the embedding model travel with the package. You should not have to assemble a Java toolchain to talk to your companion.

PlatformFileSize
Linux (x86-64) wyrdsekai_0.1.0_amd64.deb 1.8 GB
macOS (Apple Silicon) Wyrdsekai-0.1.0.pkg 1.8 GB
Windows 10+ (x64) Wyrdsekai-0.1.0.msi 1.3 GB
Relay host wyrdsekai-relay-0.1.0.tar.gz 115 KB
Checksums SHA256SUMS

Install

Verify before you run

You are about to run 1.8 GB of someone else's software as root. Check it arrived intact:

curl -fLO https://github.com/Wyrdsekai/wyrdsekai/releases/download/v0.1.0/SHA256SUMS
sha256sum -c SHA256SUMS --ignore-missing      # Linux
shasum -a 256 -c SHA256SUMS --ignore-missing  # macOS

A checksum served from the same host as the file proves the download was not corrupted in transit. It does not prove the host was not compromised — for that, build from source. Both paths are documented, and neither is treated as the paranoid option.

The first start

Expect roughly ten minutes. wyrd start runs first-time setup, fetches about 5.3 GB of model weights, and brings up the inference containers before the server answers. Then:

sudo wyrd invite bootstrap --name yourname   # mint a steward invite
ssh yourname@localhost -p 7022               # the code is your password

Full instructions, including building from source and multi-machine households, are in INSTALLATION.md.

Mobile

The Android and iOS clients are built from the clients directory. They are not in an app store for this release: you build and sideload them, and they reach your household through your own relay.

Models

The companion models are open weights (Apache 2.0), hosted on Hugging Face: huggingface.co/wyrdsekai. Installers fetch them automatically during wyrd setup — you only need these links for mirrors, re-quantization, or fine-tuning.