Skip to main content

Lattice AI

Your model is the voice you use today. Your Brain is the asset you keep.

모델은 갈아타도, 내 지식은 내 컴퓨터에 남는 로컬 우선 AI 브레인.

PyPI Version npm Version VS Code Marketplace Version Open VSX Version CI Status CD Status License

v12.2.1 Living Brain walkthrough

Lattice AI is a Digital Brain that lives on your computer. Chat, files, folders, notes, and web pages all land in one knowledge graph you own. The default is local. Cloud is optional, and nothing leaves the machine without your consent.

대화·파일·폴더·웹페이지가 전부 내 컴퓨터 안의 지식 그래프로 쌓입니다. 기본은 로컬이고, 클라우드는 선택입니다.

Install

pip install ltcai        # or: npm install -g ltcai
LTCAI                    # then open http://127.0.0.1:4825/app

First five minutes

  1. Open the app and sign in as the owner.
  2. Pick a recommended local model for this computer.
  3. Drop a folder, a file, or a note into Capture.
  4. Ask the Brain a question in your own words.
Login Model install Model library

Screenshot index: output/release/v12.2.1/SCREENSHOT_INDEX.md

What you can do

See your Brain's story in time — a growth curve, an activity heatmap, and each day's story Brain Chronicle Chat with a Brain that remembers — every conversation grows durable, source-linked memory Brain Chat
See how knowledge connects — a real relationship graph, not a file list Memory Graph Capture anything — files, whole folders, notes, screenshots, web pages Capture
Automate with review — agent changes become proposals you approve first Review Center Pick a model in one click — recommended local models for your hardware Recommended Models
Watch a file become memory — three named steps, not a pipeline diagram Material to memory Say how much it may do alone — one dial in plain words Settings

Why this is yours

  • The memory stays. Knowledge lives in a local SQLite Brain you can back up, export, inspect, and restore (.latticebrain).
  • The model is replaceable. Switch local MLX and optional cloud without rebuilding context from zero.
  • It says when it does not know. Thin retrieval, a poor page extract, or hash-only search is named, not dressed as meaning.
  • Edits wait for you. New files can land with little friction. Changing or deleting existing files becomes a proposal with a diff.
  • Small models can still act. A 2B-class local model can call tools and skills; a model too small to emit JSON is walked through numbered choices.

매번 AI에게 프로젝트 맥락을 다시 설명하고 있다면, 지식이 여러 서비스에 흩어져 있다면, 그 기억을 특정 회사가 아니라 내가 소유하고 싶다면 — Lattice AI가 그 브레인입니다.

Current Release

The current release is 12.2.1 — True Count:

Search, skip, watch, and small-model answers now count what is actually there instead of dumping, rehashing, or pretending. The door is still 422 operations / 41 families over a 20-route worker. Cloud is still optional and the default is still local.

  • Search does not dump the Brain. A warm HNSW query is COUNT(*) then, if needed, the missing vectors only. Writes stay on one GraphWriter.
  • A touch is a stamp, not a re-ingest. Same bytes with a new mtime restamp provenance so the next scan skips by stamp.
  • A vanished watched file leaves the graph. Disk is never deleted.
  • A thin summary is filled from the file that was read, or held for review — never marked done with empty words.
  • MCP tools stay in the compact nine-row list. api_key cloud verifies with a live GET /models (no billed completion). Hash search is named as hash, with a path to a meaning model.

Release notes live in docs/releases/. This version: docs/releases/RELEASE_NOTES_v12.2.1.md. Guide: RELEASE.md · History: docs/CHANGELOG.md.

Expected artifacts for 12.2.1 must use exact filenames:

  • dist/ltcai-12.2.1-py3-none-any.whl
  • dist/ltcai-12.2.1.tar.gz
  • ltcai-12.2.1.tgz
  • dist/ltcai-12.2.1.vsix
  • src-tauri/target/release/bundle/dmg/Lattice AI_12.2.1_aarch64.dmg

Do not use wildcard artifact uploads. Package registry publishing remains owner-run.

Architecture At A Glance

One Rust server on localhost is the source of truth: lattice-host answers every product route, owns every write to the Brain, and supervises a Python AI worker it reaches over loopback for the things a model does — inference, embedding, extraction, parsing, rendering, speech-to-text. The React/Vite frontend and the Tauri desktop shell sit on top of that one door. Local-first by default — cloud is optional (OAuth CLI or an API key you configure), and downloads, Brain Network, and update checks are opt-in.

