The full Tables workspace โ tables, invoices, and your AI worker โ installed on your own box. Your data never leaves it.
Grab it from your cabinet, or pull the installer:
# from your cabinet โ Self-hosted โ Tables curl -fsSL https://get.elastbiz.com/tables -o tables-selfhost.sh
It sets up the DSM and the Tables app in one container.
bash tables-selfhost.sh --license <YOUR-KEY>Tables serves on your box. Point a browser at it:
http://your-server:8099Use the licence from your cabinet. That's it โ a private Tables workspace, all yours.
By default you get a simple local LLM for basic instructions and English voice โ private, no cloud. Want something stronger, or another language? Set up a fine-tuned qwen, claude-cli, Anthropic / Kimi K3, ChatGPT / Gemini, or any HuggingFace model.
Set up your AI & languages โA full mail server — SMTP / IMAP / POP3 with DKIM signing and an AI reader — on your own box. Your mail spool and signing keys never leave it.
Grab it from your cabinet, or pull the installer:
# from your cabinet → Self-hosted → Mail curl -fsSL https://get.elastbiz.com/mail -o mail-selfhost.sh
Sets up the DSM, the mail server (SMTP/IMAP/POP3) and the AI reader in one container, and generates your DKIM keys.
bash mail-selfhost.sh --license <YOUR-KEY> --domain yourdomain.com
Point your domain's MX at the box and add the DKIM/SPF/DMARC records the installer prints. Your keys live in your admin console, not a relay vendor.
MX → mail.yourdomain.comSign in with the licence from your cabinet — a private mail server with an AI reader, all yours.
http://your-server:8099/admin/mail/inboxInbound mail becomes rows an AI worker can read, classify and act on. By default you get a simple local LLM — private, no cloud. Want something stronger, or another language? Set up a fine-tuned qwen, claude-cli, Anthropic / Kimi K3, ChatGPT / Gemini, or any HuggingFace model with your own key (BYOK).
Set up your AI & languages →One DSM on your machine, and the apps you choose installed into it. Start with a package, or build up from an empty shell.
Team chat over WebSocket, on your box.
AI-built analytics. Unverified โ install to try.
Export an app from the cloud and run it self-hosted.
Two ways to start:
For apps that aren't Tables or Mail: get the empty shell (just the DSM), then drop in the apps you bought. Combine as many as you like in one system.
The bare DSM โ no apps yet.
curl -fsSL https://get.elastbiz.com/shell -o shell.sh
bash shell.shEach app is a package. Add one, or several, into the same DSM:
elastbiz app install connect # team chat elastbiz app install insights # analytics (alpha)
Exported an app from the cloud? Drop the bundle in.
elastbiz app import ./my-app.ebpkgEach app appears in the same workspace, under one login, licensed from your cabinet.