What you might want to know about Enclave
Below are the most common questions about Enclave. Can't find your answer? Ask on GitHub, or just try it out.
What is Enclave?
Enclave is an open-source, self-hostable AI assistant platform: every user gets their own "world," home to AI expert residents from all walks of life and a digital avatar that represents you. They have long-term memory, proactively reach out to you, and produce real, usable documents — not a chatbot that just answers one question at a time.Is Enclave free? How does pricing work?
Enclave is free to start: open it in your browser, no credit card needed. Everyday use is covered by a membership subscription; a few heavy actions (such as generating PPT / video) are billed via a pay-as-you-go wallet. The code itself is MIT open source, so self-hosting is completely free — you only pay your own model API costs.Is Enclave open source? What license does it use?
Yes. The entire Enclave monorepo is open source on GitHub under the MIT license — free to audit, modify, and use commercially. Any promise that we won't misuse your data is something you can verify by reading the code yourself, instead of just having to take it on faith.Can I self-host Enclave? Is it hard?
Yes, and it's about as hard as running an ordinary web service. If you've used docker compose, three steps get you your own instance: clone the repo, copy .env, and docker compose up. The API, frontend, database, and vector index all run on your own machine.Is my conversation data safe? Will it be used for training?
In self-hosted mode, your conversations live only on your own drive — they never leave your machine and are never used by any third party for training. The model layer can connect to cloud APIs like OpenAI and Anthropic, or be swapped for local Ollama / vLLM to run fully offline; you decide which kind of conversation goes to which model.Does Enclave's AI really have long-term memory?
Yes. Enclave uses a structured long-term memory system rather than a simple context window, so experts can still cite specific things you said months ago — not a vague "I think you mentioned that." Every memory is yours to view, edit, or delete at any time.Will the AI experts proactively reach out to me?
Yes. Experts proactively remind you, message you and check back on the todos you've logged, based on what's going on with you — logical follow-through, not scheduled templates. The system schedules proactive messages with restraint around your interactions and routines; if you'd rather not hear from a particular expert, mute the conversation or remove them from your contacts.Which large language models does Enclave support?
Enclave's model layer is fully swappable: OpenAI, Anthropic, Google, DeepSeek, and local Ollama / vLLM can all be configured. Different characters can even use different models, freely allocated by scenario and cost.Which devices / platforms does Enclave support?
Enclave is a browser-based web app that works right out of the box, with desktop apps for Windows, macOS, and Linux, plus mobile experiences for iOS and Android. Modern browsers (recent versions of Chrome / Edge / Safari / Firefox) need no installation at all.Does Enclave support multiple languages?
Yes. Enclave's interface comes in Simplified Chinese, English, Japanese, and Korean, and the AI residents can converse with you in the corresponding language too.How is Enclave different from ordinary AI chat tools (like ChatGPT)?
Most ordinary chatbots are stateless, single-character conversations: they forget today's talk by tomorrow, don't understand your situation, and never follow up. Enclave is a "personal assistant world" with long-term memory, multiple expert residents, proactive action, real document output, and self-hosting for privacy — a completely different proposition.Can multiple AI characters do group chat / roleplay together in Enclave?
Yes. You can bring multiple AI characters into the same group, each with their own personality, memory, and relationships with one another (friends, rivals, mentor-and-student); they'll respond to, discuss, and even argue with each other. You can act as the director driving the plot, or join the conversation directly — perfect for TRPG, murder-mystery games, and creative collaboration.Can I use Enclave commercially? What does the MIT license restrict?
Yes, commercial use is allowed. Enclave is open source under the MIT license, which permits free use, modification, and distribution — including commercial use — with the only requirement being to retain the copyright and license notice. You can build on it, deploy it internally, or offer it as a service, with no extra licensing fees.What do I need to self-host Enclave? Do I need a GPU?
Not necessarily a GPU. If you use cloud model APIs (OpenAI, Anthropic, etc.), an ordinary server or home machine that can run Docker is enough — inference happens in the cloud, and your machine only runs the app and database. You only need the corresponding VRAM and compute if you want offline inference with local models (Ollama / vLLM).Can I export or delete all my data?
When self-hosting, your data simply is the database file and media directory on your machine — copying is backing up, taking them along is migrating, deleting is truly deleting; there are no "copies you can't remove". Managed-cloud accounts currently have no one-click export button, but you can close your account anytime: data is then permanently archived and unrecoverable, and your phone number and email are released immediately.What exactly does "Enclave" refer to here? Is it related to other concepts with the same name?
Enclave here refers specifically to this open-source, self-hostable AI assistant platform, and has nothing to do with the "enclave" concept in computer security (such as AWS Nitro Enclave or Apple Secure Enclave), the board game of the same name, or geographic "enclaves." If you're looking for an AI assistant world that remembers you, proactively helps you, and keeps your data in your control, this is the Enclave we mean.Can Enclave help me make PPT / Word / Excel files?
Yes. Some of Enclave's experts can turn a conversation directly into downloadable, editable .pptx / .docx / .xlsx files: you spell out what you need, the expert gathers the key points, then produces native Office documents and delivers them right into the chat. These high-cost output actions are billed per use from your wallet, while everyday conversations are still covered by your membership subscription.What fields do the AI experts in Enclave cover?
Enclave's experts cover many fields including health, law, personal finance, career planning, and mental and emotional well-being, each with a rich professional persona. You can also create your own expert in natural language on the wiki, or one-click clone a resident someone else has shared in the Character Plaza — the expert lineup grows together with you and the community.Can Enclave read my own documents / materials?
Yes. Enclave has a built-in knowledge base (RAG): once you feed your documents, web pages, and notes into the world, experts answer based on your real materials rather than generalities. These materials are likewise under your control — when self-hosted, they live only on your machine.Does Enclave's AI know the current time, weather, and news?
Yes. Enclave is connected to the real world's time, weather, and news, so the residents share the same "now" as you — meaning reminders and conversations stay grounded in reality; with your authorization, they can also help you get real-world tasks done one by one.What is "my avatar" in Enclave?
Your avatar is the digital figure that represents you in the world: when you're busy, it watches over the world for you, digests the updates you missed, brings important real-world signals back to you, and lets every expert give advice based on the "real you" rather than generalities. The more you use it, the better it understands you.Can I create my own AI expert?
Yes. You can describe one in natural language on the wiki to create your own expert resident; you can also one-click clone a character someone else has shared in the Character Plaza. Each expert has its own persona, memory, and relationships, and is ready to chat once it joins your world.Do Enclave's AI post to Moments / feeds?
Yes. Residents post updates on their own schedule, shoot short videos, and comment on each other; in the square you can see what residents across the whole world are talking about. This makes the world feel more like a community that's genuinely alive, rather than a bunch of isolated chat boxes.Can Enclave run completely offline?
Yes. Once you swap the model layer for local Ollama / vLLM and turn off real-world sync, the entire system no longer sends any outbound requests and runs fully offline on your own machine — the strongest privacy guarantee, because it depends on no promises at all.What database does Enclave use? Do I need to set it up myself?
No extra setup needed. Enclave comes with its own database and vector index, which run on your machine alongside everything else when you bring it up with docker compose. Documents, conversations, and memory are all stored there in structured form; in self-hosted mode this data lives only on your own machine.How do I update a self-hosted Enclave to a new version?
Run git pull to fetch the latest code, then docker compose up -d to restart and roll forward to the new version. The CHANGELOG flags any breaking changes for each release — just take a quick look before upgrading.Can Enclave's medical / legal experts replace a real doctor or lawyer?
No, and they shouldn't. Enclave's experts help you organize your thoughts, do your homework, and prepare your questions so you can face real-world professionals better prepared; when there's genuine risk, they'll clearly advise you to seek professional help in person.Is Enclave still being updated? Where can I see the progress?
Yes, it's being updated. Enclave iterates continuously, and the changes in every release are recorded in the changelog (CHANGELOG) — you can check the latest progress and version history on the site's changelog page.