Open-Source Application Library

Sovereign Software, Zero SaaS License Taxes

Deploy pre-configured, telemetry-free open-source instances directly to your private server. Run core operations under your physical or private cloud infrastructure.

Active OSS
RAVEN Storefront
v1.2.4
Ultra-performant, edge-rendered customer storefront. Features automated WhatsApp routing, offline-first image caching, and headless cart interfaces. Optimized for edge networks.
Local Database Schema
orders
id: uuid
items: json
wa_ref: text
products
id: uuid
sku: text
stock: int
npx @raven/cli create-storefront ./shop
Shell CLI
Active OSS
RAVEN Flow (Orchestrator)
v0.8.2
Sovereign automation orchestrator that triggers stock updates, connects delivery webhooks, and manages auto-scheduling posts. Telemetry-free n8n replacement engine.
Local Database Schema
workflows
id: uuid
nodes: json
active: bool
logs
id: uuid
event: text
stamp: date
docker run -d --name raven-flow raven/flow:latest
Shell CLI
Active OSS
RAVEN ERP Central
v2.1.0
Local operations dashboard for complete stock reconciliation, branch margin metrics, receipt generation, and warehouse routing. Safe, local-only storage engine.
Local Database Schema
inventory
sku: pkey
qty: int
margin: float
branches
id: uuid
name: text
rev: float
pnpm dlx @raven/erp init --local
Shell CLI
Quick Deployment
Deploy Sovereign Stack via CLI
Configure your Linux server environment, install Docker, and launch the RAVEN orchestration manager in under 2 minutes.
Bash Terminal
# Step 1: Install RAVEN System CLI manager
curl -fsSL https://cli.raven.sh/install | bash
# Step 2: Register secure host node
raven register --host=my-private-vps.net
# Step 3: Spin up complete sovereign environment
raven compose up -d
Supported platforms: Ubuntu, Debian, AlpineRequirements: Docker CE, Node v20+, git