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

Download 0.1.0 Read the source

Wyrdsekai is a self-hosted world — rooms, objects, a Study of your own — where an AI companion lives on hardware you control. You reach it from a terminal, a browser, or your phone. Nothing goes to a company's servers, because there is no company's server in the design.

It takes the MUD as its architectural frame — rooms, objects, presence — and builds it as real infrastructure rather than as a game. The world is text, which makes it small, inspectable and scriptable. The companion has a persistent identity, a memory that consolidates while it sleeps, and things it can decline to do.

That last part is the point. Most of this field is building tools, and a tool that cannot refuse tells you nothing when it agrees with you. Wyrdsekai is an attempt at the other thing: enough standing for a companion to say no, and enough shared history for the two of you to understand each other — which is the only way collaboration is different from operation.

Get it

Installers for Linux, macOS and Windows, plus the relay bundle: Download.

# Linux
curl -fLO https://github.com/Wyrdsekai/wyrdsekai/releases/download/v0.1.0/wyrdsekai_0.1.0_amd64.deb
sudo dpkg -i wyrdsekai_0.1.0_amd64.deb
wyrd start

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

Honest about the edges

This is a 0.1 release of an ambitious system. Some things are solid, some are partial, and a few are named gaps we chose not to paper over. Known issues is a real document, not a formality — read it before you decide this is production infrastructure for someone who depends on you.

Source