cognira Entity · on every plan

It lives in your machine.
It learns you.
Nothing leaves.

A self-learning AI on your own hardware. Local models, local memory — it can retrain its own weights on your conversations. Your data never touches anyone else's servers.

What it is

Your own resident intelligence.

cognira Entity is cognira Retrain 12B and Omega 188M running entirely on your computer — a background daemon, a terminal CLI, and a private chat UI. It checks your account once. After that it is autonomous: chats, memory, embeddings, and training live in one folder. Delete the folder and it never existed.

How it works

One file. Three ways to learn.

01

Run the binary

No installer. It scans your hardware, suggests models that fit, and settles in as a daemon.

02

Pick a learning mode

System-prompt recall every turn, idle retraining of the weights, or both.

03

Your team, your walls

Teammate logins, an optional tunnel for remote access, and a memory drawer every turn.

Cloud AI forgets you between sessions. cognira Entity's knowledge accumulates on your disk. Nobody else gets a copy.

Download

Choose a host machine.

Included on Free, Pro, and Max. Sign in See plans

Windows

x64 · single .exe

Double-click to run — it adds `entity` to your PATH automatically.

after download
$ .\entity.exe

macOS

Apple Silicon

Native MLX serving. Two commands in Terminal, listed below.

after download
$ cd ~/Downloads
$ chmod +x entity-macos-arm64
$ xattr -d com.apple.quarantine entity-macos-arm64
$ ./entity-macos-arm64

Linux

x64

One command in a terminal, listed below.

after download
$ cd ~/Downloads
$ chmod +x entity-linux-x64
$ ./entity-linux-x64

First run

  • macOS & Linux: a browser download is not executable. The commands above fix that.
  • macOS Gatekeeper: the alpha is ad-hoc signed. Use the xattr line, or right-click → Open.
  • Windows SmartScreen: More info → Run anyway.
  • Then run entity doctor if anything looks wrong.

v0.1.0-alpha · sealed binaries. Chats never leave the machine; the account link only ties this computer to your cognira account.