FOR SELF-HOSTERS

YOUR AI. YOUR FILES.
YOUR HARDWARE.

You already run your own DNS, your own backups, your own homelab. LogCore OS is built for you specifically: no cloud dependency, no proprietary database, no "phone home" telemetry — just Markdown, JSON, and a Docker Compose file.

View on GitHub →Read the setup guide →
WHAT THAT ACTUALLY MEANS

NOT "OPEN CORE." NOT "FREEMIUM."

// 01
The Brain is literally your files

No database to export, no proprietary format to reverse-engineer. Every task, note, and memory is a plain .md or .json file under brain/USERS/{you}/. Grep it, back it up with rsync, read it with any editor.

// 02
AGPLv3, not a fake-open license

Full GNU AGPLv3 — not a "source available, no commercial use" bait-and-switch license some self-hosted projects pull once they raise funding. Fork it, modify it, run it forever.

// 03
Provider-agnostic AI, your key

The AI layer routes through one abstraction (ai_provider.py). Bring your own Anthropic key today; local models via Ollama are on the roadmap. LogCoreTech never sees a token of your conversation.

// 04
One command, real control

bash launch.sh --install-deps installs Docker and starts the full stack — backend, frontend, ntfy, n8n. Add --tunnel-token for a Cloudflare Tunnel with zero open ports.

THE BRAIN, FOR REAL

THIS IS WHAT "YOUR DATA" LOOKS LIKE.

This is an actual LogCore OS instance's Brain browser — not a mockup. Every file here is plain text on disk. No export step, no "request my data" form.

LogCore OS Brain file browser showing Long_Term_Memory, Profile, Short_Term_Memory, and a Notes folder as plain Markdown/JSON files
Try the Live Demo →See how it compares →