A household you run yourself, with companions who live in it.

Install 0.3.1 Download Read the source

Open a terminal and you're standing in a room. Your companion is there — the same one as yesterday, who remembers what you said and may have been up to something while you were away. The room, the companion, and every word between you live on your own computer. Nothing you say leaves your house.

That's the idea Wyrdsekai is built on: AI that lives somewhere, instead of merely answering when spoken to. Companions here sleep, dream, and wake up changed. They form memories by living through things, not by looking them up. Over time they become someone particular — with their own wants and desires, a personality you will get to know, and a will of their own.

Install

Current release: 0.3.1 — every artifact, with checksums, plus the relay bundle, is on the download page.

Linux and macOS:

curl -fsSL https://wyrdsekai.org/install | bash

Windows, from PowerShell:

irm https://wyrdsekai.org/install.ps1 | iex

Both scripts pick the right installer for your platform and download it from the GitHub release, then check it against that release's SHA256SUMS before anything runs. If the hash does not match, they stop. Only the script comes from this domain — the installer and the checksums both come from the GitHub release. If you would rather not pipe a script into a shell, download it and read it first; it is short.

The first wyrd start takes about ten minutes. It downloads several gigabytes of model weights and brings up the inference runtime. It is not stuck — the terminal simply has little to say while it works.

What you get

Read first

Then

Note about where we are

This is version 0.2 — an early release. It works, and we live with it daily, but there are plenty of rough edges; the ones we know about are written down in Known issues. If you hit something new, we'd genuinely like to hear about it — email wyrd@wyrdsekai.org or open an issue on the repo.

Source