git404hub

what is exxperts fr?

exxeta/exxperts — explained in plain English

Analysis updated 2026-05-18

224TypeScriptAudience · developerComplexity · 3/5LicenseSetup · easy

tl;dr

exxperts is a local AI memory tool: persistent chat rooms that remember your projects and preferences, but only after you approve what gets saved.

vibe map

mindmap
  root((exxperts))
    What it does
      Persistent rooms
      Approval gated memory
      Local file storage
    Tech stack
      TypeScript
      Node.js
      MCP connectors
    Use cases
      Remember project context
      Review memory writes
      Use web or CLI
    Audience
      Developers
      Power users
    Setup
      One line installer
      Build from source needs Node

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Keep an AI assistant's memory of your projects and decisions stored on your own computer instead of a cloud service.

VIBE 2

Review and approve every piece of information before an AI agent saves it to long term memory.

VIBE 3

Run the same persistent AI rooms from a web app or a terminal, sharing the same memory and files.

VIBE 4

Connect an AI room to external tools and data sources through MCP connectors with permission controls.

what's the stack?

TypeScriptNode.jsMCP

how it stacks up fr

exxeta/exxpertstesterlingcodo/gemini-antigravity-clifastify/demo
Stars224226227
LanguageTypeScriptTypeScriptTypeScript
Last pushed2026-06-30
MaintenanceActive
Setup difficultyeasyeasymoderate
Complexity3/52/53/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min

Needs git and Node.js 20.6+ only if building from source, the prebuilt installer handles everything else.

Free to use, but not for commercial purposes, under the PolyForm Noncommercial license.

in plain english

exxperts is a TypeScript project from EXXETA that gives you persistent AI rooms with memory that stays on your own computer. Instead of chatting with an AI that forgets everything between sessions, you get rooms, like separate workspaces, that remember decisions, preferences, and context over time. The key idea is that nothing gets saved to memory without your approval first: whenever the AI wants to write something to its memory, it shows you exactly what it plans to remember, and nothing is stored until you say yes. Everything runs locally. Rooms, memories, a knowledge base, generated files, and usage logs all live as plain files on your disk under a folder called .exxperts. There is no telemetry built in, the only network traffic comes from the AI model you connect to, optional web research, and any extra connectors you choose to add. The project describes itself as an agentic runtime rather than a simple chat interface. Rooms can use tools like a knowledge base, generated artifacts, local web research, and MCP connectors, each governed by permissions specific to that tool. Rooms are not given open, unrestricted shell access. You can use exxperts two ways: a web app, which is the full product with setup, memory review, a cost tracking wallet, connectors, and skills, or a command line and terminal interface that shares the same rooms and rules. Both surfaces read from the same local files, so you can switch between them freely. Setup is a single install command for macOS, Windows, or Linux, which downloads a ready to run version of the app. If a prebuilt version is not available for your system, it automatically builds from source instead, which needs git and Node.js 20.6 or newer installed. After installing, you sign into an AI provider, such as Claude or ChatGPT, or use your own API key, and then create your first room and approve its first memory. The project is licensed under PolyForm Noncommercial, meaning it is free to use but not for commercial purposes.

prompts (copy fr)

prompt 1
Help me set up exxperts on my machine and connect it to my Claude account.
prompt 2
Walk me through creating my first exxperts room and approving its first memory.
prompt 3
Explain the difference between using exxperts through the web app and through the CLI.
prompt 4
Show me how to add an MCP connector to an exxperts room.

Frequently asked questions

what is exxperts fr?

exxperts is a local AI memory tool: persistent chat rooms that remember your projects and preferences, but only after you approve what gets saved.

What language is exxperts written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js, MCP.

What license does exxperts use?

Free to use, but not for commercial purposes, under the PolyForm Noncommercial license.

How hard is exxperts to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is exxperts for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.