See ARCHITECTURE.md for details and docs/DEVELOPMENT.md for the developer workflow (npm start / bin/ltcai.js is the product; npm run dev is the 20-route worker). Each of the two largest crates carries its own domain map — rust/lattice-agent/ARCHITECTURE.md and rust/lattice-platform/ARCHITECTURE.md — and open gaps are tracked in docs/ROADMAP.md. Validation via npm run lint, npm run test:unit, npm run test:visual.

Known Limitations

  • External package registries are owner-published and can lag behind GitHub.
  • SQLite is the live local Brain store. The optional PostgreSQL/pgvector migration tooling is not part of the 12.1.0 worker.
  • Docker, model downloads, cloud model calls, Brain Network, and update checks require explicit user action. Cloud is optional: cli_oauth (agy / grok) was live-checked at zero billing; the api_key path probes GET /models with the key and fail-closes if the provider is unreachable — it does not run a billed completion to verify.
  • The Telegram bridge was removed in 11.6.0 — it lived in the platform code that became the AI worker. SSO/OIDC login and callback flows were removed with it; the configuration surface remains and password login is native.
  • Conversation does not fabricate answers when no model is loaded. Agent and workflow simulation without a loaded LLM is deterministic and LLM-free (it does not call a model) — labeled as such, never presented as autonomous model success.
  • POST /worker/render/pdf ships working out of the box: reportlab is a required dependency as of 11.6.0 (it used to be an undeclared lazy import that raised a 500; ltcai[pdf] remains as an empty alias for older install instructions).
  • The multimodal image and video analysis functions have no HTTP door as of 11.8.0: their only route wrapped a native image ingest that was never built. The observation code stays in Brain Core under unit test, and its module header says so.
  • The Python coverage gate is a line floor of 90 since 11.8.0 (the 100%-lines-and-branches gate was removed). The enforced claim is the floor, not whatever a given run measures.
  • Small-model content quality is gated honestly. With the guided profile even a 0.5B model writes the requested file and reaches DONE. A requested summary is filled from the file that was actually read; if those words are still missing the run is held for review, not marked done.
  • Vector search env still defaults to brute — exact and byte-compatible on a small Brain. At 512+ vectors with a bound worker sidecar it tries hnsw+rescore first and falls back to the exact scan if the sidecar cannot answer. LATTICEAI_VECTOR_INDEX=hnsw is still the explicit opt-in.
  • Watch prune removes vanished files from the graph, never from disk. A one-shot folder ingest still reports vanished files and waits for the confirmed prune door.
  • The macOS dmg is ad-hoc signed — effectively unsigned — so first launch needs the usual Gatekeeper step.
  • Pointer-control tools execute in the worker and are installed with pip install "ltcai[pointer]". Remaining honest gaps (open_keys pending-only, no Self-Model refiner, delete_node leaving PART_OF, review events silent without an owner, KG-api ingest text-only, two store cycles per review mutation) are listed with their reasons in docs/releases/RELEASE_NOTES_v12.2.1.md and prioritized in docs/ROADMAP.md.

Release History

Public history starts at 11.0.0. 11.6.0 rebuilt the product server in Rust and reduced the Python package to an AI worker, so a 10.x or 9.x install is a different program; SECURITY.md supports only 11.x, and this table states the same boundary. Earlier notes live in docs/releases/.

Version Theme
12.2.1 True Count
12.2.0 Small Voice
12.1.0 Fast Path
12.0.0 Open House
11.9.0 Working Order
11.8.0 Travel Light
11.7.0 Clean Sweep
11.6.0 One Door
11.5.2 Tight Ship
11.5.1 Rust Full Loop
11.5.0 Rust Complete
11.4.0 Rust Foundation
11.3.0 Time Remembers
11.2.0 All Systems On
11.1.0 Product Intelligence
11.0.1 Both Branches
11.0.0 Full Measure

