Skip to content
In development Kaleidoscope is not publicly released. Nothing here installs from a registry yet — see what is available.

Status

As of 2026-08-22

Kaleidoscope is not released. Nothing installs from a package registry, no build is offered for download on any platform, nothing is signed, and signing in does not work. That is the whole status, and the rest of this page says what each part of it means.

No, and there is nothing that could be.

Kaleidoscope runs on your machine. The engine that stores and ranks your memory is a local process; there is no server between you and it, no API endpoint, no hosted memory, and no account service you depend on to read your own vault. A status page for a local program has no uptime to report, and we would rather say that than invent a green tick.

If a hosted service ever exists, its status will be published here, and this section will say something other than “there is nothing that could be down.”

Not yet. Two package names are reserved and neither is published:

npm@kleos-research/kaleidoscope
Pythonkaleidoscope-memory

There is no download for any platform. Nothing is signed for release, so even a build you obtained some other way would be unsigned software on your machine.

No. Every account command answers provider not configured. There is no account service running, so there is no account to make, nothing to link, and no device list to manage. This does not affect using memory: your vault has never needed an account.

Documentation0.1.0-rc.1, updated 2026-08-22
Packagesnone published
Signed buildsnone

The documentation version is the only version that currently means anything: it identifies this text, not a program you can run.

They are published as files, and they are the closest thing to a live interface this project has today:

This is the part that is easy to overstate, so it is stated flatly.

Machines. Kaleidoscope has been run on one kind of machine: a Mac with Apple Silicon. Everything else on the platform list has had a compiler check of the memory engine’s source and nothing more — nothing was assembled into a program, nothing was linked, and nothing has been run there.

Editors and agents. From the command line, on that Mac:

what happenedwhat did not
Codex 0.149.0Kaleidoscope's entry is added to Codex's configuration, listed, read back and removed exactly, leaving the file byte for byte as it wasthat Codex then starts the server and sees the two tools; Codex's command line offers no way to check
Claude Code 2.1.239connected from the command line, not duplicated on a second run, removed cleanly, and both tools discoveredany run through a model turn, and anything done through the graphical interface
OpenCode 1.18.21both configuration shapes written, applied twice without duplicating, removed cleanly, and both tools discoveredany run through a model turn, and anything done through the graphical interface
Cursorits configuration and its project rule are written and removed exactlyeverything after that; Cursor has never been launched against them

Frameworks. LangChain, LangGraph, the Claude Agent SDK, the OpenAI Agents SDK and CrewAI have been run against stand-in models, never a live provider.

Not done at all: any run against a live model provider, anything through an editor’s graphical interface, any platform other than a Mac with Apple Silicon, and any package installed from a registry.

The same facts, in machine-readable form: status.json and platform-support.json.