Sentinel
Reference

Environment and build

Environment variables

VariableRequiredDescription
ENCRYPTION_KEYNoGenerated on first launch if omitted
SENTINEL_DB_PATHNoCustom path for the local SQLite database
SENTINEL_STATE_PATHNoCustom path for app state
SENTINEL_APP_URLNoOverride the default app URL

Local development

bun install
cp .env.example .env
bun run dev:desktop

Build commands

macOS

bun run build:desktop:mac

Single-architecture builds:

bun run build:desktop:mac:arm64
bun run build:desktop:mac:x64

Windows

bun run build:desktop:windows

Linux

bun run build:desktop:linux

On this page