Skip to main content

Download Sovrium

The app is the engine with a window around it. It makes the project folder, runs the server, and reloads when you save the configuration file.

The installers are not signed yet

Your operating system warns you the first time you open Sovrium. macOS says the developer cannot be verified, Windows shows a SmartScreen panel, and a Linux AppImage has to be made executable before it runs. Each warning is about where the file came from, not about the file.

How to get past each warning

The update check

The app asks sovrium.com for the current version number when it starts, and again when you ask it to.

https://sovrium.com/desktop/latest.json

It sends nothing about you, your project or your configuration, and it is the only request the app makes. Switch it off in settings and the app contacts nothing at all.

Other ways to install

The engine installs from the command line too. Both can sit on the same machine: the app runs its own copy, so the two do not interfere.

Script (macOS, Linux)

>_ terminal
curl -fsSL https://sovrium.com/install | sh

Homebrew (macOS, Linux)

>_ terminal
brew install sovrium/tap/sovrium

Scoop (Windows)

>_ terminal
scoop bucket add sovrium https://github.com/sovrium/scoop-bucket
scoop install sovrium

Docker

>_ terminal
docker pull ghcr.io/sovrium/sovrium:latest
Read the installation guide

Start from a template

Each one is a folder with a single configuration file in it. Open it in the app, then change it.

Hello World

The one-page starter. Where every app begins.

Open in Sovrium

Landing Page

A bilingual marketing site with reusable components.

Open in Sovrium

CRM

A sales CRM: pipeline kanban, grids, calendar.

Open in Sovrium

Blog

A self-hostable blog CMS: a WordPress alternative.

Open in Sovrium

Intranet

A company hub: announcements, people, resources.

Open in Sovrium

Task API

A headless REST API: tables and auth, no pages.

Open in Sovrium

MCP Server

Expose your tables to an LLM over MCP.

Open in Sovrium

Docs Site

A docs website from markdown: a Docusaurus alternative.

Open in Sovrium

Projects

Gantt timeline, task kanban, deadline calendar.

Open in Sovrium

Helpdesk

A public support form feeding a triage kanban.

Open in Sovrium

Content Calendar

Plan, draft, and publish on one calendar.

Open in Sovrium

People

Directory, time off, and admin-approved requests.

Open in Sovrium

Events

Public registrations, confirmed automatically.

Open in Sovrium

Assets

Barcoded equipment, tracked by location.

Open in Sovrium

Inventory

Products, stock, and orders — an Airtable alternative.

Open in Sovrium

Expenses

Receipts, approvals, and spend by category.

Open in Sovrium

Knowledge Base

A private markdown handbook behind sign-in.

Open in Sovrium

Automation Recipes

Webhook, record, cron, and failure recipes.

Open in Sovrium

Company OS

An entire information system in one config.

Open in Sovrium

These open in the app. Do not have it yet?

Download it first
See every app in the gallery

Next

The Sovrium App

What the first run asks, and where your project lives.

Connect your AI to a project

Point the assistant you already use at the project folder.

Troubleshooting: the Sovrium App

The install warnings, and a window that opens on nothing.

Built with Sovrium