Per-release details: RELEASE_NOTES.md · folder: docs/releases/

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ltcai-12.2.1.tar.gz (2.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ltcai-12.2.1-py3-none-any.whl (2.0 MB view details)

Uploaded Python 3

File details

Details for the file ltcai-12.2.1.tar.gz.

File metadata

  • Download URL: ltcai-12.2.1.tar.gz
  • Upload date:
  • Size: 2.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.16

File hashes

Hashes for ltcai-12.2.1.tar.gz
Algorithm Hash digest
SHA256 ae3969b983db569e2b7993fc6d0c4cbde4969f910cff75c43c527811273b237f
MD5 36fb9bf6af4c12c1bba0636a66720f13
BLAKE2b-256 dcf4af64927eabd192c78f202e9c3b19225ce33f4b9cd8ade4c3f1ea261d3f5c

See more details on using hashes here.

File details

Details for the file ltcai-12.2.1-py3-none-any.whl.

File metadata

  • Download URL: ltcai-12.2.1-py3-none-any.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.16

File hashes

Hashes for ltcai-12.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8d74a1739b4389ba5c84ed2c8fa1f66b713e1a2b7372bc18bc384ad4664c6a68
MD5 a105ab5a8b75bff2c6cb8b7c7679bd36
BLAKE2b-256 25eb17eaf6db6a40f9f085ae65cda7a6d2d5f32809ed25731d807c5989f102b5

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

12.2.1 This release

2 files

12.2.0

2 files

12.1.0

2 files

12.0.0

2 files

11.9.0

2 files

11.7.0

2 files

11.6.0

2 files

11.5.2

2 files

11.5.1

2 files

11.5.0

2 files

11.4.0

2 files

11.2.0

2 files

11.1.0

2 files

11.0.1

2 files

10.10.0

2 files

10.9.0

2 files

10.8.0

2 files

10.7.0

2 files

10.6.3

2 files

10.6.2

2 files

10.6.0

2 files

10.5.0

2 files

10.4.0

2 files

10.3.0

2 files

10.2.0

2 files

10.0.0

2 files

9.9.9

2 files

9.9.5

2 files

9.9.4

2 files

9.9.3

2 files

9.9.2

2 files

9.9.1

2 files

9.9.0

2 files

9.8.0

2 files

9.7.0

2 files

9.6.0

2 files

9.5.0

2 files

9.4.0

2 files

9.3.0

2 files

9.2.0

2 files

9.1.0

2 files

9.0.0

2 files

8.9.0

2 files

8.8.0

2 files

8.7.0

2 files

8.6.0

2 files

8.5.0

2 files

8.4.0

2 files

8.3.0

2 files

8.2.0

2 files

8.1.0

2 files

8.0.0

2 files

7.9.0

2 files

7.8.0

2 files

7.7.0

2 files

7.6.0

2 files

7.5.0

2 files

7.4.0

2 files

7.3.0

2 files

7.2.0

2 files

7.1.0

2 files

7.0.0

2 files

6.7.0

2 files

6.6.0

2 files

6.5.0

2 files

6.4.0

2 files

6.3.1

2 files

6.3.0

2 files

6.2.0

2 files

6.1.0

2 files

6.0.0

2 files

5.6.0

2 files

5.5.0

2 files

5.4.0

2 files

5.3.0

2 files

5.2.0

2 files

5.1.0

2 files

5.0.0

2 files

4.7.2

2 files

4.7.0

2 files

4.6.1

2 files

4.6.0

2 files

4.5.1

2 files

4.4.0

2 files

4.3.3

2 files

4.3.1

2 files

4.3.0

2 files

4.2.0

2 files

4.1.0

2 files

4.0.1

2 files

4.0.0

2 files

3.6.0

2 files

3.5.0

2 files

3.4.1

2 files

3.3.0

2 files

3.2.0

2 files

3.1.0

2 files

3.0.1

2 files

2.2.7

2 files

2.2.2

2 files

2.2.1

2 files

2.2.0

2 files

2.1.0

2 files

2.0.0

2 files

1.7.0

2 files

1.6.0

2 files

1.5.0

2 files

1.4.0

2 files

1.3.0

2 files

1.2.0

2 files

1.1.0

2 files

1.0.1

2 files

1.0.0

2 files

0.6.0

2 files

0.5.1

2 files

0.5.0

2 files

0.4.0

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.31

2 files

0.1.30

2 files

0.1.29

2 files

0.1.28

2 files

0.1.27

2 files

0.1.26

2 files

0.1.25

2 files

0.1.24

2 files

0.1.23

2 files

0.1.22

2 files

0.1.20

2 files

0.1.19

2 files

0.1.18

2 files

0.1.17

2 files

0.1.16

2 files

0.1.15

2 files

0.1.14

2 files

0.1.13

2 files

0.1.11

2 files

0.1.9

2 files

0.1.8

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page