Deployment & Sovereignty5 min read

LexCore Sovereign: run it on your own servers

The self-hosted edition — what you receive, what you provide, and what it costs to run.

LexCore Sovereign is the same product as the managed cloud, installed on hardware you own or rent. Your documents, your matters, your database and your user accounts stay inside your network. LexCore never connects to it — there is no phone-home and no remote access, by design.

What you receive

  • Container images from a private registry, with a read-only access token for your organisation. You are not sent source code.
  • A licence file — your signed entitlement, carrying your seat count and expiry.
  • An install package — the compose file, an interactive installer, and the deployment runbook.

What you provide

MinimumRecommended
CPU / RAM8 vCPU / 32 GB16 vCPU / 64 GB
Disk200 GB SSD500 GB SSD
GPUNone (demo only)24 GB VRAM; 48 GB for the larger models
OSUbuntu 22.04 LTS + Docker Engine 24+

A GPU is not optional for real work

On CPU alone, document review is slow enough that people stop using it — which is a worse outcome than not installing it. Plan for a GPU, or use the managed cloud.

Installation

One interactive script. It asks for your domain, generates every secret, configures the identity provider for your URLs, starts the stack, and finishes by checking that authentication actually rejects an invalid token before it reports success.

tar -xzf lexcore-sovereign-v1.0.0.tar.gz
cd lexcore-sovereign-v1.0.0
./scripts/setup-sovereign.sh

Licensing

Your licence is verified offline, against a key built into the software. It works on a machine with no internet connection at all, and no usage data is ever sent back to LexCore. Renewal is a new file.

Your licence covers a number of seats. Adding a user beyond that count asks you to free one up or extend the licence — it never locks out people who are already working, and deactivating someone who has left returns their seat immediately.

Sovereign is licensed, not metered

There is no credit wallet and no per-review charge on a self-hosted install. You pay a licence fee and your own infrastructure costs. AI usage is limited by your hardware, not by a balance.

Upgrades are docker compose pull against a version tag you choose — your install is pinned to the release you were shipped, so it never moves underneath you. See Deployment modes and Data sovereignty.

Verification Guarantee: LexCore rejects any AI assertion it cannot mathematically trace to character offsets within the source agreement. It serves as a mechanical review assistant and does not constitute formal legal advice. For technical architecture details, see the Security & Trust Center.