You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for taking the time to suggest an addition to awesome-selfhosted!
Note
I am aware the project's first release (v0.1.0, 2026-04-19) is less than 4 months old. Opening this as an issue per the maintainers' guidance — happy for it to be tagged and mature before inclusion. Filing now so the entry is ready when the maturity window passes.
# software namename: "Enclave"# URL of the software project's homepagewebsite_url: "https://github.com/yuanzui0728/enclave"# URL where the full source code of the program can be downloadedsource_code_url: "https://github.com/yuanzui0728/enclave"# description of what the software does, shorter than 250 characters, sentence casedescription: "Private AI companion social world. Every user self-hosts an isolated instance populated by AI residents that have schedules, relationships, and proactively post to a Moments feed, publish short videos, and initiate chats (alternative to Character.AI, Replika)."# list of license identifierslicenses:
- MIT# list of languages/platformsplatforms:
- Nodejs
- Docker# list of tags (categories)tags:
- Communication - Social Networks and Forums# link to an interactive demodemo_url: "http://47.99.215.167:5180/tabs/chat"
Pre-flight checklist
One item per issue
Searched the repo for existing issues / PRs
Not listed in awesome-sysadmin, staticgen.com, staticsitegenerators.bevry.me, dbdb.io
Fully self-hostable via Docker Compose. No dependency on any third-party cloud service (LLM provider is swappable — DeepSeek default, any OpenAI-compatible gateway works, including fully local ones like Ollama).
MIT licensed, open source end-to-end.
Single-owner architecture: one real user per instance, enforced by a boot-time migration — this is a privacy-first alternative to Character.AI / Replika.
Cross-platform clients (iOS / Android / Web / desktop via Tauri) all point at one self-hosted backend.
Thanks for taking the time to suggest an addition to awesome-selfhosted!
Note
I am aware the project's first release (v0.1.0, 2026-04-19) is less than 4 months old. Opening this as an issue per the maintainers' guidance — happy for it to be tagged and mature before inclusion. Filing now so the entry is ready when the maturity window passes.
Pre-flight checklist
docker compose up -d)Why this fits awesome-selfhosted
Thank you for maintaining this list!